I try to use HTTPS
Closed this issue · 1 comments
crlshn commented
Hi I am trying to use the command line but serve https instead of the default http
where do I put the :
const https = require('https');
const fs = require('fs');
const options = {
key: fs.readFileSync('test/fixtures/keys/agent2-key.pem'),
cert: fs.readFileSync('test/fixtures/keys/agent2-cert.pem')
};
https.createServer(options, (req, res)
thanks in advance... If I can just edit some files to point to the keys.
napcs commented
No plans to support this with the command line version.