Documentation
¶
Overview ¶
Package crypto implements utility functions for handling crypto related files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenCert ¶
GenCert generates TLS-Certificates. This function has side effects: it creates the respective certificate / key pair at the destination locations unless the tuple already exists, if that is the case, this is a noop.
func GenTempCertForAddr ¶
func GenTempCertForAddr(addr string) (tls.Certificate, error)
GenTempCertForAddr generates temporary TLS-Certificates in memory.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.