Versions in this module Expand all Collapse all v4 v4.0.2 Jun 12, 2023 Changes in this version + const BadNonceErr + const CRLReasonAACompromise + const CRLReasonAffiliationChanged + const CRLReasonCACompromise + const CRLReasonCertificateHold + const CRLReasonCessationOfOperation + const CRLReasonKeyCompromise + const CRLReasonPrivilegeWithdrawn + const CRLReasonRemoveFromCRL + const CRLReasonSuperseded + const CRLReasonUnspecified + const StatusDeactivated + const StatusExpired + const StatusInvalid + const StatusPending + const StatusProcessing + const StatusReady + const StatusRevoked + const StatusUnknown + const StatusValid + type Account struct + Contact []string + ExternalAccountBinding json.RawMessage + OnlyReturnExisting bool + Orders string + Status string + TermsOfServiceAgreed bool + type Authorization struct + Challenges []Challenge + Expires time.Time + Identifier Identifier + Status string + Wildcard bool + type CSRMessage struct + Csr string + type Challenge struct + Error *ProblemDetails + KeyAuthorization string + Status string + Token string + Type string + URL string + Validated time.Time + type Directory struct + KeyChangeURL string + Meta Meta + NewAccountURL string + NewAuthzURL string + NewNonceURL string + NewOrderURL string + RenewalInfo string + RevokeCertURL string + type ExtendedAccount struct + Location string + type ExtendedChallenge struct + AuthorizationURL string + RetryAfter string + type ExtendedOrder struct + Location string + type Identifier struct + Type string + Value string + type Meta struct + CaaIdentities []string + ExternalAccountRequired bool + TermsOfService string + Website string + type NonceError struct + 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 + Instance string + Method string + SubProblems []SubProblem + Type string + URL string + func (p ProblemDetails) Error() string + type RawCertificate struct + Cert []byte + Issuer []byte + type RenewalInfoResponse struct + ExplanationURL string + SuggestedWindow Window + type RenewalInfoUpdateRequest struct + CertID string + Replaced bool + type RevokeCertMessage struct + Certificate string + Reason *uint + type SubProblem struct + Detail string + Identifier Identifier + Type string + type Window struct + End time.Time + Start time.Time