]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man/pkcs7.pod
Merge some common functionality in the apps, delete
[thirdparty/openssl.git] / doc / man / pkcs7.pod
index ff779c7699b4cfbf0d4f96d05960e59d4c44043b..a2ebaac9825b312ab8fe5aed46ed6b5043fb8661 100644 (file)
@@ -47,6 +47,16 @@ default.
 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<-text>
+
+prints out certificates details in full rather than just subject and
+issuer names.
+
+=item B<-noout>
+
+don't output the encoded version of the PKCS#7 structure (or certificates
+is B<-print_certs> is set).
+
 =back
 
 =head1 EXAMPLES