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, 2601🔥, 0💬
Popular Posts:
How to generate a new RSA key pair with a different public exponent using OpenSSL "genpkey" command?...
Certificate summary - Owner: Microsoft Secure Server Authority, Dredmond, Dcorp, Dmicrosoft, Dcom Is...
Certificate summary - Owner: EMAILADDRESS=root@new-ho st,new-host, SomeOrganizationalUnit, SomeOrgan...
Certificate summary - Owner: GlobalSign Domain Validation CA - G2, GlobalSign nv-sa, BE Issuer: Glob...
How to view the server certificate of the Web site in IE? I know the Web site uses a "https" address...