# Constants
No description provided by the author
No description provided by the author
1MB.
# Structs
ConsulSource implements a certificate source which loads TLS and client authentication certificates from the consul KV store.
FileSource implements a certificate source for one TLS and one client authentication certificate.
HTTPSource implements a certificate source which loads TLS and client authentication certificates from an HTTP/HTTPS server.
No description provided by the author
Store provides a dynamic certificate store which can be updated at runtime and is safe for concurrent use.
VaultSource implements a certificate source which loads TLS and client authorization certificates from a Vault server.
# Interfaces
Source provides the interface for dynamic certificate sources.