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, ∼2899🔥, 0💬
Popular Posts:
Certificate summary - Owner: MSIT Machine Auth CA 2, Dredmond, Dcorp, Dmicrosoft, Dcom Issuer: Micro...
Do you want to learn how to manage certificates for Java VM (Virtual Machine) on Windows? Here is a ...
How to extract the public key from a EC key file using OpenSSL "pkey" command? If you want to extrac...
Certificate summary - Owner: reg.hexun.com, Terms of use at www.verisign.com/rpa (c)05, System Opera...
How to delete a root CA certificate from Google Chrome 51? I don't know this CA (Certificate Authori...