diff options
Diffstat (limited to 'upstream/debian-unstable/man1/openssl-genrsa.1ssl')
-rw-r--r-- | upstream/debian-unstable/man1/openssl-genrsa.1ssl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/upstream/debian-unstable/man1/openssl-genrsa.1ssl b/upstream/debian-unstable/man1/openssl-genrsa.1ssl index 86959859..570fb8af 100644 --- a/upstream/debian-unstable/man1/openssl-genrsa.1ssl +++ b/upstream/debian-unstable/man1/openssl-genrsa.1ssl @@ -55,7 +55,7 @@ .\" ======================================================================== .\" .IX Title "OPENSSL-GENRSA 1SSL" -.TH OPENSSL-GENRSA 1SSL 2024-02-03 3.1.5 OpenSSL +.TH OPENSSL-GENRSA 1SSL 2024-04-04 3.2.2-dev OpenSSL .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -85,6 +85,7 @@ openssl\-genrsa \- generate an RSA private key [\fB\-3\fR] [\fB\-primes\fR \fInum\fR] [\fB\-verbose\fR] +[\fB\-quiet\fR] [\fB\-traditional\fR] [\fB\-rand\fR \fIfiles\fR] [\fB\-writerand\fR \fIfile\fR] @@ -128,6 +129,10 @@ RSA key, which is defined in RFC 8017. .IP \fB\-verbose\fR 4 .IX Item "-verbose" Print extra details about the operations being performed. +.IP \fB\-quiet\fR 4 +.IX Item "-quiet" +Print fewer details about the operations being performed, which may +be handy during batch scripts and pipelines. .IP \fB\-traditional\fR 4 .IX Item "-traditional" Write the key using the traditional PKCS#1 format instead of the PKCS#8 format. |