mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-11 13:15:46 +02:00
rdpsign: add page (#2433)
This commit is contained in:
parent
686f17dd72
commit
8a275a3123
1 changed files with 23 additions and 0 deletions
23
pages/windows/rdpsign.md
Normal file
23
pages/windows/rdpsign.md
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# rdpsign
|
||||||
|
|
||||||
|
> A tool for signing Remote Desktop Protocol (RDP) files.
|
||||||
|
|
||||||
|
- 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`
|
||||||
|
|
||||||
|
- Test the signing by displaying the output to stdout without updating the file:
|
||||||
|
|
||||||
|
`rdpsign {{path/to/file.rdp}} /l`
|
Loading…
Add table
Reference in a new issue