forked from TrueCloudLab/certificates
Fix renew of certificate at the start of the server.
This commit is contained in:
parent
e855707dc2
commit
9f1d95d8bf
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ func NewTLSRenewer(cert *tls.Certificate, fn RenewFunc, opts ...tlsRenewerOption
|
||||||
r := &TLSRenewer{
|
r := &TLSRenewer{
|
||||||
RenewCertificate: fn,
|
RenewCertificate: fn,
|
||||||
cert: cert,
|
cert: cert,
|
||||||
|
certNotAfter: cert.Leaf.NotAfter.Add(-1 * time.Minute),
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, f := range opts {
|
for _, f := range opts {
|
||||||
|
|
Loading…
Reference in a new issue