Installing an SSL Cert for RDS
Print
Modified on: Tue, 22 Nov, 2016 at 8:19 PM
- Request Certificate from issuer. use IIS to request cert
- Install Cert in Computer personal store
- In Powershell do the following
- $path = (Get-WmiObject -class "Win32_TSGeneralSetting" -Namespace root\cimv2\terminalservices -Filter "TerminalName='RDP-tcp'").__path`
- $Thumbprint = read-host "Enter Thumbprint here"
- Set-WmiInstance -Path $path -argument @{SSLCertificateSHA1Hash=$Thumbprint}
Did you find it helpful?
Yes
No
Send feedback Sorry we couldn't be helpful. Help us improve this article with your feedback.