# Structs
AutomationConfig governs the automated management of TLS certificates.
AutomationPolicy designates the policy for automating the management (obtaining, renewal, and revocation) of managed TLS certificates.
CertCacheOptions configures the certificate cache.
Certificates .
CertKeyPEMPair pairs certificate and key PEM blocks.
ClientAuthentication configures TLS client auth.
ConnectionPolicy specifies the logic for handling a TLS handshake.
CustomCertSelectionPolicy represents a policy for selecting the certificate used to complete a handshake when there may be multiple options.
FileCAPool is a certificate authority pool provider coming from a DER-encoded certificates in the config.
InlineCAPool is a certificate authority pool provider coming from a DER-encoded certificates in the config.
LeafVerifier .
OnDemandConfig configures on-demand TLS, for obtaining needed certificates at handshake-time.
PKIIntermediateCAPool extracts the trusted intermediate certificates from Caddy's native 'pki' app.
PKIRootCAPool extracts the trusted root certificates from Caddy's native 'pki' app.
SessionTicketService configures and manages TLS session tickets.
TLS provides TLS facilities including certificate loading and management, client auth, and more.
Verifier .
# Interfaces
CA .
# Type aliases
AutomateLoader will automatically manage certificates for the names in the list, including obtaining and renewing certificates.
ConnectionPolicies govern the establishment of TLS connections.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PublicKeyAlgorithm is a JSON-unmarshalable wrapper type.