29 Jan 2020

Ubuntu 18.04 - Let's Encrypt - Error: couldn't get currently installed version for /opt/eff.org/certbot/venv/bin/letsencrypt:

While renewing Let's Encrypt Certificates, I encountered the below error

Error: couldn't get currently installed version for /opt/eff.org/certbot/venv/bin/letsencrypt:

Found a solution here and giving the same for quick reference

# rm -rf /opt/eff.org/*
# pip install -U certbot
# certbot renew --debug

Please note that you may have to run the commands as a sudo user.

No comments:

Post a Comment