Register a RDP key file to have RDP security functionnal

This commit is contained in:
hardening 2013-02-26 22:30:15 +01:00
parent 15069020d3
commit 32cb59df28

View File

@ -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;