SSL with certbot on nginx/apache on Ubuntu Server
First Thing first
sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update
On Nginx Server
sudo apt-get install python3-certbot-nginx
sudo certbot --nginx
On Apache Server
sudo apt-get install python3-certbot-apache
sudo certbot --apache
Note ...
shrwn.com.np1 min read