Thursday, February 4, 2016

Dynamics GP - Web Client - Self signed Certificate for more than 1 year


Makecert has been deprecated, and powershell is now used

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

No comments:

Post a Comment