Install SSL Certificate on Linux Ubuntu/VPS/Nginx
add repository to system.
sudo add-apt-repository ppa:certbot/certbot
updating apt.
sudo apt update
installing certbot
sudo apt-get install python-certbot-apache
// or
sudo apt-get install python-certbot-nginx
installing SSL by certbot
sudo...
fiko.me1 min read