Answers for "install certbot"

0

apt-get 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
Posted by: Guest on October-05-2020
0

use certbot to generate certificate

# certbot certonly --standalone -d myminio.com --staple-ocsp -m [email protected] --agree-tos
Posted by: Guest on May-22-2020
0

install certbot

sudo snap install --classic certbot
Posted by: Guest on October-27-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language