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

Commit

Permalink
Update ssl-tls-setup.md (#777)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
DanRoscigno and jmlrt authored Feb 24, 2021
1 parent 7bf590a commit f0e4e36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ssl-tls-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ $ bin/elasticsearch-certutil cert --ca ./my-ca.p12 --out ./my-keystore.p12 --pas
es_enable_http_ssl: true
es_enable_transport_ssl: true
es_ssl_keystore: "files/certs/my-keystore.p12"
es_ssl_truststore: "files/certs/my-truststore.p12"
es_ssl_truststore: "files/certs/my-ca.p12"
es_ssl_keystore_password: "keystore_password"
es_ssl_truststore_password: "truststore_password"
es_ssl_truststore_password: "ca_password"
es_validate_certs: no
```
Expand Down

0 comments on commit f0e4e36

Please sign in to comment.