Documentation ¶
Index ¶
Constants ¶
View Source
const AcmeType = "acme"
AcmeType define acme type certificate manager
View Source
const FileType = "file"
FileType define static file type certificate manager
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertManager ¶
type CertManager interface { GetClientTLSConfig() *tls.Config GetServerTLSConfig() *tls.Config Close() }
CertManager represent general CertManager in use
func NewCertManager ¶
func NewCertManager(config Config) (CertManager, error)
NewCertManager create new CertManager
func NewOcfCertManager ¶
func NewOcfCertManager(config OcfConfig) (CertManager, error)
NewOcfCertManager create new CertManager
Click to show internal directories.
Click to hide internal directories.