Skip to content

Instantly share code, notes, and snippets.

@AliceWaddicor
Created April 1, 2015 08:01
Show Gist options
  • Save AliceWaddicor/a0067fe902a8df3d02a5 to your computer and use it in GitHub Desktop.
Save AliceWaddicor/a0067fe902a8df3d02a5 to your computer and use it in GitHub Desktop.
MakeCert command
"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