1
0
Fork 0

fix(acme): add missing renew options

This commit is contained in:
Ludovic Fernandez 2026-01-05 14:50:05 +01:00 committed by GitHub
parent 66bf4632e2
commit 3b6949c18c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -935,6 +935,8 @@ func (p *Provider) renewCertificates(ctx context.Context, renewPeriod time.Durat
opts := &certificate.RenewOptions{
Bundle: true,
EmailAddresses: p.EmailAddresses,
Profile: p.Profile,
PreferredChain: p.PreferredChain,
}