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.

+ + + +
caCertCredentialName
+
string
+
+ +

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.

+ + + +
caCertCredentialName
+
string
+
+ +

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).

+