Documentation
¶
Overview ¶
Package acme provides ACME protocol constants.
Index ¶
Constants ¶
View Source
const ( // See https://ietf-wg-acme.github.io/acme/draft-ietf-acme-acme.html#rfc.section.7.1.1 // The ACME directory key for the newNonce endpoint NEW_NONCE_ENDPOINT = "newNonce" // The ACME directory key for the newAccount endpoint. NEW_ACCOUNT_ENDPOINT = "newAccount" // The ACME directory key for the newOrder endpoint. NEW_ORDER_ENDPOINT = "newOrder" // The HTTP response header used by ACME to communicate a fresh nonce. See // https://ietf-wg-acme.github.io/acme/draft-ietf-acme-acme.html#rfc.section.6.5.1 REPLAY_NONCE_HEADER = "Replay-Nonce" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
¶
Path | Synopsis |
---|---|
Package client provides a low-level ACME v2 client.
|
Package client provides a low-level ACME v2 client. |
Package resources provides types for representing and interacting with ACME protocol resources.
|
Package resources provides types for representing and interacting with ACME protocol resources. |
Click to show internal directories.
Click to hide internal directories.