fix: ACME preferred chain.
This commit is contained in:
parent
d6d639d4d7
commit
21c0195d29
1 changed files with 4 additions and 3 deletions
|
@ -475,9 +475,10 @@ func (p *Provider) resolveCertificate(ctx context.Context, domain types.Domain,
|
|||
}
|
||||
|
||||
request := certificate.ObtainRequest{
|
||||
Domains: domains,
|
||||
Bundle: true,
|
||||
MustStaple: oscpMustStaple,
|
||||
Domains: domains,
|
||||
Bundle: true,
|
||||
MustStaple: oscpMustStaple,
|
||||
PreferredChain: p.PreferredChain,
|
||||
}
|
||||
|
||||
cert, err := client.Certificate.Obtain(request)
|
||||
|
|
Loading…
Reference in a new issue