2018-10-14 13:05:42 +01:00
|
|
|
# rdpsign
|
|
|
|
|
|
|
|
> A tool for signing Remote Desktop Protocol (RDP) files.
|
2019-08-22 13:37:57 +01:00
|
|
|
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/rdpsign>.
|
2018-10-14 13:05:42 +01:00
|
|
|
|
|
|
|
- Sign an RDP file:
|
|
|
|
|
|
|
|
`rdpsign {{path/to/file.rdp}}`
|
|
|
|
|
|
|
|
- Sign an RDP file using a specific sha256 hash:
|
|
|
|
|
|
|
|
`rdpsign {{path/to/file.rdp}} /sha265 {{hash}}`
|
|
|
|
|
|
|
|
- Enable quiet output:
|
|
|
|
|
|
|
|
`rdpsign {{path/to/file.rdp}} /q`
|
|
|
|
|
|
|
|
- Display verbose warnings, messages and statuses:
|
|
|
|
|
|
|
|
`rdpsign {{path/to/file.rdp}} /v`
|
|
|
|
|
2019-06-17 16:00:38 +01:00
|
|
|
- Test the signing by displaying the output to `stdout` without updating the file:
|
2018-10-14 13:05:42 +01:00
|
|
|
|
|
|
|
`rdpsign {{path/to/file.rdp}} /l`
|