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 + const ACMETLS1Protocol + const ChallengeDNS01 + const ChallengeHTTP01 + const ChallengeTLSALPN01 + const HTTP01BaseURL + const IdentifierDNS + const StatusDeactivated + const StatusExpired + const StatusInvalid + const StatusPending + const StatusProcessing + const StatusReady + const StatusValid + type Account struct + Contact []string + Orders string + Status string + type Authorization struct + Challenges []*Challenge + Expires string + Identifier Identifier + Status string + Wildcard bool + type Challenge struct + Error *ProblemDetails + Status string + Token string + Type string + URL string + Validated string + type Identifier struct + Type string + Value string + type Order struct + Authorizations []string + Certificate string + Error *ProblemDetails + Expires string + Finalize string + Identifiers []Identifier + NotAfter string + NotBefore string + Status string + type ProblemDetails struct + Detail string + HTTPStatus int + Type string + func AccountDoesNotExistProblem(detail string) *ProblemDetails + func AgreementRequiredProblem(detail string) *ProblemDetails + func AlreadyRevokedProblem(detail string) *ProblemDetails + func BadNonceProblem(detail string) *ProblemDetails + func BadRevocationReasonProblem(detail string) *ProblemDetails + func Conflict(detail string) *ProblemDetails + func ConnectionProblem(detail string) *ProblemDetails + func InternalErrorProblem(detail string) *ProblemDetails + func InvalidContactProblem(detail string) *ProblemDetails + func MalformedProblem(detail string) *ProblemDetails + func MethodNotAllowed() *ProblemDetails + func NotFoundProblem(detail string) *ProblemDetails + func UnauthorizedProblem(detail string) *ProblemDetails + func UnsupportedContactProblem(detail string) *ProblemDetails + func UnsupportedMediaTypeProblem(detail string) *ProblemDetails + func (pd *ProblemDetails) Error() string + type Resource string Other modules containing this package github.com/letsencrypt/pebble/v2