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 -genparam" - Generate EC Parameters
How to generate a new EC parameter file using OpenSSL "genpkey -genparam" command?
✍: FYIcenter.com
If you need a new EC parameter file in order to create new EC keys,
you can use the OpenSSL "genpkey -genparam" command as shown below:
C:\Users\fyicenter>\local\openssl\openssl.exe OpenSSL> genpkey -genparam -algorithm ec -out my_ec.prm -pkeyopt ec_paramgen_curve:secp112r1 OpenSSL> exit C:\Users\fyicenter>type my_ec.prm -----BEGIN EC PARAMETERS----- MIGLAgEBMBoGByqGSM49AQECDwDbfCq/YuNeZoB2vq0gizA3BA7bfCq/YuNeZoB2 vq0giAQOZZ74ugQ5Fu7eiRFwKyIDFQAA9QsCjk1pbmdodWFRdSkEcng/sQQdBAlI cjmZWl7na1X5wvCYqJzlr4ckwKI+Dg/3dQACDwDbfCq/YuNedijfrGVhxQIBAQ== -----END EC PARAMETERS-----
Options used in this command are:
⇒ OpenSSL "pkeyparam -text" - Print EC Parameters in Text
⇐ OpenSSL "genpkey" Command for EC Keys
2017-07-15, 2358👍, 0💬
Popular Posts:
How to get help on using the Java Keytool command? I have never used Keytool before. If you are new ...
How to delete a root CA (Certificate Authority) certificate from IE? I don't know this CA and don't ...
Certificate summary - Owner: UTN-USERFirst-Hardware, http://www.usertrust.com ,The USERTRUST Network...
What keystore files are used to hold certificates managed by Java Control Panel? I want to manage th...
How to delete a root CA certificate from Google Chrome? I don't know this CA (Certificate Authority)...