certbot/plugin fails after update
Danilo G. Baio
dbaio at FreeBSD.org
Mon Apr 20 18:05:43 UTC 2020
On Mon, Apr 20, 2020 at 10:06:38AM -0700, paul beard wrote:
> Yes, I do. I use the packages and source from the SVN repo. I also use
> /usr/local… not smart enough to change any of that without breakage so I
> leave it all alone.
Could you reinstall packages py37-certbot and py37-certbot-nginx?
Then check if the problem still occurs, if yes, make a copy of their
files:
cp -a -R /usr/local/lib/python3.7/site-packages/certbot /tmp/certbot
cp -a -R /usr/local/lib/python3.7/site-packages/certbot_nginx /tmp/certbot_nginx
Then reinstall them by ports as you described and execute a diff to see
what differs:
diff -u -r /usr/local/lib/python3.7/site-packages/certbot_nginx/ /tmp/certbot_nginx/
diff -u -r /usr/local/lib/python3.7/site-packages/certbot/ /tmp/certbot/
And could you share
/usr/local/etc/letsencrypt/renewal/cloud.paulbeard.org.conf ?
Remove account information from it, please.
--
Danilo G. Baio (dbaio)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-python/attachments/20200420/36ea3fde/attachment.sig>
More information about the freebsd-python
mailing list