Skip to content

Instantly share code, notes, and snippets.

@MikeLarned
Created February 11, 2013 15:51
Show Gist options
  • Save MikeLarned/4755270 to your computer and use it in GitHub Desktop.
Save MikeLarned/4755270 to your computer and use it in GitHub Desktop.
Azure PowerShell Certificate Generation
cd c:\temp
makecert -sky exchange -r -n "CN=<certname>" -pe -a sha1 -len 2048 -ss MY "<certname>.cer"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment