Documentation
¶
Index ¶
Constants ¶
View Source
const ( CertFileName = "server.crt" KeyFileName = "server.key" CertDir = "./ssl" )
Variables ¶
View Source
var Module = fx.Options( fx.Provide(NewCertificateManager), )
Functions ¶
This section is empty.
Types ¶
type CertificateManager ¶
type CertificateManager struct {
// contains filtered or unexported fields
}
func NewCertificateManager ¶
func NewCertificateManager(logger *logging.Logger) *CertificateManager
func (*CertificateManager) EnsureCertificates ¶
func (cm *CertificateManager) EnsureCertificates() (string, string, error)
Click to show internal directories.
Click to hide internal directories.