# Functions
NewCACert creates a new CACert object with options.
NewSigner creates a new Signer.
WithAllowRenewalDays sets the allowable renewal time for existing certs.
WithCAPass specifies the password to use with an encrypted CA key.
WithCommonName specifies the CommonName on the CA template.
WithCountry specifies the Country on the CA template.
WithKeyUsage specifies the X.509 Key Usage on the CA template.
WithOrganization specifies the Organization on the CA template.
WithOrganizationalUnit specifies the OrganizationalUnit on the CA template.
No description provided by the author
WithSignatureAlgorithm sets the signature algorithm to be used to sign certificates.
WithValidityDays sets the validity period new certs will use.
WithYears specifies the validity date of the CA.
# Interfaces
Depot is a repository for managing certificates.