Structsยง
- Acme
Config - Represents the configuration for the ACME client.
- Acme
OnDemand Config - Represents the on-demand configuration for the ACME client.
- Acme
Resolver - An ACME resolver resolving one certified key
- Certificate
Cache ๐Data - Https
Client ๐ForAcme - TlsAlpn01
Resolver - The TLS-ALPN-01 ACME challenge certificate resolver
Enumsยง
- Acme
Cache - Represents the type of cache to use for storing ACME data.
Constantsยง
Functionsยง
- add_
domain_ to_ cache - Adds the domain to the cache.
- check_
certificate_ ๐validity - Checks if the TLS certificate is valid
- check_
certificate_ validity_ or_ install_ cached - Checks if the TLS certificate (cached or live) is valid. If cached certificate is valid, installs the cached certificate
- convert_
on_ demand_ config - Converts a
AcmeOnDemandConfiginto anAcmeConfig - get_
account_ ๐cache_ key - Determines the account cache key
- get_
cached_ domains - Obtains the list of domains for which
AcmeOnDemandConfigwas converted intoAcmeConfigfrom cache. - get_
certificate_ ๐cache_ key - Determines the certificate cache key
- get_
hostname_ ๐cache_ key - Determines the account cache key
- post_
process_ ๐obtained_ certificate - Saves the obtained certificate and private key to files if the save paths are configured, and executes the post-obtain command if configured.
- provision_
certificate - Provisions TLS certificates using the ACME protocol.