From 24c6524d1142ba78ca484adf585f2fa7dd5e5c83 Mon Sep 17 00:00:00 2001
From: Istio Automation
Date: Thu, 31 Jul 2025 22:19:04 -0400
Subject: [PATCH] Automator: update istio.io@ reference docs (#16733)
---
.../reference/config/networking/gateway/index.html | 10 ++++++++++
.../reference/config/networking/gateway/index.html | 10 ++++++++++
2 files changed, 20 insertions(+)
diff --git a/content/en/docs/reference/config/networking/gateway/index.html b/content/en/docs/reference/config/networking/gateway/index.html
index 99d2269dc5..8f8f22077a 100644
--- a/content/en/docs/reference/config/networking/gateway/index.html
+++ b/content/en/docs/reference/config/networking/gateway/index.html
@@ -513,6 +513,16 @@ or credentialName can be specified.
Same as CredentialName but for multiple certificates. Mainly used for specifying
RSA and ECDSA certificates for the same server.
+
+
+
+ |
+
+ For mutual TLS, the name of the secret or the configmap that holds CA certificates.
+Takes precedence over CA certificates in the Secret referenced with credentialName(s).
+
|
diff --git a/content/zh/docs/reference/config/networking/gateway/index.html b/content/zh/docs/reference/config/networking/gateway/index.html
index 18b6c9060a..92522ca405 100644
--- a/content/zh/docs/reference/config/networking/gateway/index.html
+++ b/content/zh/docs/reference/config/networking/gateway/index.html
@@ -513,6 +513,16 @@ or credentialName can be specified.
Same as CredentialName but for multiple certificates. Mainly used for specifying
RSA and ECDSA certificates for the same server.
+
+
+
+ |
+
+ For mutual TLS, the name of the secret or the configmap that holds CA certificates.
+Takes precedence over CA certificates in the Secret referenced with credentialName(s).
+
|