mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2025-06-03 00:00:20 +00:00
Register a RDP key file to have RDP security functionnal
This commit is contained in:
parent
15069020d3
commit
32cb59df28
@ -624,6 +624,7 @@ void* xf_peer_main_loop(void* arg)
|
||||
|
||||
settings->cert_file = freerdp_construct_path(server_file_path, "server.crt");
|
||||
settings->privatekey_file = freerdp_construct_path(server_file_path, "server.key");
|
||||
settings->rdp_key_file = freerdp_construct_path(server_file_path, "server.key");
|
||||
|
||||
settings->nla_security = false;
|
||||
settings->rfx_codec = true;
|
||||
|
Loading…
Reference in New Issue
Block a user