Skip to content

Commit 24c6524

Browse files
Automator: update istio.io@ reference docs (#16733)
1 parent 55c3ece commit 24c6524

File tree

2 files changed

+20
-0
lines changed
  • content
    • en/docs/reference/config/networking/gateway
    • zh/docs/reference/config/networking/gateway

2 files changed

+20
-0
lines changed

content/en/docs/reference/config/networking/gateway/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,16 @@ <h2 id="ServerTLSSettings">ServerTLSSettings</h2>
513513
<p>Same as CredentialName but for multiple certificates. Mainly used for specifying
514514
RSA and ECDSA certificates for the same server.</p>
515515

516+
</td>
517+
</tr>
518+
<tr id="ServerTLSSettings-ca_cert_credential_name">
519+
<td><div class="field"><div class="name"><code><a href="#ServerTLSSettings-ca_cert_credential_name">caCertCredentialName</a></code></div>
520+
<div class="type">string</div>
521+
</div></td>
522+
<td>
523+
<p>For mutual TLS, the name of the secret or the configmap that holds CA certificates.
524+
Takes precedence over CA certificates in the Secret referenced with <code>credentialName(s)</code>.</p>
525+
516526
</td>
517527
</tr>
518528
<tr id="ServerTLSSettings-tls_certificates">

content/zh/docs/reference/config/networking/gateway/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,16 @@ <h2 id="ServerTLSSettings">ServerTLSSettings</h2>
513513
<p>Same as CredentialName but for multiple certificates. Mainly used for specifying
514514
RSA and ECDSA certificates for the same server.</p>
515515

516+
</td>
517+
</tr>
518+
<tr id="ServerTLSSettings-ca_cert_credential_name">
519+
<td><div class="field"><div class="name"><code><a href="#ServerTLSSettings-ca_cert_credential_name">caCertCredentialName</a></code></div>
520+
<div class="type">string</div>
521+
</div></td>
522+
<td>
523+
<p>For mutual TLS, the name of the secret or the configmap that holds CA certificates.
524+
Takes precedence over CA certificates in the Secret referenced with <code>credentialName(s)</code>.</p>
525+
516526
</td>
517527
</tr>
518528
<tr id="ServerTLSSettings-tls_certificates">

0 commit comments

Comments
 (0)