modified: 01-setup.sh

This commit is contained in:
Myve 2024-08-20 00:25:36 +00:00
commit 17467a332f

View file

@ -106,7 +106,7 @@ proxy
# Run certbot
if sudo nginx -t
then
sudo certbot --nginx --non-interactive --agree-tos --no-eff-email -m ${eff_email_address} -d ${domain} \
sudo certbot --nginx --non-interactive --agree-tos --no-eff-email -m eff@${_domain} -d ${domain} \
--staple-ocsp --hsts --no-redirect --renew-hook 'docker exec --interactive --tty myvemail /bin/ash -c "dovecot reload; postfix reload"'
else
exit 1