obynio / certbot-plugin-gandi

Certbot plugin for authentication using Gandi LiveDNS
https://pypi.org/project/certbot-plugin-gandi/
MIT License
194 stars 27 forks source link

Fix API call for new Gandi API #34

Closed zuzak closed 1 year ago

zuzak commented 2 years ago

I tried using this plugin via the Debian package repositories but it kept erroring. Further investigation showed that the base URL used in this script was incorrect, as Gandi have made upstream changes.

This commit changes the URL to the new one and amends the authentication system to match. I was able to renew my certificates using this amended script.

Fixes #19.

obynio commented 1 year ago

So yeah they chose to deprecate the API apparently. Well I will accept this change and try to upstream it asap. Feel free to @ me if I forget.