Answers for "apache install ssl certificate host certbot"

7

certbot get new certificate apache

sudo certbot --apache -d your_domain -d www.your_domain
Posted by: Guest on December-20-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

Code answers related to "apache install ssl certificate host certbot"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language