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