From 02ba2c972a6518b6cbe2eaeb791b2e99964c93a9 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Thu, 7 Jan 2016 14:26:11 -0600 Subject: Use the local dh-parameters for nginx rather than the default. --- src/etc/inc/system.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/etc/inc/system.inc b/src/etc/inc/system.inc index 30f7410..bdc248e 100644 --- a/src/etc/inc/system.inc +++ b/src/etc/inc/system.inc @@ -1288,6 +1288,7 @@ EOD; $nginx_config .= "\t\tssl_session_tickets off;\n"; $nginx_config .= "\t\tssl_stapling on;\n"; $nginx_config .= "\t\tssl_stapling_verify on;\n"; + $nginx_config .= "\t\tssl_dhparam /etc/dh-parameters.4096;\n"; $nginx_config .= "\n"; } -- cgit v1.1