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
Issuer *Certificate
AccountID string
}
func (Certificate) Chain ¶
func (c Certificate) Chain() []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 ¶
func (ch *Challenge) ExpectedKeyAuthorization(key *jose.JSONWebKey) string
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 ValidationRecord ¶
type ValidationRecord struct {
URL string
Error *acme.ProblemDetails
ValidatedAt time.Time
}
Click to show internal directories.
Click to hide internal directories.