-
-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix false claims
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" |