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 (3178)
Revoked Certificates (16)
Root CA (85)
RSA Keys (2554)
Tools (46)
Tutorial (1)
What Is (22)
Windows (127)
Collections:
Other Resources:
OpenSSL "gendsa" Command Options
What can I use OpenSSL "gendsa" command for? What are options supported by the "gendsa" command?
✍: FYIcenter.com
OpenSSL "gendsa" command is a utility to generate DSA (Digital Signature Algorithm)
private key and public key pairs.
Here are options supported by the "gendsa" command:
C:\Users\fyicenter>\local\openssl\openssl.exe OpenSSL> gendsa -help usage: gendsa [args] dsaparam-file -out file - output the key to 'file' -des - encrypt the generated key with DES in cbc mode -des3 - encrypt the generated key with DES in ede cbc mode (168 bit key) -idea - encrypt the generated key with IDEA in cbc mode -seed - encrypt PEM output with cbc seed -aes128, -aes192, -aes256 - encrypt PEM output with cbc aes -camellia128, -camellia192, -camellia256 - encrypt PEM output with cbc camellia -engine e - use engine e, possibly a hardware device. -rand file;file;... - load the file (or the files in the directory) into the random number generator dsaparam-file - a DSA parameter file as generated by the dsaparam command error in gendsa
Note that the "dsaparam-file" is required. So you have to use "dsaparam" command to generated a DSA parameter file first.
⇒ OpenSSL "dsaparam" Command Options
⇐ OpenSSL "gendsa" and "dsa" Commands
2017-01-07, 2567👍, 0💬
Popular Posts:
Certificate summary - Owner: USERTrust Legacy Secure Server CA, The USERTRUST Network, L=Salt Lake C...
How to import a certificates to a system certificate store using "certmgr.exe" tool? You can import ...
What is ASN.1 IA5STRING field type? How to specify IA5STRING field type in OpenSSL "asn1parse" comma...
Certificate Summary: Subject: Network Solutions Certificate Authority Issuer: AddTrust External CA R...
How to view personal certificate using "certmgr.msc"? I have imported it in the Personal certificate...