most-mouse-38002
01/18/2023, 3:21 PMtls
package, it is not entirely clear to me how I am going to generate a CA and sign a certificate with it. I create the CA with tls.NewSelfSignedCert
but I would assume I would need to use tls.NewLocallySignedCert
for signing the certs to this CA? I have also tried with tls.NewSelfSignedCert
but there is no obvious way to reference the CA from this function. Any help would be greatly appreciated.billowy-army-68599
01/18/2023, 4:04 PMmost-mouse-38002
01/18/2023, 4:12 PM