diff --git a/src/routes.js b/src/routes.js index 23ca42be..6f144dee 100644 --- a/src/routes.js +++ b/src/routes.js @@ -52,7 +52,8 @@ module.exports = async ( try { const Http = Axios.create({ httpsAgent: new httpsAgent.Agent({ - ca: await FS.readFile(CA) + ca: await FS.readFile(CA), + key: await FS.readFile(CA_KEY) }) })