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 --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 9d1fa90d..cff1cb62 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ Server-side config.js settings | sslkeypath | `./cert/client.key` | ssl key path | | sslcertpath | `./cert/hackmd_io.crt` | ssl cert path | | sslcapath | `['./cert/COMODORSAAddTrustCA.crt']` | ssl ca chain | +| dhparampath | `./cert/dhparam.pem` | ssl dhparam path | | tmppath | `./tmp/` | temp file path | | postgresqlstring | `postgresql://user:pass@host:port/hackmd` | PostgreSQL connection string, fallback to this when not set in environment | | mongodbstring | `mongodb://user:pass@host:port/hackmd` | MongoDB connection string, fallback to this when not set in environment | -- cgit v1.2.3