Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (70)
EC Keys (914)
Firefox (30)
General (10)
Google Chrome (25)
Intermediate CA (152)
Java VM (29)
JDK Keytool (28)
Microsoft CertUtil (29)
Microsoft Edge (9)
Mozilla CertUtil (21)
OpenSSL (236)
Other (7)
Portecle (38)
Publishers (3180)
Revoked Certificates (16)
Root CA (85)
RSA Keys (2556)
Tools (46)
Tutorial (1)
What Is (22)
Windows (127)
Collections:
Other Resources:
OpenSSL "dsaparam" - Generate DSA Parameters
How to generate a new DSA parameter file using OpenSSL "dsaparam" command?
✍: FYIcenter.com
If you need a new DSA paramter file in order to create new DSA keys,
you can use the OpenSSL "dsaparam" command as shown below:
C:\Users\fyicenter>\local\openssl\openssl.exe OpenSSL> dsaparam -out my_dsa_2048.prm 2048 Generating DSA parameters, 2048 bit long prime This could take some time .+....+....................+............+...............+.+..............+...... .+.+.............+++++++++++++++++++++++++++++++++++++++++++++++++++* ...+...+.......+..+..+.....+........+..+......+....+.................+......+... .+..............+.+..............+............+..............+...........+...... ....+.+...+.........+...+..+.......+..........+..................+....+...+.+... +...+.........+..........+.........+....+..........+..+...........+...+.....+... .....+.+...+...+........+....+..................+...+.................+......... +..+.............+..............................+.........+..+...........+++++++ ++++++++++++++++++++++++++++++++++++++++++++* OpenSSL> exit C:\Users\fyicenter>type my_dsa_2048.prm -----BEGIN DSA PARAMETERS----- MIICLAKCAQEA09NkEULPGkTsLxKZPNzZfbTUSOiADv6L/552mIjnK+EaDpxmzUuG 0Bscbya3e0AcfvfzkrW6oksTbS9RR/DXICoWel6ZnM/hSVjDKDUtbGljcXz7h51f f6zfQAUsMvXCMxT/Ma7r9KtCxlHg/RDMUbp5c89X8hfKLulml6OWj2FT/9/BUOOd ScojFPFevqs5HbQCB4SlWfLxumBp2qMQbQ56u+Xwwrg3ECiziswIi/g/oukoGTlO nY0c4pU8KbbXobmMPxhIf+nVc8ENF6CXOPoDbHr1wm9GYmmDtdv239FswPxE9k8A 3KzLa8UbYmMfrXn0a/9hn/zyLkHbD4XM4QIhAM1zlYDIDBYRPH9sc4kNwlDKQbkk 0j8LYjTcHuyTseIhAoIBAFn61R63xnxGdoGHC2FwiZ4U0WsTHFx6RUQSLgqX9N4j 9t4IXBHQ8uYtr2XL8M463LnCCmLpC3YJVoELsYUAkpoJ5hfwjKLc4L61jd7LfT/k o96RhHQNLcB/MOb1XKmQUDq4GSatHCDhvmV9s3NOxCSlJae1xni0/6xkoqx2lbk1 K6vFolWY/GkpGWddDYOJgL6l9QljByd8hXYYndGhdbl8Cpm746BxD6I3AYOzuC7P 4tAhzpLbaGBYh3BBaxjHvnqY2XwQdg3LLGQI57WVe3TyvT7qUZzZshgiFhKexv2K STYkMQyPjYsA0eSSIolTFGQLUQIZycYpX4TzieJISyA= -----END DSA PARAMETERS-----
Options used in this command are:
⇒ OpenSSL "dsaparam -text" - Print DSA Parameters in Text
⇐ OpenSSL "dsaparam" Command Options
2017-01-07, 3096👍, 0💬
Popular Posts:
How to search and export a certificate from a certificate store into a certificate file with Microso...
What can I use OpenSSL "verify" command for? What are options supported by the "verify" command? Ope...
Certificate Summary: Subject: *.googleusercontent.com Issuer: Google Internet Authority Expiration: ...
How to add a certificate into "cert8.db" file using Mozilla "certutil" tool? I have a certificate fi...
How to see more security related information on View Page Info in Google Chrome 29? To see more secu...