mirror of
https://github.com/traefik/traefik
synced 2026-02-03 08:50:32 +00:00
fix(acme): add missing renew options
This commit is contained in:
committed by
GitHub
parent
66bf4632e2
commit
3b6949c18c
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user