traefik/integration/fixtures/acme/certificates.toml

17 lines
393 B
TOML
Raw Normal View History

[backends]
[backends.backend]
[backends.backend.servers.server1]
url = "http://127.0.0.1:9010"
2018-04-11 14:30:04 +00:00
weight = 1
[frontends]
[frontends.frontend]
backend = "backend"
[frontends.frontend.routes.test]
rule = "Host:traefik.acme.wtf"
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"
keyFile = "fixtures/acme/ssl/wildcard.key"