mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#7553)
This commit is contained in:
parent
772d0093ac
commit
06d7e54e7d
|
|
@ -1013,6 +1013,27 @@ certificates to use in verifying a presented server certificate. If
|
||||||
omitted, the proxy will not verify the server’s certificate.
|
omitted, the proxy will not verify the server’s certificate.
|
||||||
Should be empty if mode is <code>ISTIO_MUTUAL</code>.</p>
|
Should be empty if mode is <code>ISTIO_MUTUAL</code>.</p>
|
||||||
|
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
No
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr id="ClientTLSSettings-credential_name">
|
||||||
|
<td><code>credentialName</code></td>
|
||||||
|
<td><code>string</code></td>
|
||||||
|
<td>
|
||||||
|
<p>The name of the secret that holds the TLS certs for the
|
||||||
|
client including the CA certificates. Applicable
|
||||||
|
only on Kubernetes. Secret must exist in the same
|
||||||
|
namespace with the proxy using the certificates.
|
||||||
|
The secret (of type <code>generic</code>)should contain the
|
||||||
|
following keys and values: <code>key: <privateKey></code>,
|
||||||
|
<code>cert: <serverCert></code>, <code>cacert: <CACertificate></code>.
|
||||||
|
Secret of type tls for client certificates along with
|
||||||
|
ca.crt key for CA certificates is also supported.
|
||||||
|
Only one of client certificates and CA certificate
|
||||||
|
or credentialName can be specified.</p>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
No
|
No
|
||||||
|
|
|
||||||
|
|
@ -745,7 +745,11 @@ No
|
||||||
holds the TLS certs including the CA certificates. Applicable
|
holds the TLS certs including the CA certificates. Applicable
|
||||||
only on Kubernetes. The secret (of type<code>generic</code>) should
|
only on Kubernetes. The secret (of type<code>generic</code>) should
|
||||||
contain the following keys and values: <code>key:
|
contain the following keys and values: <code>key:
|
||||||
<privateKey></code>, <code>cert: <serverCert></code>, <code>cacert: <CACertificate></code>.</p>
|
<privateKey></code>, <code>cert: <serverCert></code>, <code>cacert: <CACertificate></code>.
|
||||||
|
Secret of type tls for server certificates along with
|
||||||
|
ca.crt key for CA certificates is also supported.
|
||||||
|
Only one of server certificates and CA certificate
|
||||||
|
or credentialName can be specified.</p>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue