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

Work with PowerDNS for DNS verification? #88

Open
ballou-git opened this issue Dec 8, 2023 · 1 comment
Open

Work with PowerDNS for DNS verification? #88

ballou-git opened this issue Dec 8, 2023 · 1 comment

Comments

@ballou-git
Copy link

Hi, I'm using Certbot to run all this on Linux.
I still haven't solved this on our Windows servers.
Since many servers are blocked from internet it would be a great way to use the Let's Encrypt.
When reading through your guides I can't really find a way to solve this with our PowerDNS setup.
Do I miss something or could you please help me get in the right direction?

@guest20
Copy link

guest20 commented Dec 8, 2023

PowerDNS has a web api: https://doc.powerdns.com/authoritative/http-api/index.html

You could interact with it using HTTP::Tiny or even by shelling out to curl from a Challenge module.

You'd just need to copy Crypt::LE::Challenge::Simple and add in the http calls to speak to your nameserver.

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

2 participants