mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 01:09:36 +02:00
controlplane: fix missing full cert chain (#888)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
3fbcb8ff13
commit
79d793d122
1 changed files with 0 additions and 1 deletions
|
@ -183,7 +183,6 @@ func envoyTLSCertificateFromGoTLSCertificate(cert *tls.Certificate) *envoy_exten
|
|||
Type: "CERTIFICATE",
|
||||
Bytes: cbs,
|
||||
})
|
||||
break
|
||||
}
|
||||
envoyCert.CertificateChain = inlineBytesAsFilename("tls-crt.pem", chain.Bytes())
|
||||
if cert.OCSPStaple != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue