mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Version 0.6.85
This commit is contained in:
parent
39ca25dcbf
commit
f939ce1f45
4 changed files with 8 additions and 2 deletions
|
@ -1330,10 +1330,13 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
|
|||
|
||||
// Add server TLS cert hash
|
||||
var tlsCertHash = null;
|
||||
// TODO: Once new mesh agents seem to work, re-enable this.
|
||||
/*
|
||||
if (parent.parent.args.ignoreagenthashcheck !== true) {
|
||||
tlsCertHash = parent.webCertificateFullHashs[domain.id];
|
||||
if (tlsCertHash != null) { command.servertlshash = Buffer.from(tlsCertHash, 'binary').toString('hex'); }
|
||||
}
|
||||
*/
|
||||
|
||||
// Add user consent messages
|
||||
command.soptions = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue