No stapling
This commit is contained in:
parent
ec8e1e850c
commit
f7d3f228d9
|
@ -133,7 +133,7 @@ function nginx_ssl {
|
||||||
echo ' ssl_prefer_server_ciphers on;' >> $filename
|
echo ' ssl_prefer_server_ciphers on;' >> $filename
|
||||||
echo " ssl_protocols $SSL_PROTOCOLS;" >> $filename
|
echo " ssl_protocols $SSL_PROTOCOLS;" >> $filename
|
||||||
echo " ssl_ciphers '$SSL_CIPHERS';" >> $filename
|
echo " ssl_ciphers '$SSL_CIPHERS';" >> $filename
|
||||||
nginx_stapling $1
|
#nginx_stapling $1
|
||||||
}
|
}
|
||||||
|
|
||||||
# check an individual domain name
|
# check an individual domain name
|
||||||
|
|
Loading…
Reference in New Issue