mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 06:34:39 -04:00
Supported ssl dhparam
This commit is contained in:
parent
921b5f4652
commit
f889ffaa9f
3 changed files with 3 additions and 0 deletions
1
app.js
1
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
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue