aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-01-11 12:33:15 +0100
committerNoah Loomans <noahloomans@gmail.com>2017-01-11 12:33:15 +0100
commitc7d262d091facd3ff2fd016aecaa94e10432b2ca (patch)
tree4fe861f1e1ddc659a9952894a30222d698f0f55d /bin
parent659ebdaa3cad319621a5bbd4fe9c009ceed2eb27 (diff)
parentc3286dbef4648668979e04cc918e333dbdf1fb15 (diff)
Merge branch 'master' into beta
Diffstat (limited to 'bin')
-rwxr-xr-xbin/www2
1 files changed, 1 insertions, 1 deletions
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}
}