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

Fixes https://github.com/obynio/certbot-plugin-gandi/issues/38 #39

Closed HLFH closed 1 year ago

HLFH commented 1 year ago

Fixes https://github.com/obynio/certbot-plugin-gandi/issues/38

cc @obynio

HLFH commented 1 year ago

It has now been a long time that this deprecation has happened. The warning was displayed even when the old way was not used, and only because the old dns entry_point was still supported by your plugin. It would be great to remove this entry_point. The README is sufficient by itself and explains well the configuration file migration.

HLFH commented 1 year ago

If you agree with these commits @obynio, when this PR is merged, could you please release version 1.4.1.

obynio commented 1 year ago

Ah yes, if I remember correctly we added this as a way to ensure retro compatibility with previous versions of cerbot. But it can be removed now. These changes are fine.

obynio commented 1 year ago

It's merged and released on PyPI with version 1.4.1

HLFH commented 1 year ago

@obynio Thank you!