42 lines
861 B
TOML
42 lines
861 B
TOML
debug = false
|
|
|
|
logLevel = "ERROR"
|
|
defaultEntryPoints = ["https","http"]
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":80"
|
|
[entryPoints.http.redirect]
|
|
entryPoint = "https"
|
|
[entryPoints.https]
|
|
address = ":443"
|
|
[entryPoints.https.tls]
|
|
minVersion = "VersionTLS11"
|
|
cipherSuites = [
|
|
"TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305",
|
|
"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",
|
|
"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384",
|
|
"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA",
|
|
"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA"
|
|
]
|
|
|
|
[api]
|
|
|
|
[retry]
|
|
|
|
[docker]
|
|
endpoint = "unix:///var/run/docker.sock"
|
|
domain = "creditcards.bayern"
|
|
watch = true
|
|
exposedByDefault = false
|
|
|
|
[acme]
|
|
email = "noc@creditcards.bayern"
|
|
storage = "/etc/traefik/acme.json"
|
|
entryPoint = "https"
|
|
onHostRule = true
|
|
KeyType = "EC256"
|
|
keyType = "EC256"
|
|
[acme.httpChallenge]
|
|
entryPoint = "http"
|