From 89022f522b7117a22cd8e26f7e7787b2d4ac9ccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szekeres=20Ba=CC=81lint?= Date: Tue, 23 Jan 2018 07:23:39 +0100 Subject: [PATCH] Diffie-Hellman: 2048 bit https://www.reddit.com/r/PHP/comments/7s9e5b/nginxconfigio_online_nginx_configuration/dt3nsof/ --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 6ce870f..6cf5c38 100644 --- a/public/index.html +++ b/public/index.html @@ -236,7 +236,7 @@
# HTTPS: create Diffie-Hellman keys
-openssl dhparam -dsaparam -out /etc/nginx/dhparam.pem 4096
+openssl dhparam -dsaparam -out /etc/nginx/dhparam.pem 2048
 
 # HTTPS: create ACME-challenge common directory
 sudo -u {{ data.userĀ }} sh -c "mkdir -p /var/www/_letsencrypt"