Fixed --no-check-certificate on Linux agent installation when the TLS certificate is trusted (#4296)

This commit is contained in:
Ylian Saint-Hilaire
2022-07-20 16:28:01 -07:00
parent e319b56f56
commit c26d32d810
2 changed files with 7 additions and 6 deletions

View File

@@ -358,6 +358,7 @@
"footer": { "type": "string", "default": null, "description": "This is a HTML string displayed at the bottom of the web page when a user is logged in." },
"loginfooter": { "type": "string", "default": null, "description": "This is a HTML string displayed at the bottom of the web page when a user is not logged in." },
"allowSavingDeviceCredentials": { "type": "boolean", "default": true, "description": "Allow users to save SSH, RDP, VNC device credentials on the server that can be used by any other user." },
"trustedCert": { "type": "boolean", "default": "This value is normally auto-detected, when set to true, MeshCentral assumes that the TLS certificate comes from a trusted CA and will insure download tools perform certificate checking." },
"guestDeviceSharing": {
"type": [ "boolean", "object" ],
"default": true,