Question
Its not working on Ubuntu 14.04 anymore. always getting Unable to locate package python-certbot-nginx
So I’m trying to setup certbot on a Ubuntu 14.04, I did all the steps above but I can’t get it to work.
Step 1: sudo add-apt-repository ppa:certbot/certbot
Step 2: sudo apt-get update
Step 3: sudo apt-get install python-certbot-nginx
Error:
root@server:/etc/nginx/sites-enabled# sudo apt-get install python-certbot-nginx
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package python-certbot-nginx
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×