From cb411ca3e2c5b6f30c351cec5af94e9c1f32102d Mon Sep 17 00:00:00 2001
From: Noah Loomans <noahloomans@gmail.com>
Date: Wed, 11 Jan 2017 12:31:35 +0100
Subject: use fullchain instaid of cert

---
 bin/www | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'bin/www')

diff --git a/bin/www b/bin/www
index b508396..df15b1f 100755
--- a/bin/www
+++ b/bin/www
@@ -23,7 +23,7 @@ var credentials = {}
 
 if (shouldUseHTTPS) {
   privateKey = fs.readFileSync('/etc/letsencrypt/live/rooster.hetmml.nl/privkey.pem', 'utf8')
-  certificate = fs.readFileSync('/etc/letsencrypt/live/rooster.hetmml.nl/cert.pem', 'utf8')
+  certificate = fs.readFileSync('/etc/letsencrypt/live/rooster.hetmml.nl/fullchain.pem', 'utf8')
   credentials = {key: privateKey, cert: certificate}
 }
 
-- 
cgit v1.1