Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type X509CA ¶
type X509CA interface { // IssueX509Certificate issues an X509 certificate and returns the leaf certificate and the certificate chain. IssueX509Certificate(context.Context, *X509CertificateParams) ([]*x509.Certificate, error) }
X509CA is the interface used to sign X509 certificates.
Click to show internal directories.
Click to hide internal directories.