mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 15:14:56 -04:00
Supported ssl dhparam
This commit is contained in:
parent
921b5f4652
commit
f889ffaa9f
3 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,7 @@ var config = {
|
|||
sslkeypath: 'change this',
|
||||
sslcertpath: 'change this',
|
||||
sslcapath: ['change this'],
|
||||
dhparampath: 'change this',
|
||||
usessl: usessl,
|
||||
getserverurl: function() {
|
||||
var url = domain;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue