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

Add standalone DNS authenticator #6646

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add standalone DNS authenticator #6646

wants to merge 1 commit into from

Conversation

siilike
Copy link
Contributor

@siilike siilike commented Jan 6, 2019

This is a plugin that uses an integrated DNS server to respond to the _acme-challenge records.

A subdomain with the relevant NS and A records needs to be set up, e.g. for acme.example.com:

acme     IN  NS  ns.acme.example.com.
ns.acme  IN  A   1.2.3.4

and then _acme-challenge for the domain that the certificate is requested for configured as a CNAME record to domain.acme.example.com.

@bmw bmw added the priority: unplanned Work that we believe should be done, but does not have a higher priority. label Mar 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: unplanned Work that we believe should be done, but does not have a higher priority.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants