Random question, but what's the difference between the `tls-self-signed-cert` package and using the `tls` package with
SelfSignedCert
?
b
billowy-army-68599
02/28/2023, 2:14 PM
the self signed cert package automates everything needed for a self signed cert. Creates a CA, private key and signs the cert. The TLS package version requires you to wire all that up