Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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 mail@email.com --agree-tos --no-eff-email --staging -d example.io  -d example.io --break-my-certs
Source by community.letsencrypt.org #
 
PREVIOUS NEXT
Tagged: #add #domain #certbot
ADD COMMENT
Topic
Name
9+7 =