Automator: update istio.io@ reference docs (#16733)

This commit is contained in:
Istio Automation 2025-07-31 22:19:04 -04:00 committed by GitHub
parent 55c3ece5b7
commit 24c6524d11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 20 additions and 0 deletions

View File

@ -513,6 +513,16 @@ or credentialName can be specified.</p>
<p>Same as CredentialName but for multiple certificates. Mainly used for specifying
RSA and ECDSA certificates for the same server.</p>
</td>
</tr>
<tr id="ServerTLSSettings-ca_cert_credential_name">
<td><div class="field"><div class="name"><code><a href="#ServerTLSSettings-ca_cert_credential_name">caCertCredentialName</a></code></div>
<div class="type">string</div>
</div></td>
<td>
<p>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 <code>credentialName(s)</code>.</p>
</td>
</tr>
<tr id="ServerTLSSettings-tls_certificates">

View File

@ -513,6 +513,16 @@ or credentialName can be specified.</p>
<p>Same as CredentialName but for multiple certificates. Mainly used for specifying
RSA and ECDSA certificates for the same server.</p>
</td>
</tr>
<tr id="ServerTLSSettings-ca_cert_credential_name">
<td><div class="field"><div class="name"><code><a href="#ServerTLSSettings-ca_cert_credential_name">caCertCredentialName</a></code></div>
<div class="type">string</div>
</div></td>
<td>
<p>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 <code>credentialName(s)</code>.</p>
</td>
</tr>
<tr id="ServerTLSSettings-tls_certificates">