# Functions
CreateCerts creates and returns a CA certificate and certificate and key for the server.
No description provided by the author
# Constants
CACert is the name of the key associated with the certificate of the CA for the keypair.
Expiration is a default duration after which the certificates should expire.
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.