Custom SSL Validation endpoint

This commit is contained in:
Jamie Curnow
2018-08-08 16:58:21 +10:00
parent 1b68869e6b
commit c8592503e3
8 changed files with 139 additions and 55 deletions

View File

@ -43,6 +43,6 @@ function appStart () {
try {
appStart();
} catch (err) {
logger.error(err.message);
logger.error(err.message, err);
process.exit(1);
}