//
pkg.gl
Category
github.com/cpu/acmeshell
acme
package
0.0.2
Repository:
https://github.com/cpu/acmeshell.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
2
Files
15 SLOC
#
Packages
client
Package client provides a low-level ACME v2 client.
keys
package keys offers utility functions for working with crypto.Signers, JWS, JWKs and PEM serialization.
resources
Package resources provides types for representing and interacting with ACME protocol resources.
#
Constants
NEW_ACCOUNT_ENDPOINT
The ACME directory key for the newAccount endpoint.
NEW_NONCE_ENDPOINT
The ACME directory key for the newNonce endpoint.
NEW_ORDER_ENDPOINT
The ACME directory key for the newOrder endpoint.
REPLAY_NONCE_HEADER
The HTTP response header used by ACME to communicate a fresh nonce.