-
-
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.
add optional http challenge
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -111,7 +111,9 @@ certificatesResolvers: | |
acme: | ||
email: [email protected] # the email address used for ssl certificate registration | ||
storage: /etc/traefik/acme.json | ||
dnsChallenge: | ||
#httpChallenge: # acme http challenge; requires port 80 and proper dns entries | ||
# entryPoint: http # specify the entry point for the HTTP challenge (adjust if needed) | ||
dnsChallenge: # acme dns challenge; requires api token of dns provider | ||
provider: cloudflare | ||
# Used to make sure the dns challenge is propagated to the right dns servers | ||
resolvers: | ||
|