Created
May 16, 2012 17:08
-
-
Save litodam/2712267 to your computer and use it in GitHub Desktop.
Create self-signed cert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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