Created
April 1, 2015 08:01
-
-
Save AliceWaddicor/a0067fe902a8df3d02a5 to your computer and use it in GitHub Desktop.
MakeCert command
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
"C:\Program Files (x86)\Windows Kits\8.1\bin\x86\makecert.exe" -sky exchange -r -n "CN=your certificate's name" -pe -a sha256 -len 2048 -ss My "your certificate's name.cer" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment