1PKI --PRINT(1) strongSwan PKI --PRINT(1)
2
3
4
6 pki --print - Print a credential (key, certificate etc.) in human read‐
7 able form
8
10 pki --print [--in file] [--type type] [--debug level]
11
12 pki --print --options file
13
14 pki --print -h | --help
15
17 This sub-command of pki(1) prints credentials (keys, certificates etc.)
18 in human readable form.
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 -i, --in file
31 Input file. If not given the input is read from STDIN.
32
33 -t, --type type
34 Type of input. One of rsa-priv (RSA private key), ecdsa-priv
35 (ECDSA private key), pub (public key), x509 (X.509 certificate),
36 crl (Certificate Revocation List, CRL), ac (Attribute Certifi‐
37 cate), defaults to x509.
38
40 pki(1)
41
42
43
445.2.0 2013-07-31 PKI --PRINT(1)