# Functions

NewCertificatesForInitialControlPlane returns a list of certificates configured for a control plane node.
NewCertificatesForJoiningControlPlane gets any certs that exist and writes them to disk.
NewCertificatesForWorker return an initialized but empty set of CA certificates needed to bootstrap a cluster.

# Constants

APIServerEtcdClient is the secret name of user-supplied secret containing the apiserver-etcd-client key/cert.
EtcdCA is the secret name suffix for the Etcd CA.
FrontProxyCA is the secret name suffix for Front Proxy CA.
ServiceAccount is the secret name suffix for the Service Account keys.

# Variables

ErrMissingCertificate is an error indicating a certificate is entirely missing.
ErrMissingCrt is an error indicating the crt file is missing from the certificate.
ErrMissingKey is an error indicating the key file is missing from the certificate.

# Structs

Certificate represents a single certificate CA.

# Type aliases

Certificates are the certificates necessary to bootstrap a cluster.