Documentation
¶
Overview ¶
Package certs provides splice provisioning support for certificate generation, lookup and verification during the provisioning process.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateSelfSignedCert ¶
func GenerateSelfSignedCert(cn string, notBefore, notAfter time.Time) ([]byte, *rsa.PrivateKey, error)
GenerateSelfSignedCert generates a self-signed certificate using a template and returns the certificate in DER format and its key.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.