Skip to content

Instantly share code, notes, and snippets.

@petermreid
Created June 25, 2014 10:54
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/4a2bee1b3b90dfef39d0 to your computer and use it in GitHub Desktop.
Save petermreid/4a2bee1b3b90dfef39d0 to your computer and use it in GitHub Desktop.
Makecert create secure certificate from CA
"C:\Program Files (x86)\Windows Kits\8.1\bin\x64\makecert" -pe -n "CN=cdn.sharepointonline.com" -a sha1 -sky Exchange -eku 1.3.6.1.5.5.7.3.1 -ic CA.cer -iv CA.pvk -sp "Microsoft RSA SChannel Cryptographic Provider" -sy 12 -sv cdn.sharepointonline.com.pvk cdn.sharepointonline.com.cer
"C:\Program Files (x86)\Windows Kits\8.1\bin\x64\pvk2pfx" -pvk cdn.sharepointonline.com.pvk -spc cdn.sharepointonline.com.cer -pfx cdn.sharepointonline.com.pfx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment