Versions in this module Expand all Collapse all v1 v1.0.1 Jan 17, 2019 v1.0.0 Jan 17, 2019 Changes in this version + type Account struct + ID string + Key *jose.JSONWebKey + type Authorization struct + ExpiresDate time.Time + ID string + Order *Order + URL string + type Certificate struct + AccountID string + Cert *x509.Certificate + DER []byte + ID string + Issuer *Certificate + func (c Certificate) Chain() []byte + func (c Certificate) PEM() []byte + type Challenge struct + Authz *Authorization + ID string + ValidatedDate time.Time + func (ch *Challenge) ExpectedKeyAuthorization(key *jose.JSONWebKey) string + type Order struct + AccountID string + AuthorizationObjects []*Authorization + BeganProcessing bool + CertificateObject *Certificate + ExpiresDate time.Time + ID string + Names []string + ParsedCSR *x509.CertificateRequest + func (o *Order) GetStatus(clk clock.Clock) (string, error) + type ValidationRecord struct + Error *acme.ProblemDetails + URL string + ValidatedAt time.Time Other modules containing this package github.com/letsencrypt/pebble/v2