-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ACME DNS challenges #3998
ACME DNS challenges #3998
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
722b3c6
to
05d15bc
Compare
For me there is confusion about the Cloudflare Env variables. |
In 1.7 (>1.7.2) you can use both 😃 ( in 1.6 only |
Could this be documented please? And if CLOUDFLARE_XXX is going to be deprecated (I don't know if it is or isn't) would be nice to know. This is currently kind of confusing. |
The both are supported (no deprecation) but we recommend to use |
After 1.17, CF_API_x is preferred. See https://docs.traefik.io/configuration/acme/#dnschallenge and traefik/traefik#3998
What does this PR do?
Fix DNS Challenges for:
Extra:
Motivation
Fixes #3989, #3977, #3957