lnd/cert
Andras Banki-Horvath c3445e79d9
cert: removed unused args from cert.GenCertPair
Since the cert pair is written with a subsequent call to
cert.WriteCertPair we can safely remove the two file paths from the
argument list of cert.GenCertPair.
2023-02-06 17:11:56 +01:00
..
go.mod cert: add TLS reloader and return bytes from GenCert 2022-11-01 16:44:18 -05:00
go.sum cert: add TLS reloader and return bytes from GenCert 2022-11-01 16:44:18 -05:00
selfsigned_test.go cert: removed unused args from cert.GenCertPair 2023-02-06 17:11:56 +01:00
selfsigned.go cert: removed unused args from cert.GenCertPair 2023-02-06 17:11:56 +01:00
tls.go cert: add TLS reloader and return bytes from GenCert 2022-11-01 16:44:18 -05:00