From 7c17d567ac00b1f62155348a5ca4710bc77341d1 Mon Sep 17 00:00:00 2001 From: Czechman Date: Thu, 24 Nov 2022 22:48:24 +0000 Subject: [PATCH] caServer wieder aktiviert MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Alle Zertifikatsupdates laufen auf: "DNS problem: query timed out looking up" mit acme Error 400. Ich habe keine Ahnung woran es genau liegt. Möglicherweise muss ich bald zu Version 2 migrieren. https://github.com/traefik/traefik/issues/5103#top --- config/traefik.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"