Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Certbot does not maintain apt releases anymore. Change to installing via pip. #292

Open
molytov opened this issue Oct 14, 2023 · 0 comments

Comments

@molytov
Copy link

molytov commented Oct 14, 2023

The apt release of certbot isn't supported anymore.
Instead, they recommend installing certbot via snapd, but there is also the option to install via pip.
It's a few more commands, but it will still function the same as before.

sudo apt update
sudo apt install python3 python3-venv libaugeas0
sudo python3 -m venv /opt/certbot/
sudo /opt/certbot/bin/pip install --upgrade pip
sudo /opt/certbot/bin/pip install certbot certbot-nginx
sudo ln -s /opt/certbot/bin/certbot /usr/bin/certbot

The rest of the commands are the same.
https://certbot.eff.org/instructions?ws=nginx&os=pip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant