traefik/integration/fixtures/acme/acme_provided_dynamic.toml

26 lines
479 B
TOML
Raw Normal View History

logLevel = "DEBUG"
defaultEntryPoints = ["http", "https"]
[entryPoints]
[entryPoints.http]
2018-03-05 20:54:04 +01:00
address = ":5002"
[entryPoints.https]
address = ":5001"
[entryPoints.https.tls]
[acme]
email = "test@traefik.io"
2018-04-10 10:52:04 +02:00
storage = "/tmp/acme.json"
entryPoint = "https"
onDemand = {{.OnDemand}}
2018-04-06 03:38:03 -04:00
onHostRule = {{.OnHostRule}}
2018-03-26 14:12:03 +02:00
caServer = "http://{{.BoulderHost}}:4001/directory"
2018-03-05 20:54:04 +01:00
[acme.httpChallenge]
entryPoint="http"
[file]
filename = "fixtures/acme/certificates.toml"
watch = true