Move pages under tldr, lint run.sh, update docs

This commit is contained in:
2024-02-21 13:58:43 +02:00
parent 3d653cc7e6
commit 2c475fa62d
4806 changed files with 36 additions and 35 deletions

29
tldr/windows/rdpsign Normal file
View File

@@ -0,0 +1,29 @@
---
syntax: markdown
tags: [tldr, windows]
source: https://github.com/tldr-pages/tldr.git
---
# rdpsign
> A tool for signing Remote Desktop Protocol (RDP) files.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/rdpsign>.
- Sign an RDP file:
`rdpsign {{path o ile.rdp}}`
- Sign an RDP file using a specific sha256 hash:
`rdpsign {{path o ile.rdp}} /sha265 {{hash}}`
- Enable quiet output:
`rdpsign {{path o ile.rdp}} /q`
- Display verbose warnings, messages and statuses:
`rdpsign {{path o ile.rdp}} /v`
- Test the signing by displaying the output to `stdout` without updating the file:
`rdpsign {{path o ile.rdp}} /l`