I am getting this error:
Error: couldn’t get currently installed version for /opt/eff.org/certbot/venv/bin/letsencrypt: /root/certbot-auto: 961: /root/certbot-auto: /opt/eff.org/certbot/venv/bin/letsencrypt: not found
Apache - Ubuntu 12
thanks for helping!
You can try wipe out the Certbot directory and try again.
rm -rf /opt/eff.org/certbot
The certbot-auto script will re-download the directory, none of your settings will be lost.
certbot-auto
Ubuntu 12 is very old and no longer receives updates, you might have better luck using a different client if you run into issues.
Happily, however, I was able to run certbot-auto at version 0.24.0 on Ubuntu 12 successfully just now, so that’s a good sign!
that worked, thank you!