Module acme

Module acme 

Source
Expand description

Automatic Certificate Management Environment (ACME) acording to rfc8555

Structs§

Account
An Acout at an ACME provider. Used to query certificates and challanges
Challenge
Directory
An ACME directory. Containing the REST endpoints of an ACME provider

Enums§

AcmeError
Auth
Authentication status for a particular challange
ChallengeType
Challange used to prove ownership over a domain
Identifier
Order
State of an ACME request

Constants§

ACME_TLS_ALPN_NAME
ALPN string used by ACME-TLS challanges
LETS_ENCRYPT_PRODUCTION_DIRECTORY
URI of https://letsencrypt.org/ prod Directory. Certificates aquired from this are trusted by most Browsers.
LETS_ENCRYPT_STAGING_DIRECTORY
URI of https://letsencrypt.org/ staging Directory. Use this for tests. See https://letsencrypt.org/docs/staging-environment/