summaryrefslogtreecommitdiffstats
path: root/doc/apps/verify.pod
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2014-07-02 22:42:40 -0400
committerRich Salz <rsalz@akamai.com>2014-07-02 22:42:40 -0400
commitfc1d88f02f45812fb1515bf83aa8f7eaadf4d0f5 (patch)
treeb8d518d46760a64701b211a59acb3447e24c6530 /doc/apps/verify.pod
parent5cc99c6cf5e908df6b00b04af7f08e99c0698c7b (diff)
Close a whole bunch of documentation-related tickets:
298 424 656 882 939 1630 1807 2263 2294 2311 2424 2623 2637 2686 2697 2921 2922 2940 3055 3112 3156 3177 3277
Diffstat (limited to 'doc/apps/verify.pod')
-rw-r--r--doc/apps/verify.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/apps/verify.pod b/doc/apps/verify.pod
index 1e9680286b..a5a00638be 100644
--- a/doc/apps/verify.pod
+++ b/doc/apps/verify.pod
@@ -11,6 +11,7 @@ B<openssl> B<verify>
[B<-CApath directory>]
[B<-attime timestamp>]
[B<-check_ss_sig>]
+[B<-crlfile file>]
[B<-crl_check>]
[B<-crl_check_all>]
[B<-explicit_policy>]
@@ -74,6 +75,10 @@ current system time. B<timestamp> is the number of seconds since
Verify the signature on the self-signed root CA. This is disabled by default
because it doesn't add any security.
+=item B<-crlfile file>
+
+File containing one or more CRL's (in PEM format) to load.
+
=item B<-crl_check>
Checks end entity certificate validity by attempting to look up a valid CRL.