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 |