📜  使用 certbot 再次添加新域 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:12.753000             🧑  作者: Mango

代码示例3
# 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