Skip to content

Commit

Permalink
Fix so curls the correct location of cert (#85364)
Browse files Browse the repository at this point in the history
  • Loading branch information
polarknight committed Mar 28, 2022
1 parent bc9de12 commit f012269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/setup/install/check-running.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ You can test that your {es} node is running by sending an HTTPS request to port

["source","sh",subs="attributes"]
----
curl --cacert {es-conf}{slash}certs{slash}http_ca.crt -u elastic https://localhost:9200 <1>
curl --cacert {es-conf}{slash}config{slash}certs{slash}http_ca.crt -u elastic https://localhost:9200 <1>
----
// NOTCONSOLE
<1> Ensure that you use `https` in your call, or the request will fail.
Expand Down

0 comments on commit f012269

Please sign in to comment.