Categories:
DH Keys (39)
DSA Keys (72)
EC Keys (333)
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 (1862)
Revoked Certificates (30)
Root CA (87)
RSA Keys (2173)
Tools (47)
Tutorial (7)
What Is (21)
Windows (129)
Collections:
Other Resources:
OpenSSL "genpkey -genparam" - Generate DSA Parameters
How to generate a new DSA parameter file using OpenSSL "genpkey -genparam" command?
✍: FYIcenter.com
If you need a new DSA parameter file in order to create new DSA keys,
you can use the OpenSSL "genpkey -genparam" command as shown below:
C:\Users\fyicenter>\local\openssl\openssl.exe OpenSSL> genpkey -genparam -algorithm dsa -out my_dsa.prm .......+++++++++++++++++++++++++++++++++++++++++++++++++++* ................+..+..+...................+...............+..........+......+... +................+.....................+...........+....+...+.....+.+.......+... +.................+.......+.+.....................+....+....++++++++++++++++++++ +++++++++++++++++++++++++++++++* OpenSSL> exit C:\Users\fyicenter>type my_dsa.prm -----BEGIN DSA PARAMETERS----- MIIBHwKBgQCeL2aSfR+oiUf1FNYCWx00eop/KGuL19VXb4/1ed0NVNpUtFXZAGcm UIlnzvUEzuaDNGOEuw7U191CIrkrilVjA+eaYlrk4A3pn+GbFQHcXEOkSgmEsIjt KNzvu0cF9mhM2/ymjKqYaB7cET1ocaeTG8/ZMww/U/sUAM7H7LoRlQIVANZAPM6E ffzbiA7NOznT++lF91J5AoGBAJgdpFQgaqKLnZ/81NHRXl2PEQ9jqKGym73ZxXsp fKhtwbJC6ftasxxFU/cyPPug5iZ0sXMco7k/v2TtSZ1El/RjT31sAOJIZ7Xq2unC 3vKpt3yYlkXbHp+V2RRWKr4/AOnuceqnVQnoSxnNWS59HsE7Sw2GKUzP0KhWCO18 Sg2h -----END DSA PARAMETERS-----
Options used in this command are:
Note that by default, OpenSSL generates DSA key generation parameters for 1024-bit keys.
⇒ OpenSSL "pkeyparam" Command Options
⇐ OpenSSL "genpkey" Command for DSA Keys
2017-09-12, 986👍, 0💬
Popular Posts:
How to see the signing chain of a server certificate in IE? I want to know the root CA who signs the...
Certificate summary - Owner: Baltimore CyberTrust Root, CyberTrust, Baltimore, IE Issuer: GTE CyberT...
How to start OpenSSL from my working directory where I have certificates stored. You can start OpenS...
What is the purpose of the OpenSSL "rsautl -verify" command? Can I use it to verify a signed documen...
Where to find tutorials on managing certificate on Windows system? I want to learn how manages secur...