Created
March 31, 2014 12:55
-
-
Save dan-turner/9891688 to your computer and use it in GitHub Desktop.
ECC Certs OpenSSL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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