Categories:
DH Keys (39)
DSA Keys (69)
EC Keys (336)
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 (1966)
Revoked Certificates (30)
Root CA (87)
RSA Keys (1819)
Tools (47)
Tutorial (7)
What Is (21)
Windows (129)
Collections:
Other Resources:
OpenSSL "genpkey -genparam" - Generate DH Parameters
How to generate a new DH parameter file using OpenSSL "genpkey -genparam" command?
✍: FYIcenter.com
If you need a new DH parameter file in order to create new DH keys,
you can use the OpenSSL "genpkey -genparam" command as shown below:
C:\Users\fyicenter>\local\openssl\openssl.exe OpenSSL> genpkey -genparam -algorithm dh -out my_dh.prm .......................................+........................................ ............................................................................+... ............+..+................................................................ ................................................................................ ......................+...........................+............................. ...............................................................................+ ............+................................................................... ...........+...........................+........................................ ..................................+............................................. .................................................+............+................. .....................................................+.......................... .+.....+........+............+.............+......................+....+.....+.. ...........................................................+.........+.......... ........................+.....................................+.+..++*++*++* OpenSSL> exit C:\Users\fyicenter>type my_dh.prm -----BEGIN DH PARAMETERS----- MIGHAoGBALzizRYfhhdc1miJMXG88tKCCdLOSIG7G2Fsh27ec41AP+pExiT781P/ JjnLmy85Niy9OhTZDkiSnAqNiWO+DC/3elIKjHfxQgBMMd+57MCduH9MEOVEQKb/ drJkPFeCBShJlM+KyoNCpLfV0Tu/icb/KTQAUdiQA0cehBtTNmwzAgEC -----END DH PARAMETERS-----
Options used in this command are:
⇒ OpenSSL "pkeyparam -text" - Print DH Parameters in Text
⇐ OpenSSL "genpkey" Command for DH Keys
2017-11-02, 1438👍, 0💬
Popular Posts:
Renewing a certificate with the same key provides maximum compatibility with past uses of the accomp...
Certificate Summary: Subject: VeriSign Class 2 Public Primary Certification Authority - G3 Issuer: V...
Certificate Summary: Subject: Sonera Class1 CA Issuer: Sonera Class1 CA Expiration: 2021-04-06 10:49...
What options are supported by the "keytool -exportcert" command? Java Keytool can be used to export ...
Where to find certificate tutorials related to Internet Explorer (IE)? Here is a collection of certi...