req: Let's Encrypt DNS-01 challenge support #44
Unanswered
eelkevdbos
asked this question in
Ideas and Issue Triage
Replies: 2 comments 1 reply
-
|
I believe this is a part of #30 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I'd be interested in ideas for how something pluggable might look. I don't think we'd want to add anything too complex here, but if we had an easy way to call out to a script for the DNS operations, it could be nice to allow people to wire up the details themselves. Particularly because DNS-01 support would mean we could support wildcard certs. So, definitely seems worth thinking about. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This challenge allows applications behind a firewall that restrict access based on IP-address ranges to still have the means to validate without knowing Let's Encrypt's IP ranges (they do not provide any range of their infra by design).
Since this project is a 'minimal' proxy, I could see that this kind of feature would not be in scope, but I am wondering if there are any plans to extend to features like this - or have a pluggable infrastructure that would allow the community to build something like this.
Beta Was this translation helpful? Give feedback.
All reactions