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
AcmeOnDemandConfig
into anAcmeConfig
- get_
account_ ๐cache_ key - Determines the account cache key
- get_
cached_ domains - Obtains the list of domains for which
AcmeOnDemandConfig
was converted intoAcmeConfig
from cache. - get_
certificate_ ๐cache_ key - Determines the certificate cache key
- get_
from_ ๐cache - Gets data from the cache.
- get_
hostname_ ๐cache_ key - Determines the account cache key
- provision_
certificate - Provisions TLS certificates using the ACME protocol.
- remove_
from_ ๐cache - Removes data from the cache.
- set_
in_ ๐cache - Sets data in the cache.