Categories:
DH Keys (148)
DSA Keys (201)
EC Keys (295)
Firefox (32)
General (13)
Google Chrome (25)
Intermediate CA (155)
Java VM (20)
JDK Keytool (25)
Microsoft CertUtil (26)
Mozilla CertUtil (18)
OpenSSL (237)
Other (17)
Portecle (38)
Publishers (1178)
Revoked Certificates (33)
Root CA (87)
RSA Keys (2029)
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, 690👍, 0💬
Popular Posts:
How to use the "keytool -list" command? I want to see what in the keystore file. Here is an example ...
How to create a test certificate for myself and put it into "My - Personal" system certificate store...
For more information about certificates, see Active Directory Certificate Services (http://go.micros...
How to get a list of all certificates in "Third-Party Root Certification Authorities" certificate st...
Certificate Summary: Subject: GTE CyberTrust Global Root Issuer: GTE CyberTrust Global Root Expirati...