Skip to content

Instantly share code, notes, and snippets.

@cicorias
Created November 7, 2014 17:44
Show Gist options
  • Save cicorias/b7bfda12fe0cbd59420c to your computer and use it in GitHub Desktop.
Save cicorias/b7bfda12fe0cbd59420c to your computer and use it in GitHub Desktop.
Make a self signed SH256 certificate...
makecert -pe -n "CN=ppistablet" -a sha256 -sky Exchange -eku 1.3.6.1.5.5.7.3.3 -ic c:\ppis\CA.cer -iv c:\ppis\CA.pvk -sp "Microsoft RSA SChannel Cryptographic Provider" -sy 12 -cy end -sv c:\ppis\ppistablet.pvk c:\ppis\ppistablet.cer
pvk2pfx -pvk c:\ppis\ppistablet.pvk -spc c:\ppis\ppistablet.cer -pfx c:\ppis\ppistablet.pfx -pi xxxxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment