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:
parent
e6715686ac
commit
7c17d567ac
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue