Skip to content

Commit f012269

Browse files
authored
Fix so curls the correct location of cert (#85364)
1 parent bc9de12 commit f012269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/setup/install/check-running.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ You can test that your {es} node is running by sending an HTTPS request to port
55

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

0 commit comments

Comments
 (0)