openssl-pkcs7
(1ssl)PKCS#7 command
Options
14-helpPrint out a usage message.
-inform-outformThe input and formats; the default is PEM. See openssl-format-options(1) for details. The data is a PKCS#7 Version 1.5 structure.
-infilenameThis specifies the input filename to read from or standard input if this option is not specified.
-outfilenameSpecifies the output filename to write to or standard output by default.
-printPrint out the full PKCS7 object.
-print_certsPrints out any certificates or CRLs contained in the file. They are preceded by their subject and issuer names in one line format.
-quietWhen used with -print_certs, prints out just the PEM-encoded certificates without any other output.
-textPrints out certificate details in full rather than just subject and issuer names.
-nooutDon't output the encoded version of the PKCS#7 structure (or certificates if -print_certs is set).
-engineidSee "Engine Options" in openssl(1). This option is deprecated.
-providername—
-provider-pathpath—
-provparam[name:]key=value—
-propquerypropqSee "Provider Options" in openssl(1), provider(7), and property(7).
DESCRIPTION
EXAMPLES
HISTORY
COPYRIGHT
Copyright 2000-2022 The OpenSSL Project Authors. All Rights Reserved.
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 in the file LICENSE in the source distribution or at https://www.openssl.org/source/license.html.