pan-net-security / certbot-dns-powerdns

PowerDNS DNS Authenticator plugin for Certbot
25 stars 16 forks source link

Do not use wrong DNS Zone #19

Open azertyfun opened 2 years ago

azertyfun commented 2 years ago
Error determining zone identifier for <subdomain>.<zone>: 404 Client Error: NOT FOUND for url: http://<NS>/api/v1/servers/localhost/zones/<subdomain.zone>..

See #18

This is the error I got and this fixes. Of course this breaks existing installs since it adds a zone configuration item; but I'm also not sure how the plugin could work otherwise? Does PDNS have a "zone guess" functionality that broke or something?

(btw build is failing because of an unrelated issue with linking openssl)