Tweaks RTT command docs.

This commit is contained in:
James Phillips 2015-12-21 15:16:48 -08:00
parent f3db4501c3
commit 3a619ff4bf

View File

@ -38,10 +38,10 @@ The list of available flags are:
to send this command. If this isn't specified, the command will contact
"127.0.0.1:8500" which is the default HTTP address of a Consul agent.
To use https, you need to set environment variables:
The following environment variables control accessing the HTTP server via SSL:
* `CONSUL_HTTP_SSL` to enabled SSL
* `CONSUL_HTTP_SSL_VERIFY` to disabled https certificate
* `CONSUL_HTTP_SSL` Set this to enable SSL
* `CONSUL_HTTP_SSL_VERIFY` Set this to disable certificate checking (not recommended)
## Output