feat: refact certMgr and httpsServerMgr into TS

This commit is contained in:
砚然
2018-08-28 15:47:04 +08:00
parent 201447a19a
commit 5bf6a55323
8 changed files with 123 additions and 72 deletions

View File

@@ -9,7 +9,7 @@ const program = require('commander'),
util = require('../dist/util').default,
rootCACheck = require('./rootCaCheck'),
startServer = require('./startServer'),
certMgr = require('../dist/certMgr'),
certMgr = require('../dist/certMgr').default,
logUtil = require('../dist/log');
program