aboutsummaryrefslogtreecommitdiff
path: root/bin/www
diff options
context:
space:
mode:
Diffstat (limited to 'bin/www')
-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}
}