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, 2504🔥, 0💬
Popular Posts:
Certificate summary - Owner: www.networksolutions.com ,Secure Link EV SSL, Technology Services, "Net...
How to re-encrypt a DSA key file using OpenSSL "dsa" command? I want to change the encryption passwo...
Certificate summary - Owner: a248.e.akamai.net, "Akamai Technologies, Inc.", L=Cambridge, ST=MA, US ...
What is OpenSSL? OpenSSL is a robust, commercial-grade, full-featured, and Open Source toolkit imple...
Why "DigiNotar Root CA" certificate is shown as "not trusted" in Mozilla Firefox 47? It seems be a r...