SSL COMANDS UBANTU 16,18,20 FOR WEBSITE
Posted: 15 Feb 2025, 09:36
HOW TO ADD SSL ON ANY UBANTU VERSION
COMANDS HERE
1> sudo apt-get install software-properties-common
sudo apt install python-certbot-apache
2> sudo add-apt-repository ppa:certbot/certbot
3> sudo apt-get update
4> sudo apt-get install python-certbot-apache
sudo apt install certbot python3-certbot-apache
5> sudo certbot --apache -d Domain Name
6> sudo certbot renew --dry-run
7> sudo certbot --apache -d Domain Name
COMANDS HERE
1> sudo apt-get install software-properties-common
sudo apt install python-certbot-apache
2> sudo add-apt-repository ppa:certbot/certbot
3> sudo apt-get update
4> sudo apt-get install python-certbot-apache
sudo apt install certbot python3-certbot-apache
5> sudo certbot --apache -d Domain Name
6> sudo certbot renew --dry-run
7> sudo certbot --apache -d Domain Name