traefik/integration/resources/tls/consul_config.json

10 lines
191 B
JSON
Raw Normal View History

2016-07-07 15:25:42 +00:00
{
"ports": {
"https": 8585
},
"ca_file": "/configs/ca.cert",
"cert_file": "/configs/consul.cert",
"key_file": "/configs/consul.key",
"verify_outgoing": true
2017-09-07 10:02:03 +00:00
}