Add native SSL support

This commit is contained in:
Christoph Wiechert
2017-06-06 10:58:00 +02:00
parent b95bab1011
commit f7ceb575fe
4 changed files with 52 additions and 8 deletions

View File

@@ -13,5 +13,7 @@ module.exports = {
"604800": "1 Week",
"1209600": "2 Weeks"
},
"defaultRetention": 3600
"defaultRetention": 3600,
"sslKeyFile": './tmp/cert.key',
"sslCertFile": './tmp/cert.pem',
};