# Functions
CACertTemplate returns a new x509.Certificate template for a CA certificate.
New returns a new Certificate Authority.
ParseValidity parses notBefore and notAfter into time.Time values.
TLSClientCertTemplate returns a new x509.Certificate template for a client certificate.
# Constants
GauntletTimeout is the maximum time the CA Gauntlet function is allowed to run.
MaxIssueValidity is the maximum validity period for issued certificates.
# Type aliases
Gauntlet is the signature for a function that validates a certificate request.