strongswan_pki---pkcs7 - Man Page
Provides PKCS#7 wrap/unwrap functions
Synopsis
pki --pkcs7 | --sign|--verify|--encrypt|--decrypt|--show[--in file] [--cert file] [--key file] [--debug level] |
pki --pkcs7 | --options file |
Description
This sub-command of pki(1) provides functions to wrap/unwrap PKCS#7 containers.
Options
- -h, --help
Print usage information with a summary of the available options.
- -v, --debug level
Set debug level, default: 1.
- -+, --options file
Read command line options from file.
- -s, --sign
Create PKCS#7 signed-data.
- -u, --verify
Verify PKCS#7 signed-data.
- -e, --encrypt
Create PKCS#7 enveloped-data.
- -e, --decrypt
Decrypt PKCS#7 enveloped-data.
- -p, --show
Show information about PKCS#7 container, list certificates.
- -i, --in file
PKCS#7 input file. If not given the input is read from STDIN.
- -k, --key file
- -c, --cert file
Certificate for --sign, --verify and --encrypt. Can be used multiple times.
See Also
Info
2013-07-31 5.9.10 strongSwan