node-github-hook icon indicating copy to clipboard operation
node-github-hook copied to clipboard

No way of passing a passphrase to https options from CLI

Open Zaimatsu opened this issue 7 years ago • 0 comments

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' };

Zaimatsu avatar May 19 '18 08:05 Zaimatsu