traefik/integration/fixtures/acme/certificates.toml

19 lines
392 B
TOML
Raw Normal View History

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