Commit 1ceffe7a by fengfan

1

parent 133a50c3
var fs = require('fs');
var path = require('path');
let keypath = path.join(__dirname, "./keys/server.key")
let certpath = path.join(__dirname, "./keys/server.crt")
var options = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment