Skip to content
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

Support the DNS-01 Challenge Type #49

Open
zsteinkamp opened this issue Mar 18, 2024 · 2 comments
Open

Support the DNS-01 Challenge Type #49

zsteinkamp opened this issue Mar 18, 2024 · 2 comments

Comments

@zsteinkamp
Copy link
Contributor

Is your feature request related to a problem? Please describe

njs-acme currently only supports the HTTP-01 challenge type, which requires that the host be accessible from the Internet on port 80. If you are operating a cluster of NGINX hosts, then you will need to use a shared storage layer for challenge tokens. While this will work just fine for some customers, for others it will not.

The DNS-01 challenge type is the only type that is out-of-band from the web server. It requires that a person or script add a TXT record to a domain for which a certificate is being requested for.

Describe the solution you'd like

Either manual or automated DNS record setup.

Describe alternatives you've considered

@NetForce1
Copy link

DNS-01 is also needed for wildcard certificates. Let's Encrypt support them, but only using DNS-01.

@vinhjaxt
Copy link

+1 need this feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants