Answers for "certbot apache install"

5

certbot apache site

sudo certbot --apache -d your_domain -d www.your_domain
Posted by: Guest on December-20-2020
-1

ubuntu install certbot

sudo apt-get update
sudo apt-get install software-properties-common
sudo apt-get install certbot
sudo apt-get install python-certbot-apache
# apache config
sudo certbot --apache
sudo certbot --apache -d your_domain -d www.your_domain
Posted by: Guest on October-15-2020
5

certbot apache install

sudo apt install python3-certbot-apache
Posted by: Guest on December-10-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language