mirror of
https://git.myvelabs.com/lab/nginx.git
synced 2025-12-17 21:26:13 +00:00
Update nginx.sh
This commit is contained in:
parent
10051ae51a
commit
c6c2243a68
1 changed files with 2 additions and 2 deletions
4
nginx.sh
4
nginx.sh
|
|
@ -87,7 +87,7 @@ server {
|
||||||
conf
|
conf
|
||||||
|
|
||||||
# Certbot
|
# 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} \
|
--email ${eff_email_address} \
|
||||||
--domain ${url}
|
--domain ${url}
|
||||||
|
|
||||||
|
|
@ -111,7 +111,7 @@ do
|
||||||
conf
|
conf
|
||||||
|
|
||||||
# Certbot
|
# 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} \
|
--email ${eff_email_address} \
|
||||||
--domain ${url}
|
--domain ${url}
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue