package
0.1.4
Repository: https://github.com/procube-open/scep.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# 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.

# Structs

CACert represents a new self-signed CA certificate.
Signer signs x509 certificates and stores them in a Depot.

# Interfaces

Depot is a repository for managing certificates.

# Type aliases

No description provided by the author
Option customizes Signer.