remove OCSP, deprecated with LE

This commit is contained in:
tengel 2025-06-18 19:39:57 -05:00
parent e9fb23d752
commit 38ae8b6382
8 changed files with 0 additions and 119 deletions

View file

@ -27,13 +27,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/git.xyzzy.ee/chain.pem;
resolver 9.9.9.9 8.8.8.8 1.1.1.1;
resolver_timeout 5s;
# https://observatory.mozilla.org
# gitea already adds X-Frame-Options SAMEORIGIN
add_header X-Content-Type-Options "nosniff";