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

ZoneEdit - DNS challenge provider request #4171

Open
LarsHilden opened this issue Nov 18, 2024 · 1 comment · May be fixed by #4208
Open

ZoneEdit - DNS challenge provider request #4171

LarsHilden opened this issue Nov 18, 2024 · 1 comment · May be fixed by #4208
Labels
dns provider request This issue is a request to integrate a new DNS-challenge provider

Comments

@LarsHilden
Copy link

What provider would you like to see added to NPM?
ZoneEdit

Endpoints for TXT records are:

curl X POST https://dynamic.zoneedit.com/txt-create.php?host={_acme-challenge.www.mydomain.com}&rdata={somevalue} -u {API_USERNAME}:{API_KEY}
curl X POST https://dynamic.zoneedit.com/txt-delete.php?host={_acme-challenge.www.mydomain.com}&rdata={somevalue} -u {API_USERNAME}:{API_KEY}

@LarsHilden LarsHilden added the dns provider request This issue is a request to integrate a new DNS-challenge provider label Nov 18, 2024
@badkeyy badkeyy linked a pull request Dec 4, 2024 that will close this issue
@kerstenremco
Copy link
Contributor

@LarsHilden please check if the PR resolves your request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dns provider request This issue is a request to integrate a new DNS-challenge provider
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants