acme v0.4.0 Acme.Client
Summary
Functions
(Re)Initialize a client. It calls the acme server and fetch its resource endpoints and nonce. Can be used to refreshed nonce when you encounter an invalid nonce error
Encodes a payload into JWS map with a private key and a replay-nonce
Start the Acme client
Functions
(Re)Initialize a client. It calls the acme server and fetch its resource endpoints and nonce. Can be used to refreshed nonce when you encounter an invalid nonce error.
Encodes a payload into JWS map with a private key and a replay-nonce.
Start the Acme client.
Supports following options:
server_url
- The Acme server urlprivate_key
- A private_key either in PEM format or as a JWK map, this is required unless you useprivate_key_file
optionprivate_key_file
- Instead of a private key map/pem value, you can also pass a private key file pathconnect_timeout
- Timeout in milliseconds for establishing a request connectionrecv_timeout
- Timeout in milliseconds for receiving the response for a request