doc change regarding consul SSL

document change to clarify consul ssl, vs consul ssl client certificate security
This commit is contained in:
bitsofinfo 2017-07-18 09:22:08 -06:00 committed by Ludovic Fernandez
parent c53be185f4
commit 70ab34cfb8

View file

@ -145,7 +145,13 @@ If Traefik is launched into a Docker container, the variable `CONSUL_HTTP_TOKEN`
## TLS support
So far, only [Consul](https://consul.io) and [etcd](https://coreos.com/etcd/) support TLS connections.
To connect to a Consul endpoint using SSL, simply specify `https://` in the `consul.endpoint` property
- `--consul.endpoint=https://[consul-host]:[consul-ssl-port]`
## TLS support with client certificates
So far, only [Consul](https://consul.io) and [etcd](https://coreos.com/etcd/) support TLS connections with client certificates.
To set it up, we should enable [consul security](https://www.consul.io/docs/internals/security.html) (or [etcd security](https://coreos.com/etcd/docs/latest/security.html)).
Then, we have to provide CA, Cert and Key to Træfik using `consul` flags :