mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#16733)
This commit is contained in:
parent
55c3ece5b7
commit
24c6524d11
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue