Create self-signed certificate using Powershell

New-SelfSignedCertificate -Subject “RDS.Contoso.local” -DnsName “RDS.Contoso.com”, “www.contoso.com” -KeyAlgorithm RSA -KeyLength 2048 -KeyExportPolicy Exportable -NotAfter (Get-Date).AddYears(5)

Leave a Reply

Your email address will not be published. Required fields are marked *

Blue Captcha Image Refresh

*