fix tempcert

This commit is contained in:
加里
2014-08-11 17:57:03 +08:00
parent dc6c226d3a
commit cdb2dbd744
2 changed files with 1 additions and 5 deletions

View File

@@ -9,10 +9,6 @@ var getPort = require('./getPort'),
certMgr = require("./certMgr"),
requestHandler = require("./requestHandler");
if(!fs.existsSync("cert/tmpCert")){
fs.mkdirSync("cert/tmpCert");
}
var DEFAULT_RELEASE_TIME = 120*1000;
module.exports =function(){