diff options
author | Rich Salz <rsalz@akamai.com> | 2020-01-16 19:40:52 +0100 |
---|---|---|
committer | Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> | 2020-01-29 18:42:31 +0100 |
commit | 65718c516ec69ff2314d12c7ce57b242ccc3021d (patch) | |
tree | 31f951969e00d21b15659576b2dbb92f11cf76f4 /doc/man1/openssl-gendsa.pod.in | |
parent | Add more generated man1 doc files (diff) | |
download | openssl-65718c516ec69ff2314d12c7ce57b242ccc3021d.tar.xz openssl-65718c516ec69ff2314d12c7ce57b242ccc3021d.zip |
Document most missing options
Add cmd-nits make target.
Listing options should stop when it hits the "parameters" separator.
Add missing .pod.in files to doc/man1/build.info
Tweak find-doc-nits to try openssl-XXX before XXX for POD files and
change an error messavge to be more useful.
Fix the following pages: ca, cms, crl, dgst, enc,
engine, errstr, gendsa, genrsa, list, ocsp, passwd, pkcs7, pkcs12, rand,
rehash, req, rsautil, s_server, speed, s_time,
sess_id, smime, srp, ts, x509.
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/10873)
Diffstat (limited to 'doc/man1/openssl-gendsa.pod.in')
-rw-r--r-- | doc/man1/openssl-gendsa.pod.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/man1/openssl-gendsa.pod.in b/doc/man1/openssl-gendsa.pod.in index 46b9c70bba..e98d662a5a 100644 --- a/doc/man1/openssl-gendsa.pod.in +++ b/doc/man1/openssl-gendsa.pod.in @@ -10,6 +10,7 @@ openssl-gendsa - generate a DSA private key from a set of parameters B<openssl> B<gendsa> [B<-help>] [B<-out> I<filename>] +[B<-passout> I<arg>] [B<-aes128>] [B<-aes192>] [B<-aes256>] @@ -47,6 +48,11 @@ Print out a usage message. Output the key to the specified file. If this argument is not specified then standard output is used. +=item B<-passout> I<arg> + +The passphrase used for the output file. +See L<openssl(1)/Pass Phrase Options>. + =item B<-aes128>, B<-aes192>, B<-aes256>, B<-aria128>, B<-aria192>, B<-aria256>, B<-camellia128>, B<-camellia192>, B<-camellia256>, B<-des>, B<-des3>, B<-idea> These options encrypt the private key with specified |