1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

All use SHA384/RSA3072 mesh agents

This commit is contained in:
Ylian Saint-Hilaire 2017-10-16 20:11:03 -07:00
parent ace4046415
commit c848956aa4
18 changed files with 284 additions and 10 deletions

View file

@ -1951,7 +1951,6 @@ module.exports.CreateWebServer = function (parent, db, args, secret, certificate
res.set({ 'Cache-Control': 'no-cache, no-store, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'Content-Type': 'application/octet-stream', 'Content-Disposition': 'attachment; filename=meshagent.msh' });
res.send(meshsettings);
console.log(meshsettings);
});
}