25 lines
479 B
TOML
25 lines
479 B
TOML
logLevel = "DEBUG"
|
|
|
|
defaultEntryPoints = ["http", "https"]
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":5002"
|
|
[entryPoints.https]
|
|
address = ":5001"
|
|
[entryPoints.https.tls]
|
|
|
|
|
|
[acme]
|
|
email = "test@traefik.io"
|
|
storage = "/tmp/acme.json"
|
|
entryPoint = "https"
|
|
onDemand = {{.OnDemand}}
|
|
onHostRule = {{.OnHostRule}}
|
|
caServer = "http://{{.BoulderHost}}:4001/directory"
|
|
[acme.httpChallenge]
|
|
entryPoint="http"
|
|
|
|
[file]
|
|
filename = "fixtures/acme/certificates.toml"
|
|
watch = true
|