From 24cfa4f5889d6eefe4a3c54573fba08939c4c751 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Thu, 23 Apr 2015 22:19:39 +0200 Subject: [PATCH] Fixing a typo --- bin/www.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/www.coffee b/bin/www.coffee index 89e3ab5..c93d56d 100755 --- a/bin/www.coffee +++ b/bin/www.coffee @@ -65,7 +65,7 @@ if config.ssl?.key? credentials.cert = fs.readFileSync(config.ssl.cert) if config.ssl.ca? - credentials.cert = fs.readFileSync(config.ssl.ca) + credentials.ca = fs.readFileSync(config.ssl.ca) if config.ssl.ciphers? credentials.ciphers = config.ssl.ciphers