Documentation ¶
Overview ¶
Package rotor implements functionality to rotate certificates provided by a certificate provider.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertRotor ¶ added in v0.1.0
type CertRotor struct {
// contains filtered or unexported fields
}
CertRotor is a simple facility, which rotates expired certificates.
func New ¶ added in v0.1.0
func New(certManager certificate.Manager) *CertRotor
New creates and starts a new facility for automatic certificate rotation.
Click to show internal directories.
Click to hide internal directories.