New InterWorx Install, Let's Encrypt Issues

New Let’s Encrypt 1.11.0 Certbot installations on Centos and InterWorx are failing. Existing Certbot installations are not affected and appear to upgrade to 1.11.0 on InterWorx without issue.

If needed run the following from a CLI as root to install an earlier version of Certbot, it will then update without issue. We be releasing a hotfix for this issue shortly.

cd ~iworx/lib/letsencrypt/
git checkout --force v1.9.0
./letsencrypt-auto --no-self-upgrade --version

We are working on an update to our installer to use Snaps when installing Let’s Encrypt Certbot. As recommended by Let’s Encrypt.

2 Likes