HTTPS Setup With Certbot in Digital Ocean Droplets
For Installation
sudo apt install python3-certbot-apache
For Activation
sudo certbot --apache --expand -d domainname.com
For Installation
sudo apt install python3-certbot-apache
For Activation
sudo certbot --apache --expand -d domainname.com
Comments
Post a Comment