Skip to content

Instantly share code, notes, and snippets.

@litodam
Created May 16, 2012 17:08
Show Gist options
  • Save litodam/2712267 to your computer and use it in GitHub Desktop.
Save litodam/2712267 to your computer and use it in GitHub Desktop.
Create self-signed cert
REM http://msdn.microsoft.com/en-us/library/windowsazure/gg185932.aspx
REM MakeCert.exe -r -pe -n "CN=<service_namespace_name>.accesscontrol.windows.net" -sky exchange -ss my -len 2048 –e <1 year from today>
MakeCert.exe -r -pe -n "CN=<service_namespace_name>.accesscontrol.windows.net" -sky exchange -ss my -len 2048
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment