doc change regarding consul SSL
document change to clarify consul ssl, vs consul ssl client certificate security
This commit is contained in:
parent
c53be185f4
commit
70ab34cfb8
1 changed files with 7 additions and 1 deletions
|
@ -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 :
|
||||
|
|
Loading…
Add table
Reference in a new issue