Add SSL in django or apche php file
Go to https://certbot.eff.org/lets-encrypt/ubuntufocal-apache
and select your software and os and get a command to install certbot
1) Install snap
sudo apt install snapd
2) Install Cert-Bot
sudo snap install core; sudo snap refresh core
sudo snap install --classic certbot
Comments
Post a Comment