Documentation
¶
Index ¶
- type CertMgr
- type Option
- func CADirURL(url string) Option
- func CAInsecure(insecure bool) Option
- func KeyType(keyType certcrypto.KeyType) Option
- func Logger(l *slog.Logger) Option
- func NotifyReadyFunc(f func()) Option
- func RenewInterval(d time.Duration) Option
- func RenewThreshold(d time.Duration) Option
- func TestOnlyTimeNow(f func() time.Time) Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertMgr ¶
type CertMgr struct {
// contains filtered or unexported fields
}
func (*CertMgr) GetTLSConfig ¶
type Option ¶
type Option func(*options)
func CAInsecure ¶
func KeyType ¶
func KeyType(keyType certcrypto.KeyType) Option
func NotifyReadyFunc ¶
func NotifyReadyFunc(f func()) Option
func RenewInterval ¶
func RenewThreshold ¶
func TestOnlyTimeNow ¶
Click to show internal directories.
Click to hide internal directories.