summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2021-05-12 11:45:37 -0400
committerTomas Mraz <tomas@openssl.org>2021-05-18 09:20:26 +0200
commit7d72dc78ee54cc3b9163ef9b23cf22bb85015552 (patch)
treeaaf46bdeb5148deb8d751049d8c5044637a4c121 /doc
parenta94d62ab23e95630c156d00342ee9c3cf2e59515 (diff)
downloadopenssl-new-7d72dc78ee54cc3b9163ef9b23cf22bb85015552.tar.gz
Add -quiet flag to genpkey
Picking up late suggestions to PR #6909 by Philip Prindeville <philipp@redfish-solutions.com>. Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15249)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/openssl-genpkey.pod.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/man1/openssl-genpkey.pod.in b/doc/man1/openssl-genpkey.pod.in
index aa08b01f4f..9cfd9ae441 100644
--- a/doc/man1/openssl-genpkey.pod.in
+++ b/doc/man1/openssl-genpkey.pod.in
@@ -15,6 +15,7 @@ B<openssl> B<genpkey>
[B<-help>]
[B<-out> I<filename>]
[B<-outform> B<DER>|B<PEM>]
+[B<-quiet>]
[B<-pass> I<arg>]
[B<-I<cipher>>]
[B<-paramfile> I<file>]
@@ -51,6 +52,10 @@ See L<openssl-format-options(1)> for details.
When B<-genparam> is given, B<-outform> is ignored.
+=item B<-quiet>
+
+Do not output "status dots" while generating keys.
+
=item B<-pass> I<arg>
The output file password source. For more information about the format of I<arg>