The implementation of the AcmeClient
This structure implements the basic steps to renew a certificate with the ACME protocol.
See: https://tools.ietf.org/html/rfc8555 Automatic Certificate Management Environment (ACME)
Construct the AcmeClient
Tuple for filtering of RequestHeaders
Issue a certificate request for a set of domains
Send a JWS request with payload to a CA server
Sign a given string with an SHA256 hash
See Implementation
The implementation of the AcmeClient
This structure implements the basic steps to renew a certificate with the ACME protocol.
See: https://tools.ietf.org/html/rfc8555 Automatic Certificate Management Environment (ACME)