1 .TH "PKI \-\-VERIFY" 1 "2013-07-31" "@PACKAGE_VERSION@" "strongSwan"
5 pki \-\-verify \- Verify a certificate using a CA certificate
17 .BI \-\-options\~ file
30 verifies a certificate using an optional CA certificate.
36 Print usage information with a summary of the available options.
38 .BI "\-v, \-\-debug " level
39 Set debug level, default: 1.
41 .BI "\-+, \-\-options " file
42 Read command line options from \fIfile\fR.
44 .BI "\-i, \-\-in " file
45 X.509 certificate to verify. If not given it is read from \fISTDIN\fR.
47 .BI "\-c, \-\-cacert " file
48 CA certificate to use for trustchain verification. If not given the certificate
49 is assumed to be self\-signed.
52 Enable online CRL/OCSP revocation checking.
55 The exit status is 0 if the certificate was verified successfully, 1 if the
56 certificate is untrusted, 2 if the certificate's lifetimes are invalid, and 3
57 if the certificate was verified successfully but the online revocation check
58 indicated that it has been revoked.