Changes between Version 8 and Version 9 of Docs/825gen2/Dev/Networking/RemoteControl


Ignore:
Timestamp:
02/22/24 14:13:43 (9 months ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/Networking/RemoteControl

    v8 v9  
    661. To enable remote control from the terminal:
    77{{{
    8 mkdir -p /etc/freerdp/keys/
    98winpr-makecert -rdp -path /etc/freerdp/keys/
    109}}}
    1110
    12 2. Rename the generated keys to server.crt and server.key
     112. Rename the generated keys to server.crt and server.key (winpr-makecert will name the files based on the hostname. We rename them to the generic names to match the already configured weston.ini file).
    1312
    1413A script is added to do the above steps automatically.