Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MinCertLifetime defines a certs minimum validity. If a certificate's lifetime is less than this threshold, it's // being renewed. MinCertLifetime = time.Duration(30*24) * time.Hour )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcmeVaultServer ¶
type AcmeVaultServer struct {
// contains filtered or unexported fields
}
func NewAcmeVaultServer ¶
func NewAcmeVaultServer(domains []string, acmeClient acme.AcmeDealer, storage certstorage.CertStorage) (*AcmeVaultServer, error)
func (*AcmeVaultServer) CheckCerts ¶
func (c *AcmeVaultServer) CheckCerts()
Click to show internal directories.
Click to hide internal directories.