mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +00:00
GUACAMOLE-1332: Merge parameter definitions for automatically trusting RDP certificates.
This commit is contained in:
@@ -45,6 +45,15 @@
|
|||||||
"name" : "ignore-cert",
|
"name" : "ignore-cert",
|
||||||
"type" : "BOOLEAN",
|
"type" : "BOOLEAN",
|
||||||
"options" : [ "true" ]
|
"options" : [ "true" ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name" : "cert-tofu",
|
||||||
|
"type" : "BOOLEAN",
|
||||||
|
"options" : [ "true" ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name" : "cert-fingerprints",
|
||||||
|
"type" : "TEXT"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@@ -561,6 +561,8 @@
|
|||||||
|
|
||||||
"PROTOCOL_RDP" : {
|
"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_CLIENT_NAME" : "Client name:",
|
||||||
"FIELD_HEADER_COLOR_DEPTH" : "Color depth:",
|
"FIELD_HEADER_COLOR_DEPTH" : "Color depth:",
|
||||||
"FIELD_HEADER_CONSOLE" : "Administrator console:",
|
"FIELD_HEADER_CONSOLE" : "Administrator console:",
|
||||||
|
Reference in New Issue
Block a user