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§
- Acme
Error - Auth
- Authentication status for a particular challange
- Challenge
Type - 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/