caServer wieder aktiviert

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
This commit is contained in:
Czechman 2022-11-24 22:48:24 +00:00
parent e6715686ac
commit 7c17d567ac
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ defaultEntryPoints = ["https","http"]
storage = "acme.json" storage = "acme.json"
onDemand = false onDemand = false
onHostRule = true onHostRule = true
# caServer = "https://acme-staging-v02.api.letsencrypt.org/directory" caServer = "https://acme-staging-v02.api.letsencrypt.org/directory"
entryPoint = "https" entryPoint = "https"
[acme.httpChallenge] [acme.httpChallenge]
entryPoint = "http" entryPoint = "http"