1PKI --PKCS7(1) strongSwan PKI --PKCS7(1)
2
3
4
6 pki --pkcs7 - Provides PKCS#7 wrap/unwrap functions
7
9 pki --pkcs7 --sign|--verify|--encrypt|--decrypt|--show [--in file]
10 [--cert file] [--key file] [--debug level]
11
12 pki --pkcs7 --options file
13
14 pki --pkcs7 -h | --help
15
17 This sub-command of pki(1) provides functions to wrap/unwrap PKCS#7
18 containers.
19
21 -h, --help
22 Print usage information with a summary of the available options.
23
24 -v, --debug level
25 Set debug level, default: 1.
26
27 -+, --options file
28 Read command line options from file.
29
30 -s, --sign
31 Create PKCS#7 signed-data.
32
33 -u, --verify
34 Verify PKCS#7 signed-data.
35
36 -e, --encrypt
37 Create PKCS#7 enveloped-data.
38
39 -e, --decrypt
40 Decrypt PKCS#7 enveloped-data.
41
42 -p, --show
43 Show information about PKCS#7 container, list certificates.
44
45 -i, --in file
46 PKCS#7 input file. If not given the input is read from STDIN.
47
48 -k, --key file
49 Private key used for --sign and --decrypt.
50
51 -c, --cert file
52 Certificate for --sign, --verify and --encrypt. Can be used
53 multiple times.
54
56 pki(1)
57
58
59
605.8.4 2013-07-31 PKI --PKCS7(1)