From f889ffaa9f2f1263e4bd539934efe97e27ea10c8 Mon Sep 17 00:00:00 2001 From: Cheng-Han, Wu Date: Tue, 15 Mar 2016 10:39:45 +0800 Subject: Supported ssl dhparam --- app.js | 1 + 1 file changed, 1 insertion(+) (limited to 'app.js') diff --git a/app.js b/app.js index 29162ecb..9ab1e82a 100644 --- a/app.js +++ b/app.js @@ -40,6 +40,7 @@ if (config.usessl) { key: fs.readFileSync(config.sslkeypath, 'utf8'), cert: fs.readFileSync(config.sslcertpath, 'utf8'), ca: ca, + dhparam: fs.readFileSync(config.dhparampath, 'utf8'), requestCert: false, rejectUnauthorized: false }; -- cgit v1.2.3