traefik/integration/fixtures/acme/certificates.toml

17 lines
429 B
TOML
Raw Normal View History

[http.services]
2019-07-01 09:30:05 +00:00
[http.services.test.loadBalancer]
[[http.services.test.loadBalancer.servers]]
url = "http://127.0.0.1:9010"
2018-11-14 09:18:03 +00:00
[http.routers]
[http.routers.test]
entryPoints = ["websecure"]
rule = "Host(`traefik.acme.wtf`)"
service = "test"
[http.routers.test.tls]
[[tls.certificates]]
stores = ["default"]
2018-03-12 09:40:04 +00:00
certFile = "fixtures/acme/ssl/wildcard.crt"
2018-11-14 09:18:03 +00:00
keyFile = "fixtures/acme/ssl/wildcard.key"