Scroll to navigation

PKI --PKCS7(1) strongSwan PKI --PKCS7(1)

NAME

pki --pkcs7 - 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
pki --pkcs7 -h | --help

DESCRIPTION

This sub-command of pki(1) provides functions to wrap/unwrap PKCS#7 containers.

OPTIONS

Print usage information with a summary of the available options.
Set debug level, default: 1.
-+, --options file
Read command line options from file.
Create PKCS#7 signed-data.
Verify PKCS#7 signed-data.
Create PKCS#7 enveloped-data.
Decrypt PKCS#7 enveloped-data.
Show information about PKCS#7 container, list certificates.
PKCS#7 input file. If not given the input is read from STDIN.
Private key used for --sign and --decrypt.
Certificate for --sign, --verify and --encrypt. Can be used multiple times.

SEE ALSO

pki(1)

2013-07-31 5.5.2