Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authorization ¶
type Certificate ¶
type Certificate struct { ID string Cert *x509.Certificate DER []byte Issuers []*Certificate AccountID string }
func (Certificate) Chain ¶
func (c Certificate) Chain(no int) []byte
func (Certificate) PEM ¶
func (c Certificate) PEM() []byte
type Challenge ¶
type Challenge struct { sync.RWMutex acme.Challenge ID string Authz *Authorization ValidatedDate time.Time }
func (*Challenge) ExpectedKeyAuthorization ¶
type Order ¶
type Order struct { sync.RWMutex acme.Order ID string AccountID string Names []string ParsedCSR *x509.CertificateRequest ExpiresDate time.Time AuthorizationObjects []*Authorization BeganProcessing bool CertificateObject *Certificate }
type RevokedCertificate ¶
type RevokedCertificate struct { Certificate *Certificate RevokedAt time.Time Reason *uint }
RevokedCertificate is a certificate together with information about its revocation.
type ValidationRecord ¶
type ValidationRecord struct { URL string Error *acme.ProblemDetails ValidatedAt time.Time }
Click to show internal directories.
Click to hide internal directories.