Skip to content

Commit

Permalink
Update traefik.yml
Browse files Browse the repository at this point in the history
add optional http challenge
  • Loading branch information
l4rm4nd authored Jan 29, 2024
1 parent ea8fec3 commit 8ddb0b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/traefik/traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8ddb0b7

Please sign in to comment.