diff options
Diffstat (limited to 'upstream/debian-unstable/man1/openssl-pkcs7.1ssl')
-rw-r--r-- | upstream/debian-unstable/man1/openssl-pkcs7.1ssl | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/upstream/debian-unstable/man1/openssl-pkcs7.1ssl b/upstream/debian-unstable/man1/openssl-pkcs7.1ssl index 06d8af8a..aba97f2f 100644 --- a/upstream/debian-unstable/man1/openssl-pkcs7.1ssl +++ b/upstream/debian-unstable/man1/openssl-pkcs7.1ssl @@ -55,7 +55,7 @@ .\" ======================================================================== .\" .IX Title "OPENSSL-PKCS7 1SSL" -.TH OPENSSL-PKCS7 1SSL 2024-02-03 3.1.5 OpenSSL +.TH OPENSSL-PKCS7 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 @@ -72,6 +72,7 @@ openssl\-pkcs7 \- PKCS#7 command [\fB\-out\fR \fIfilename\fR] [\fB\-print\fR] [\fB\-print_certs\fR] +[\fB\-quiet\fR] [\fB\-text\fR] [\fB\-noout\fR] [\fB\-engine\fR \fIid\fR] @@ -109,6 +110,10 @@ Print out the full PKCS7 object. .IX Item "-print_certs" Prints out any certificates or CRLs contained in the file. They are preceded by their subject and issuer names in one line format. +.IP \fB\-quiet\fR 4 +.IX Item "-quiet" +When used with \-print_certs, prints out just the PEM-encoded +certificates without any other output. .IP \fB\-text\fR 4 .IX Item "-text" Prints out certificate details in full rather than just subject and @@ -152,7 +157,7 @@ Output all certificates in a file: The \fB\-engine\fR option was deprecated in OpenSSL 3.0. .SH COPYRIGHT .IX Header "COPYRIGHT" -Copyright 2000\-2021 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2000\-2022 The OpenSSL Project Authors. All Rights Reserved. .PP Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy |