mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-18 07:17:05 +00:00
Update traefik.yml
add optional http challenge
This commit is contained in:
parent
ea8fec3c62
commit
8ddb0b7a4c
|
@ -111,7 +111,9 @@ certificatesResolvers:
|
|||
acme:
|
||||
email: example@example.com # 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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user