From 41547b0e40e14ac78401029dd5a6b5926ba3367b Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 2 Dec 2020 07:09:15 -0500 Subject: remove unused RSA cipher configuration --- nginx/nginx.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nginx/nginx.conf') diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 505c7f97..a61d9846 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -34,11 +34,10 @@ http { ssl_certificate /etc/letsencrypt/live/grapheneos.org/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/grapheneos.org/privkey.pem; - ssl_dhparam /etc/nginx/ssl-dhparams.pem; ssl_session_cache shared:SSL:10m; ssl_session_timeout 1d; ssl_session_tickets off; - ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384; + ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305; ssl_trusted_certificate /etc/letsencrypt/live/grapheneos.org/chain.pem; ssl_stapling on; -- cgit v1.3.1