CT Nginx: Disable OCSP/ssl_stapling by default

Disableing this due to LE dropping support for it on May 7th, 2025
This commit is contained in:
2025-01-28 01:41:31 +01:00
parent ea801f672f
commit d56e339443
2 changed files with 1 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ if $request; then
service nginx reload
#Enabling SSL
/opt/acmesh/acme.sh --config-home '/etc/acmesh/data' --issue --nginx --ocsp --keylength 'ec-384' -d "$domain"
/opt/acmesh/acme.sh --config-home '/etc/acmesh/data' --issue --nginx --keylength 'ec-384' -d "$domain"
certsatus=$?
if test $certsatus -eq 0