大家讲道理2017-04-17 16:36:18
The https protocol requires setting the file location of the public key and private key.
const options = {
...
key: fs.readFileSync('test/keys/agent-key.pem'),
cert: fs.readFileSync('test/keys/agent-cert.pem')
};
soonfy