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
Diff
docker/conf/traefik.toml | 9 +++++++++
docker/conf/transmission.json | 2 +-
2 files changed, 9 insertions(+), 2 deletions(-)
@@ -68,11 +68,18 @@
email = "acme@captnemo.in"
storage = "/acme/acme.json"
entryPoint = "https"
dnsProvider = "cloudflare"
onHostRule = false
onDemand = false
acmelogging = true
[acme.httpChallenge]
entryPoint = "http"
[[acme.domains]]
@@ -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",