GUACAMOLE-1332: Merge parameter definitions for automatically trusting RDP certificates.

This commit is contained in:
Mike Jumper
2023-09-26 16:27:29 -07:00
committed by GitHub
2 changed files with 22 additions and 11 deletions

View File

@@ -45,6 +45,15 @@
"name" : "ignore-cert",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "cert-tofu",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "cert-fingerprints",
"type" : "TEXT"
}
]
},

View File

@@ -561,6 +561,8 @@
"PROTOCOL_RDP" : {
"FIELD_HEADER_CERT_TOFU" : "Trust host certificate on first use:",
"FIELD_HEADER_CERT_FINGERPRINTS" : "Fingerprints of trusted host certificates:",
"FIELD_HEADER_CLIENT_NAME" : "Client name:",
"FIELD_HEADER_COLOR_DEPTH" : "Color depth:",
"FIELD_HEADER_CONSOLE" : "Administrator console:",