Answers for "my domain is down after add certbot"

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