You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry about that. If you want to provide your own signatures, you will have to provide your own signing key for all the process. I mean, we, as developers, have created an own "secret" private signing key, that is not (and will be not) public. This ensures that the "executable" scripts are "trusted" (that is, no other one has changed nor replaced anything...)
So, in order to provide your own signed scripts you have a few options:
1.- Generate your own signature keys, update the client to accept them
2.- Use a "modified" UDS Client, that do not check the signatures (i strongly do not recommend this, except for debugging purposes, due to HIGH security risks...)
3.- Use the "modified" UDS Client to debug your implementation, and, once you have it, request to include it in the "mainstream", and i will sign it using the "trusted key" :).
4.- You can create an script on "/usr/bin" called udsrdp (look here:
) that will receive the parameters that normally will receive xfreerdp client. There, you can process them and, in turn, invoke the remmina client
Take into account that, due to high security considerations, the signing key could not be public, because in that case, we cannot ensure that no harmful code is executed locally :(
Hi
I want to use remmina instead of xfreerdp for linux client, but I can't find how to generate signature file, is there any guide to do this ?
The text was updated successfully, but these errors were encountered: