diff --git a/nginx.sh b/nginx.sh index 474fd74..44c8fe4 100644 --- a/nginx.sh +++ b/nginx.sh @@ -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