remove OCSP, deprecated with LE
This commit is contained in:
parent
e9fb23d752
commit
38ae8b6382
8 changed files with 0 additions and 119 deletions
|
|
@ -20,13 +20,6 @@ server {
|
|||
# https://ssl-config.mozilla.org/
|
||||
add_header Strict-Transport-Security "max-age=15724800" always;
|
||||
|
||||
# OCSP stapling
|
||||
ssl_stapling on;
|
||||
ssl_stapling_verify on;
|
||||
ssl_trusted_certificate /etc/letsencrypt/live/xyzzy.ee/chain.pem;
|
||||
resolver 9.9.9.9 8.8.8.8 1.1.1.1;
|
||||
resolver_timeout 5s;
|
||||
|
||||
# https://observatory.mozilla.org
|
||||
add_header X-Frame-Options "SAMEORIGIN";
|
||||
add_header X-Content-Type-Options "nosniff";
|
||||
|
|
@ -58,13 +51,6 @@ server {
|
|||
# https://ssl-config.mozilla.org/
|
||||
add_header Strict-Transport-Security "max-age=15724800" always;
|
||||
|
||||
# OCSP stapling
|
||||
ssl_stapling on;
|
||||
ssl_stapling_verify on;
|
||||
ssl_trusted_certificate /etc/letsencrypt/live/xyzzy.ee/chain.pem;
|
||||
resolver 9.9.9.9 8.8.8.8 1.1.1.1;
|
||||
resolver_timeout 5s;
|
||||
|
||||
# https://observatory.mozilla.org
|
||||
add_header X-Frame-Options "SAMEORIGIN";
|
||||
add_header X-Content-Type-Options "nosniff";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue