summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRaul Ferrando <rferrandop@protonmail.com>2022-02-15 16:02:41 +0100
committerPauli <pauli@openssl.org>2022-02-24 11:21:06 +1100
commit632e8be2b570959dc3781c6956171e7e49f1aa58 (patch)
treeb2914bbf34cf5dc0bdbf13745adb64ef3e4b968d /doc
parent42659159f4d4a8c16a0e9b089d40a5831b60cbb6 (diff)
Add -quiet option to pkcs7 for -print_certs
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17708)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/openssl-pkcs7.pod.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/man1/openssl-pkcs7.pod.in b/doc/man1/openssl-pkcs7.pod.in
index efd772d1d4..eeb5c356f0 100644
--- a/doc/man1/openssl-pkcs7.pod.in
+++ b/doc/man1/openssl-pkcs7.pod.in
@@ -19,6 +19,7 @@ B<openssl> B<pkcs7>
[B<-out> I<filename>]
[B<-print>]
[B<-print_certs>]
+[B<-quiet>]
[B<-text>]
[B<-noout>]
{- $OpenSSL::safe::opt_engine_synopsis -}{- $OpenSSL::safe::opt_provider_synopsis -}
@@ -63,6 +64,11 @@ Print out the full PKCS7 object.
Prints out any certificates or CRLs contained in the file. They are
preceded by their subject and issuer names in one line format.
+=item B<-quiet>
+
+When used with -print_certs, prints out just the PEM-encoded
+certificates without any other output.
+
=item B<-text>
Prints out certificate details in full rather than just subject and