mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-31 05:33:46 +00:00
Update traefik.yml
add optional http challenge
This commit is contained in:
parent
ea8fec3c62
commit
8ddb0b7a4c
|
@ -111,7 +111,9 @@ certificatesResolvers:
|
||||||
acme:
|
acme:
|
||||||
email: example@example.com # the email address used for ssl certificate registration
|
email: example@example.com # the email address used for ssl certificate registration
|
||||||
storage: /etc/traefik/acme.json
|
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
|
provider: cloudflare
|
||||||
# Used to make sure the dns challenge is propagated to the right dns servers
|
# Used to make sure the dns challenge is propagated to the right dns servers
|
||||||
resolvers:
|
resolvers:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user