Sign an RDP file using a specific sha256 hash

rdpsign

  • A tool for signing Remote Desktop Protocol (RDP) files.
    More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/rdpsign>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

rdpsign {{path/to/file.rdp}} /sha265 {{hash}}

click the source code to copy