Skip to content

Commit

Permalink
Remove redundant -E flags from docker exec call
Browse files Browse the repository at this point in the history
  • Loading branch information
pugnascotia committed Dec 5, 2019
1 parent e43283e commit 35487e9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,6 @@ WARNING: Windows users not running PowerShell will need to remove `\` and join l
----
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://localhost:9200"
----
--
Expand Down

0 comments on commit 35487e9

Please sign in to comment.