Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
You can test that your {{es}} node is running by sending an HTTPS request to port `9200` on `localhost`:

```sh subs=true
curl --cacert {{es-conf}}{{slash}}certs{{slash}}http_ca.crt {{escape}} <1>
curl --cacert {{es-conf}}{{slash}}certs{{slash}}http_ca.crt <1>
-u elastic:$ELASTIC_PASSWORD https://localhost:9200 <2>
```
1. `--cacert`: Path to the generated `http_ca.crt` certificate for the HTTP layer.
Expand Down Expand Up @@ -29,4 +29,4 @@ The call returns a response like this:
},
"tagline" : "You Know, for Search"
}
```
```
Loading