Crypt-LE icon indicating copy to clipboard operation
Crypt-LE copied to clipboard

Work with PowerDNS for DNS verification?

Open ballou-git opened this issue 2 years ago • 1 comments

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?

ballou-git avatar Dec 08 '23 08:12 ballou-git

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.

guest20 avatar Dec 08 '23 12:12 guest20