Skip to content

Commit

Permalink
put .pem in dataDir
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Mar 24, 2020
1 parent c555cd0 commit cd956ce
Show file tree
Hide file tree
Showing 3 changed files with 243 additions and 55 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ function startServer() {
error: errorToWindow,
c,
},
dataDir,
}));
servez.on('start', (startInfo) => {
running = true;
Expand Down
Loading

0 comments on commit cd956ce

Please sign in to comment.