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 73728a4d4be49..b08bcf53fd6ff 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 @@ -543,10 +543,7 @@ EOF {{< tab name="Gateway API" category-value="gateway-api" >}} -Because the Kubernetes Gateway API does not currently support mutual TLS termination in a -[Gateway](https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1.Gateway), -we use an Istio-specific option, `gateway.istio.io/tls-terminate-mode: MUTUAL`, -to configure it: +Add a reference to a ConfigMap or a Secret with `ca.crt` or `cacert` key that holds CA certificates. {{< text bash >}} $ cat <