mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Improved database error handling, new Let's Encrypt server console commands.
This commit is contained in:
parent
2741344268
commit
672517f27d
7 changed files with 137 additions and 94 deletions
|
@ -251,7 +251,9 @@ module.exports.CreateLetsEncrypt = function (parent) {
|
|||
} catch (ex) {
|
||||
parent.debug('cert', "checkCertificate main exception: (" + JSON.stringify(ex) + ")");
|
||||
console.log(ex);
|
||||
return ex;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
return obj;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue