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", "name" : "ignore-cert",
"type" : "BOOLEAN", "type" : "BOOLEAN",
"options" : [ "true" ] "options" : [ "true" ]
},
{
"name" : "cert-tofu",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "cert-fingerprints",
"type" : "TEXT"
} }
] ]
}, },

View File

@@ -561,20 +561,22 @@
"PROTOCOL_RDP" : { "PROTOCOL_RDP" : {
"FIELD_HEADER_CLIENT_NAME" : "Client name:", "FIELD_HEADER_CERT_TOFU" : "Trust host certificate on first use:",
"FIELD_HEADER_COLOR_DEPTH" : "Color depth:", "FIELD_HEADER_CERT_FINGERPRINTS" : "Fingerprints of trusted host certificates:",
"FIELD_HEADER_CONSOLE" : "Administrator console:", "FIELD_HEADER_CLIENT_NAME" : "Client name:",
"FIELD_HEADER_CONSOLE_AUDIO" : "Support audio in console:", "FIELD_HEADER_COLOR_DEPTH" : "Color depth:",
"FIELD_HEADER_CREATE_DRIVE_PATH" : "Automatically create drive:", "FIELD_HEADER_CONSOLE" : "Administrator console:",
"FIELD_HEADER_CONSOLE_AUDIO" : "Support audio in console:",
"FIELD_HEADER_CREATE_DRIVE_PATH" : "Automatically create drive:",
"FIELD_HEADER_CREATE_RECORDING_PATH" : "Automatically create recording path:", "FIELD_HEADER_CREATE_RECORDING_PATH" : "Automatically create recording path:",
"FIELD_HEADER_DISABLE_AUDIO" : "Disable audio:", "FIELD_HEADER_DISABLE_AUDIO" : "Disable audio:",
"FIELD_HEADER_DISABLE_AUTH" : "Disable authentication:", "FIELD_HEADER_DISABLE_AUTH" : "Disable authentication:",
"FIELD_HEADER_DISABLE_COPY" : "Disable copying from remote desktop:", "FIELD_HEADER_DISABLE_COPY" : "Disable copying from remote desktop:",
"FIELD_HEADER_DISABLE_DOWNLOAD" : "Disable file download:", "FIELD_HEADER_DISABLE_DOWNLOAD" : "Disable file download:",
"FIELD_HEADER_DISABLE_PASTE" : "Disable pasting from client:", "FIELD_HEADER_DISABLE_PASTE" : "Disable pasting from client:",
"FIELD_HEADER_DISABLE_UPLOAD" : "Disable file upload:", "FIELD_HEADER_DISABLE_UPLOAD" : "Disable file upload:",
"FIELD_HEADER_DOMAIN" : "Domain:", "FIELD_HEADER_DOMAIN" : "Domain:",
"FIELD_HEADER_DPI" : "Resolution (DPI):", "FIELD_HEADER_DPI" : "Resolution (DPI):",
"FIELD_HEADER_DRIVE_NAME" : "Drive name:", "FIELD_HEADER_DRIVE_NAME" : "Drive name:",
"FIELD_HEADER_DRIVE_PATH" : "Drive path:", "FIELD_HEADER_DRIVE_PATH" : "Drive path:",
"FIELD_HEADER_ENABLE_AUDIO_INPUT" : "Enable audio input (microphone):", "FIELD_HEADER_ENABLE_AUDIO_INPUT" : "Enable audio input (microphone):",