mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed actionfile.txt download.
This commit is contained in:
parent
bcabcefbe8
commit
3627a9f994
8 changed files with 3 additions and 3 deletions
|
@ -3355,7 +3355,7 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
|
|||
remoteNodeId: node._id,
|
||||
remoteTarget: null,
|
||||
remotePort: 3389,
|
||||
username: user.name,
|
||||
username: '',
|
||||
password: '',
|
||||
serverId: obj.agentCertificateHashHex.toUpperCase(), // SHA384 of server HTTPS public key
|
||||
serverHttpsHash: Buffer.from(obj.webCertificateHashs[domain.id], 'binary').toString('hex').toUpperCase(), // SHA384 of server HTTPS certificate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue