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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user