From dbee9a704c6960a1501325240005dc9bf5c3d73e Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 14 Nov 2020 04:05:35 -0500 Subject: move TLS configuration into nginx.conf --- nginx/snippets/https.conf | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 nginx/snippets/https.conf (limited to 'nginx/snippets/https.conf') diff --git a/nginx/snippets/https.conf b/nginx/snippets/https.conf deleted file mode 100644 index a721e373..00000000 --- a/nginx/snippets/https.conf +++ /dev/null @@ -1,13 +0,0 @@ -listen 443 ssl http2; -listen [::]:443 ssl http2; - -ssl_certificate /etc/letsencrypt/live/grapheneos.org/fullchain.pem; -ssl_certificate_key /etc/letsencrypt/live/grapheneos.org/privkey.pem; -include /etc/letsencrypt/options-ssl-nginx.conf; -ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; - -ssl_trusted_certificate /etc/letsencrypt/live/grapheneos.org/chain.pem; -ssl_stapling on; -ssl_stapling_verify on; -# maintained by certbot-ocsp-fetcher -ssl_stapling_file /etc/nginx/ocsp-cache/grapheneos.org.der; -- cgit v1.3.1