Update nginx.sh

This commit is contained in:
myve 2025-06-12 16:36:51 +00:00
commit c6c2243a68

View file

@ -87,7 +87,7 @@ server {
conf
# Certbot
sudo certbot --nginx --non-interactive --agree-tos --no-eff-email --staple-ocsp --hsts --no-redirect \
sudo certbot --nginx --non-interactive --agree-tos --no-eff-email --hsts --no-redirect \
--email ${eff_email_address} \
--domain ${url}
@ -111,7 +111,7 @@ do
conf
# Certbot
sudo certbot --nginx --non-interactive --agree-tos --no-eff-email --staple-ocsp --hsts --no-redirect \
sudo certbot --nginx --non-interactive --agree-tos --no-eff-email --hsts --no-redirect \
--email ${eff_email_address} \
--domain ${url}
done