mirror of https://github.com/status-im/consul.git
Merge pull request #1522 from sboily/patch-1
Update documentation to use consul rtt command with https
This commit is contained in:
commit
f3db4501c3
|
@ -38,6 +38,11 @@ The list of available flags are:
|
||||||
to send this command. If this isn't specified, the command will contact
|
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.
|
"127.0.0.1:8500" which is the default HTTP address of a Consul agent.
|
||||||
|
|
||||||
|
To use https, you need to set environment variables:
|
||||||
|
|
||||||
|
* `CONSUL_HTTP_SSL` to enabled SSL
|
||||||
|
* `CONSUL_HTTP_SSL_VERIFY` to disabled https certificate
|
||||||
|
|
||||||
## Output
|
## Output
|
||||||
|
|
||||||
If coordinates are available, the command will print the estimated round trip
|
If coordinates are available, the command will print the estimated round trip
|
||||||
|
|
Loading…
Reference in New Issue