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
+2
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,
}