diff --git a/content/en/docs/tasks/traffic-management/ingress/secure-ingress/index.md b/content/en/docs/tasks/traffic-management/ingress/secure-ingress/index.md index b9e2fb9fa2..8d0daab054 100644 --- a/content/en/docs/tasks/traffic-management/ingress/secure-ingress/index.md +++ b/content/en/docs/tasks/traffic-management/ingress/secure-ingress/index.md @@ -427,6 +427,7 @@ Istio supports reading a few different Secret formats, to support integration wi * A TLS Secret with keys `tls.key` and `tls.crt`, as described above. For mutual TLS, a `ca.crt` key can be used. * A generic Secret with keys `key` and `cert`. For mutual TLS, a `cacert` key can be used. * A generic Secret with keys `key` and `cert`. For mutual TLS, a separate generic Secret named `-cacert`, with a `cacert` key. For example, `httpbin-credential` has `key` and `cert`, and `httpbin-credential-cacert` has `cacert`. +* The `cacert` key value can be a CA bundle consisting of concatenated individual CA certificates. ### SNI Routing