package
0.0.0-20200122233423-62801f1d34cf
Repository: https://github.com/vishvananda/pkg.git
Documentation: pkg.go.dev

# Functions

CreateCerts creates and returns a CA certificate and certificate and key for the server.
MakeSecretInternal is only public so MakeSecret can be restored in testing.

# Constants

CACert is the name of the key associated with the certificate of the CA for the keypair.
ServerCert is the name of the key associated with the secret's public key.
ServerKey is the name of the key associated with the secret's private key.

# Variables

MakeSecret synthesizes a Kubernetes Secret object with the keys specified by ServerKey, ServerCert, and CACert populated with a fresh certificate.