@@ -88,8 +88,8 @@ including requests that are proxied for end users. Setting this to `true` when E
8888lead to proxied requests for end users being executed as the identity tied to the configured certificate.
8989
9090`elasticsearch.ssl.certificate:` and `elasticsearch.ssl.key:`:: Paths to a PEM-encoded X.509 certificate and its private key, respectively.
91- When `xpack.security.http.ssl.client_authentication` in Elasticsearch is set to `required`, the certificate and key are used to prove
92- Kibana's identity when it makes an outbound request to your Elasticsearch cluster.
91+ When `xpack.security.http.ssl.client_authentication` in Elasticsearch is set to `required` or `optional` , the certificate and key are used
92+ to prove Kibana's identity when it makes an outbound request to your Elasticsearch cluster.
9393+
9494--
9595NOTE: These settings cannot be used in conjunction with `elasticsearch.ssl.keystore.path`.
@@ -104,10 +104,10 @@ be specified via `elasticsearch.ssl.keystore.path` and/or `elasticsearch.ssl.tru
104104`elasticsearch.ssl.key`. This value is optional, as the key may not be encrypted.
105105
106106`elasticsearch.ssl.keystore.path:`:: Path to a PKCS #12 file that contains an X.509 certificate with its private key. When
107- `xpack.security.http.ssl.client_authentication` in Elasticsearch is set to `required`, the certificate and key are used to prove Kibana's
108- identity when it makes an outbound request to your Elasticsearch cluster. If the file contains any additional certificates, those will be
109- used as a trusted certificate chain for your Elasticsearch cluster. This chain is used to establish trust when Kibana creates an SSL
110- connection with your Elasticsearch cluster. In addition to this setting, trusted certificates may be specified via
107+ `xpack.security.http.ssl.client_authentication` in Elasticsearch is set to `required` or `optional` , the certificate and key are used to
108+ prove Kibana's identity when it makes an outbound request to your Elasticsearch cluster. If the file contains any additional certificates,
109+ those will be used as a trusted certificate chain for your Elasticsearch cluster. This chain is used to establish trust when Kibana creates
110+ an SSL connection with your Elasticsearch cluster. In addition to this setting, trusted certificates may be specified via
111111`elasticsearch.ssl.certificateAuthorities` and/or `elasticsearch.ssl.truststore.path`.
112112+
113113--
0 commit comments