Using array for certificateAuthorities in the kibana.yml

This commit is contained in:
kobelb 2017-01-13 11:10:01 -05:00
parent 22713b7777
commit a93c9fe10a
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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]