traefik/integration/resources/tls/consul_config.json
2016-07-21 09:22:35 +02:00

9 lines
190 B
JSON

{
"ports": {
"https": 8585
},
"ca_file": "/configs/ca.cert",
"cert_file": "/configs/consul.cert",
"key_file": "/configs/consul.key",
"verify_outgoing": true
}