diff --git a/config/traefik.toml b/config/traefik.toml index 93732fe..dcabe76 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"