mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1332: Merge parameter definitions for automatically trusting RDP certificates.
This commit is contained in:
@@ -45,6 +45,15 @@
|
||||
"name" : "ignore-cert",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "cert-tofu",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "cert-fingerprints",
|
||||
"type" : "TEXT"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@@ -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:",
|
||||
|
Reference in New Issue
Block a user