mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-24 08:41:31 +00:00
update dir make
This commit is contained in:
parent
80d8134306
commit
8a36b3467f
@ -31,6 +31,7 @@ module.exports =function(){
|
|||||||
|
|
||||||
//create server with corresponding CA
|
//create server with corresponding CA
|
||||||
}else{
|
}else{
|
||||||
|
fs.mkdir("cert/tmpCert");
|
||||||
var keyFile = "./cert/tmpCert/__hostname.key".replace(/__hostname/,hostname),
|
var keyFile = "./cert/tmpCert/__hostname.key".replace(/__hostname/,hostname),
|
||||||
crtFile = "./cert/tmpCert/__hostname.crt".replace(/__hostname/,hostname);
|
crtFile = "./cert/tmpCert/__hostname.crt".replace(/__hostname/,hostname);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user