diff --git a/config/traefik.toml b/config/traefik.toml index 32bd0f0..5cb0d62 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -70,7 +70,7 @@ defaultEntryPoints = ["https","http"] storage = "acme.json" onDemand = false onHostRule = true - caServer = "https://acme-staging-v02.api.letsencrypt.org/directory" +# caServer = "https://acme-staging-v02.api.letsencrypt.org/directory" entryPoint = "https" [acme.httpChallenge] entryPoint = "http"