Categories:
DH Keys (39)
DSA Keys (69)
EC Keys (335)
Firefox (32)
General (13)
Google Chrome (25)
Intermediate CA (152)
Java VM (20)
JDK Keytool (25)
Microsoft CertUtil (26)
Mozilla CertUtil (18)
OpenSSL (237)
Other (17)
Portecle (38)
Publishers (1963)
Revoked Certificates (30)
Root CA (87)
RSA Keys (1812)
Tools (47)
Tutorial (7)
What Is (21)
Windows (129)
Collections:
Other Resources:
OpenSSL "genpkey -paramfile" - Generate EC Key
How to generate a new EC private key using OpenSSL "genpkey" command?
✍: FYIcenter.com
If you need a new EC private key in order to create a new certificate,
you can use the OpenSSL "genpkey" command as shown below:
C:\Users\fyicenter>\local\openssl\openssl.exe OpenSSL> genpkey -paramfile my_ec.prm -out my_ec.key OpenSSL> exit C:\Users\fyicenter>type my_ec.key -----BEGIN PRIVATE KEY----- MIHWAgEAMIGXBgcqhkjOPQIBMIGLAgEBMBoGByqGSM49AQECDwDbfCq/YuNeZoB2 vq0gizA3BA7bfCq/YuNeZoB2vq0giAQOZZ74ugQ5Fu7eiRFwKyIDFQAA9QsCjk1p bmdodWFRdSkEcng/sQQdBAlIcjmZWl7na1X5wvCYqJzlr4ckwKI+Dg/3dQACDwDb fCq/YuNedijfrGVhxQIBAQQ3MDUCAQEEDr7sZMQ+Isr8SP8PBKHsoSADHgAEyrdr poWlC1qjufDpkDCzLAspBOHKK/30U4gNnQ== -----END PRIVATE KEY-----
Note about this test:
⇒ OpenSSL "pkey -text" - Print EC Key in Text
⇐ OpenSSL "pkeyparam -text" - Print EC Parameters in Text
2017-08-08, 2023👍, 0💬
Popular Posts:
Certificate Summary: Subject: VeriSign, Inc., VeriSign International Server CA - Class ... Issuer: C...
Certificate Summary: Subject: Thawte Timestamping CA Issuer: Thawte Timestamping CA Expiration: 2020...
How can I get a X.509 certificate file to play with OpenSSL commands "x509" command? If you have no ...
Certificate Summary: Subject: GeoTrust Global CA Issuer: GeoTrust Global CA Expiration: 2022-05-21 0...
How to a keystore file in JKS (Java KeyStore) format with Portecle? I want to use it to store certif...