diff --git a/dashboard/dashboard.js b/dashboard/dashboard.js index c96cde9c..f4e8f7f8 100644 --- a/dashboard/dashboard.js +++ b/dashboard/dashboard.js @@ -44,8 +44,8 @@ module.exports.load = async client => { }, SSL: { enabled: true, - key: "../jababot-cloudflare.key", - cert: "../jababot-cloudflare.crt", + key: "../../jababot-cloudflare.key", + cert: "../../jababot-cloudflare.crt", }, cookiesSecret: client.config.dashboard.secret, domain: client.config.dashboard.domain,