Skip to content

Commit e4493e3

Browse files
Update README.md
1 parent 02255b5 commit e4493e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ New-BinarySignature -CertFriendlyName "PSCodeSigningTest" -BinPath "C:\Temp\Test
2828
## Potential use cases
2929

3030
### RDP File Signing
31-
I've used the code signing certificate to sign .rdp files in order to avoid the certificate warning.
31+
Use the code signing certificate generated with `New-CodeSigningCert.ps1` to sign .rdp files in order to avoid the certificate warning.
3232
- Create the .rdp file with all of the settings you'll need
3333
- Generate a certificate using `New-CodeSigningCert`
3434
- Get the thumbprint of the certificate you'll use to sign the .rdp file with `Get-ChildItem -Path Cert:CurrentUser\My`
3535
- Run `rdpsign.exe /sha1 <thumbprint> C:\Path\To\workstation.rdp`
3636
- Configure group policy to trust the certificate
3737
- `Import-Module .\Set-RDPTrustedPublishers.psm1`
3838
- `Set-RDPTrustedPublishers -SHA1Thumb <thumbprint> -Verbose`
39+
- As an alternative, you can manually configure the GPO if desired. Reference: https://blog.superautomation.co.uk/2020/10/rdp-file-signing.html

0 commit comments

Comments
 (0)