fix(acme): add missing renew options
This commit is contained in:
parent
66bf4632e2
commit
3b6949c18c
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue