summaryrefslogtreecommitdiffstats
path: root/doc/man1/openssl-genrsa.pod.in
diff options
context:
space:
mode:
authorPhilip Prindeville <philipp@redfish-solutions.com>2021-12-21 20:44:07 -0700
committerTomas Mraz <tomas@openssl.org>2022-01-28 15:24:41 +0100
commita414fd6765bbc9bb0d630dbb4d780f44f825c8a2 (patch)
treec62e07a4efb047817d036b6ca77c6dc4254f30d7 /doc/man1/openssl-genrsa.pod.in
parent261b399fd7b1f4339e6d0fa3ee37b32b81d9d9e0 (diff)
Add -verbose/-queit flags to dhparam
Allow dhparam to run quietly in scripts, etc. For other commands that took a -verbose flag already, also support -quiet. For genpkey which only supported -quiet, add the -verbose flag. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17336)
Diffstat (limited to 'doc/man1/openssl-genrsa.pod.in')
-rw-r--r--doc/man1/openssl-genrsa.pod.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/man1/openssl-genrsa.pod.in b/doc/man1/openssl-genrsa.pod.in
index 6296409615..4edebc2cb7 100644
--- a/doc/man1/openssl-genrsa.pod.in
+++ b/doc/man1/openssl-genrsa.pod.in
@@ -28,6 +28,7 @@ B<openssl> B<genrsa>
[B<-3>]
[B<-primes> I<num>]
[B<-verbose>]
+[B<-quiet>]
[B<-traditional>]
{- $OpenSSL::safe::opt_r_synopsis -}
{- $OpenSSL::safe::opt_engine_synopsis -}{- $OpenSSL::safe::opt_provider_synopsis -}
@@ -81,6 +82,11 @@ RSA key, which is defined in RFC 8017.
Print extra details about the operations being performed.
+=item B<-quiet>
+
+Print fewer details about the operations being performed, which may
+be handy during batch scripts and pipelines.
+
=item B<-traditional>
Write the key using the traditional PKCS#1 format instead of the PKCS#8 format.