traefik/integration/fixtures/acme/certificates.toml

19 lines
392 B
TOML
Raw Normal View History

2018-11-14 09:18:03 +00:00
[services]
[services.test.loadbalancer]
[[services.test.loadbalancer.servers]]
url = "http://127.0.0.1:9010"
2018-04-11 14:30:04 +00:00
weight = 1
2018-11-14 09:18:03 +00:00
[routers]
[routers.test]
service = "test"
rule = "Host(`traefik.acme.wtf`)"
2018-11-14 09:18:03 +00:00
entryPoints = ["https"]
2018-01-23 15:30:07 +00:00
[[tls]]
entryPoints = ["https"]
2018-03-12 09:40:04 +00:00
[tls.certificate]
certFile = "fixtures/acme/ssl/wildcard.crt"
2018-11-14 09:18:03 +00:00
keyFile = "fixtures/acme/ssl/wildcard.key"