Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit f0e4e36

Browse files
DanRoscignojmlrt
andauthored
Update ssl-tls-setup.md (#777)
When generating the CA the filename is `my-ca.p12`, so I changed the name from `my-truststore.p12` to `my-ca.p12` Co-authored-by: Julien Mailleret <8582351+jmlrt@users.noreply.github.com>
1 parent 7bf590a commit f0e4e36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ssl-tls-setup.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ $ bin/elasticsearch-certutil cert --ca ./my-ca.p12 --out ./my-keystore.p12 --pas
7373
es_enable_http_ssl: true
7474
es_enable_transport_ssl: true
7575
es_ssl_keystore: "files/certs/my-keystore.p12"
76-
es_ssl_truststore: "files/certs/my-truststore.p12"
76+
es_ssl_truststore: "files/certs/my-ca.p12"
7777
es_ssl_keystore_password: "keystore_password"
78-
es_ssl_truststore_password: "truststore_password"
78+
es_ssl_truststore_password: "ca_password"
7979
es_validate_certs: no
8080
```
8181

0 commit comments

Comments
 (0)