Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Depot ¶
type Depot interface { CA(pass []byte) ([]*x509.Certificate, *rsa.PrivateKey, error) Put(name string, crt *x509.Certificate) error Serial() (*big.Int, error) HasCN(cn string, allowTime int, cert *x509.Certificate, revokeOldCertificate bool) (bool, error) }
Depot is a repository for managing certificates
Click to show internal directories.
Click to hide internal directories.