mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Using array for certificateAuthorities in the kibana.yml
This commit is contained in:
parent
22713b7777
commit
a93c9fe10a
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@
|
|||
|
||||
# Optional setting that enables you to specify a path to the PEM file for the certificate
|
||||
# authority for your Elasticsearch instance.
|
||||
#elasticsearch.ssl.certificateAuthorities: /path/to/your/CA.pem
|
||||
#elasticsearch.ssl.certificateAuthorities: [ "/path/to/your/CA.pem" ]
|
||||
|
||||
# To disregard the validity of SSL certificates, change this setting's value to 'none'.
|
||||
#elasticsearch.ssl.verificationMode: full
|
||||
|
|
|
@ -73,7 +73,7 @@ default `verificationMode` option of `full`.
|
|||
----
|
||||
# If you need to provide a CA certificate for your Elasticsearch instance, put
|
||||
# the path of the pem file here.
|
||||
elasticsearch.ssl.certificateAuthorities: /path/to/your/ca/cacert.pem
|
||||
elasticsearch.ssl.certificateAuthorities: [ "/path/to/your/ca/cacert.pem" ]
|
||||
----
|
||||
|
||||
[float]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue