Documentation ¶
Overview ¶
Package certsinit Initialize certificate manager with various of certificate sources
Index ¶
Constants ¶
View Source
const PropertiesPrefix = `certificates`
Variables ¶
View Source
var Module = &bootstrap.Module{ Name: "certs", Precedence: bootstrap.TlsConfigPrecedence, Options: []fx.Option{ fx.Provide(BindProperties, ProvideDefaultManager), fx.Provide( filecerts.FxProvider(), ), fx.Invoke(RegisterManagerLifecycle), }, }
Functions ¶
func BindProperties ¶
func BindProperties(appCfg bootstrap.ApplicationConfig) certs.Properties
BindProperties create and bind SessionProperties, with a optional prefix
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.