jahudka / certbot-dns-active24

Active24 DNS-01 Authentication Plugin for Certbot
MIT License
13 stars 8 forks source link

Update active24.ini #5

Closed pablomdata closed 4 years ago

jahudka commented 4 years ago

Hi @jpmaldonado, thanks a lot for your contributions, I've mostly abandoned this project ages ago, your pull requests now made me come back to it and finally make it work the way it's supposed to! So you can now finally install it via pip (I've initially merged your PR correcting the readme on that, but when I figured out how to properly publish the plugin to PyPI I changed it back). Also the plugin now won't just wait for a fixed time when performing the challenge - instead it will resolve the authoritative nameserver where the challenge should appear and it will wait until it can actually resolve the challenge from there - it was so frustrating having to wait for minutes only to have the challenge fail because the authoritative servers haven't propagated it yet.. Hopefully this will make the plugin much more useful to people. Thanks again!

pablomdata commented 4 years ago

Hey @jahudka thanks for accepting the pull request, and thank you for the changes! Indeed the challenge has been challenging to debug (haha), looking forward to try the new release!