1
0
mirror of https://github.com/containous/traefik.git synced 2025-03-01 04:58:22 +03:00

fix: ACME preferred chain.

This commit is contained in:
Ludovic Fernandez 2021-05-20 15:08:12 +02:00 committed by GitHub
parent d6d639d4d7
commit 21c0195d29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -478,6 +478,7 @@ func (p *Provider) resolveCertificate(ctx context.Context, domain types.Domain,
Domains: domains,
Bundle: true,
MustStaple: oscpMustStaple,
PreferredChain: p.PreferredChain,
}
cert, err := client.Certificate.Obtain(request)