Update traefik.yml

fix false claims
This commit is contained in:
LRVT 2024-01-13 20:17:34 +01:00 committed by GitHub
parent fc1643ce84
commit 583bfdcc0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,11 +110,11 @@ providers:
certificatesResolvers:
myresolver:
acme:
email: <CF-EMAIL-ADDRESS> # change to your provider account email address. The API token is defined in the docker-compose.yml as environment variable
email: example@example.com # the email address used for ssl certificate registration
storage: /etc/traefik/acme.json
dnsChallenge:
provider: cloudflare
# Used to make sure the dns challenge is propagated to the rights dns servers
# Used to make sure the dns challenge is propagated to the right dns servers
resolvers:
- "1.1.1.1:53"
- "1.0.0.1:53"