Versions in this module Expand all Collapse all v2 v2.0.0 Aug 1, 2022 Changes in this version + const AcmeType + const FileType + type CertManager interface + Close func() + GetClientTLSConfig func() *tls.Config + GetServerTLSConfig func() *tls.Config + func NewCertManager(config Config) (CertManager, error) + func NewOcfCertManager(config OcfConfig) (CertManager, error) + type Config struct + Acme acme.Config + File file.Config + Type string + type OcfConfig struct + Acme ocf.Config + File file.Config + Type string