skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 2:... HP Open Source Security for OpenVMS Volume 2:...
go to beginning of reference: OpenSSL Command Line Interface (CLI) Reference OpenSSL Command Line Interface (CLI) Reference
go to previous page: dsa dsa
go to next page: encenc
end of book navigation links


dsaparam
Description
Options
Notes
See Also
 

NAME

dsaparam - DSA parameter manipulation and generation

Synopsis  

openssl dsaparam [-inform DER|PEM] [-outform DER|PEM] [-in filename] [-out filename] [-noout] [-text] [-C] [-rand file(s)] [-genkey] [-engine id] [numbits]


return to top DESCRIPTION  

This command is used to manipulate or generate DSA parameter files.


return to top OPTIONS  


return to top NOTES  

PEM format DSA parameters use the header and footer lines:
 -----BEGIN DSA PARAMETERS-----
 -----END DSA PARAMETERS-----
DSA parameter generation is a slow process and as a result the same set of DSA parameters is often used to generate several distinct keys.


return to top SEE ALSO  

gendsa(1) , dsa(1) , genrsa(1) , rsa(1)
go to previous page: dsa dsa
go to next page: encenc