tisecinfo
tisecinfo
Thank you for your answer. "pip3 show certbot-plugin-gandi" yielded version 1.4.1. I've removed certbot via "apt-get purge certbot", reinstalled it via "pip3 install certbot" and tried again, unfortunately certificate acquisition...
``gandi_api.py`` was located in ``/usr/local/lib/python3.10/dist-packages/certbot_plugin_gandi/gandi_api.py`` for me. I replaced the contents as instructed, ran the certbot command again and got the following console output: ``` Saving debug log to /var/log/letsencrypt/letsencrypt.log...
For other reasons I've redeployed the whole machine, still Ubuntu 22.04, installed certbot and this plugin via: ``` apt-get install python3-pip pip3 install certbot certbot-plugin-gandi ``` (The version installed is...
Thank you for creating such a useful plugin and for your assistance troubleshooting this issue.