Answers for "add new domain again with certbot"

5

certbot add new domain pache

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

add domains to certbot

sudo certbot --expand -d newsub.existingdomain.com -d newsub.newdomain.com
Posted by: Guest on August-05-2021
0

add new domain again with certbot

# Incase you made new changes to the conf
sudo systemctl reload nginx
sudo certbot certonly --nginx --webroot --webroot-path=/var/www/html --email [email protected] --agree-tos --no-eff-email --staging -d example.io  -d example.io --break-my-certs
Posted by: Guest on September-18-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language