As specified in this example: https://nodejs.org/api/https.html#https_https_createserver_options_requestlistener const options = { pfx: fs.readFileSync('test/fixtures/test_cert.pfx'), passphrase: 'sample' };