[DOCS] Fixed xpack.monitoring.elasticsearch.ssl.ca setting
Original commit: elastic/x-pack-elasticsearch@ce453e1a0c
This commit is contained in:
parent
2b201d8f4a
commit
614d28cee7
|
@ -168,7 +168,7 @@ can specify the location of the PEM encoded certificate with the
|
||||||
|
|
||||||
[source,yaml]
|
[source,yaml]
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
xpack.monitoring.elasticsearch.ssl.ca: [ "/path/to/ca.crt" ]
|
xpack.monitoring.elasticsearch.ssl.ca: /path/to/ca.crt
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
Alternatively, you can configure trusted certificates using a truststore
|
Alternatively, you can configure trusted certificates using a truststore
|
||||||
|
|
Loading…
Reference in New Issue