GUACAMOLE-1332: Client-side parameters for certificate fingerprints and trust.

This commit is contained in:
Virtually Nick
2023-07-20 17:45:43 -04:00
parent 04008fafc5
commit d7e91a8ebe
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"
}
]
},