Switch over to HTTP challenge for traefik

- This is much faster and more reliable
- Unfortunately, can't work for internal domains
- so in.bb8.fun certs are up-in-the-air for now
- they will keep working till the authorizations stay valid
This commit is contained in:
Nemo 2018-02-18 03:02:12 +05:30
parent 58055382d7
commit 937da3dec7
2 changed files with 9 additions and 2 deletions

View File

@ -68,11 +68,18 @@ defaultEntryPoints = ["http", "https"]
email = "acme@captnemo.in"
storage = "/acme/acme.json"
entryPoint = "https"
dnsProvider = "cloudflare"
onHostRule = false
onDemand = false
acmelogging = true
[acme.httpChallenge]
entryPoint = "http"
# Keep DNS challenge disabled
# for now
# [acme.dnsChallenge]
# provider = "cloudflare"
# delayBeforeCheck = 5
# Get wildcard once possible
[[acme.domains]]

View File

@ -40,7 +40,7 @@
"ratio-limit": 0.2,
"ratio-limit-enabled": true,
"rename-partial-files": true,
"rpc-host-whitelist": "transmission.bb8.fun",
"rpc-host-whitelist": "transmission.bb8.fun,transmission",
"rpc-host-whitelist-enabled": true,
"rpc-authentication-required": false,
"rpc-bind-address": "0.0.0.0",