1 .TH IPSEC\-PKI 8 "2013-07-30" "@PACKAGE_VERSION@" "strongSwan"
5 ipsec pki \- Simple public key infrastructure (PKI) management tool
11 .RI [ option\~ .\|.\|.]
23 is a suite of commands that allow you to manage a simple public key
26 Generate RSA and ECDSA key pairs, create PKCS#10 certificate requests
27 containing subjectAltNames, create X.509 self-signed end-entity and root CA
28 certificates, issue end-entity and intermediate CA certificates signed by the
29 private key of a CA and containing subjectAltNames, CRL distribution points
30 and URIs of OCSP servers. You can also extract raw public keys from private
31 keys, certificate requests and certificates and compute two kinds of SHA-1-based
38 Prints usage information and a short summary of the available commands.
41 Generate a new private key.
44 Create a self-signed certificate.
47 Issue a certificate using a CA certificate and key.
50 Issue a CRL using a CA certificate and key.
53 Create a PKCS#10 certificate request.
56 Provides PKCS#7 wrap/unwrap functions.
59 Calculate key identifiers of a key or certificate.
62 Print a credential (key, certificate etc.) in human readable form.
65 Extract a public key from a private key or certificate.
68 Verify a certificate using a CA certificate.
74 .BR pki\ \-\-self (8),
75 .BR pki\ \-\-issue (8),
76 .BR pki\ \-\-signcrl (8),
78 .BR pki\ \-\-pkcs7 (8),
79 .BR pki\ \-\-keyid (8),
80 .BR pki\ \-\-print (8),