Skip to content

Commit

Permalink
[DOCS] Remove unnecessary options for elasticsearch-setup-passwords (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
notok authored and lcawl committed Jun 29, 2020
1 parent c4f489c commit 09394e4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/en/getting-started/get-started-docker.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,7 @@ and join the lines before running this command.
["source","sh"]
----
docker exec es01 /bin/bash -c "bin/elasticsearch-setup-passwords \
auto --batch \
-Expack.security.http.ssl.certificate=certificates/es01/es01.crt \
-Expack.security.http.ssl.certificate_authorities=certificates/ca/ca.crt \
-Expack.security.http.ssl.key=certificates/es01/es01.key \
--url https://es01:9200"
auto --batch --url https://es01:9200"
----

IMPORTANT: Make a note of the generated passwords.
Expand Down

0 comments on commit 09394e4

Please sign in to comment.