From 8a275a3123aa8b28bf60369811df9e5a8649a72c Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Sun, 14 Oct 2018 13:05:42 +0100 Subject: [PATCH] rdpsign: add page (#2433) --- pages/windows/rdpsign.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pages/windows/rdpsign.md diff --git a/pages/windows/rdpsign.md b/pages/windows/rdpsign.md new file mode 100644 index 0000000000..06a01cca9e --- /dev/null +++ b/pages/windows/rdpsign.md @@ -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`