diff --git a/config/traefik.toml b/config/traefik.toml index 734c880..c2a3e6f 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -66,13 +66,13 @@ defaultEntryPoints = ["https","http"] [entryPoints.https.tls] [acme] -email = "ddns@mcseeno.de" -storage = "acme.json" -onHostRule = true -caServer = "https://acme-staging-v02.api.letsencrypt.org/directory" -entryPoint = "https" + email = "ddns@mcseeno.de" + storage = "acme.json" + onHostRule = true + caServer = "https://acme-staging-v02.api.letsencrypt.org/directory" + entryPoint = "https" [acme.httpChallenge] - entryPoint = "http" + entryPoint = "http" [[acme.domains]] main = "czechman.dynvpn.de"