Skip to content

Instantly share code, notes, and snippets.

@petermreid
Created June 25, 2014 10:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petermreid/09f1e4d7b0f7cb9f8f7c to your computer and use it in GitHub Desktop.
Save petermreid/09f1e4d7b0f7cb9f8f7c to your computer and use it in GitHub Desktop.
Makecert create a certificate authority
"C:\Program Files (x86)\Windows Kits\8.1\bin\x64\makecert" -r -pe -n "CN=Petes Root Authority" -ss CA -sr CurrentUser -a sha1 -sky signature -cy authority -sv CA.pvk CA.cer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment