Skip to content

Instantly share code, notes, and snippets.

@dan-turner
Created March 31, 2014 12:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dan-turner/9891688 to your computer and use it in GitHub Desktop.
Save dan-turner/9891688 to your computer and use it in GitHub Desktop.
ECC Certs OpenSSL
Eliptical Curve Cert
* openssl ecparam -out private.pem -name prime256v1 -genkey
* openssl req -new -key private.pem -x509 -nodes -days 365 -out public.cer
* openssl pkcs12 -export -in public.cer -inkey private.pem -out export.pfx -CSP "Microsoft Enhanced RSA and AES Cryptographic Provider"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment