Skip to content

Commit

Permalink
Update traefik.yml
Browse files Browse the repository at this point in the history
fix false claims
  • Loading branch information
l4rm4nd authored Jan 13, 2024
1 parent fc1643c commit 583bfdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/traefik/traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected] # 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"

0 comments on commit 583bfdc

Please sign in to comment.