Blog‎ > ‎IT‎ > ‎

Powershell create new self signed certificate

posted May 6, 2015, 6:50 PM by Jake Vosloo
The command to create a new self signed certificate is as follows:

New-SelfSignedCertificate -certstorelocation cert:\localmachine\my -dnsname customer1-test.cloudapp.net


From:
http://windowsitpro.com/blog/creating-self-signed-certificates-powershell

Comments