Lines Matching refs:I

14 [B<-out> I<file>]
15 [B<-issuer> I<file>]
16 [B<-cert> I<file>]
18 [B<-serial> I<n>]
19 [B<-signer> I<file>]
20 [B<-signkey> I<file>]
21 [B<-sign_other> I<file>]
27 [B<-reqout> I<file>]
28 [B<-respout> I<file>]
29 [B<-reqin> I<file>]
30 [B<-respin> I<file>]
31 [B<-url> I<URL>]
32 [B<-host> I<host>:I<port>]
33 [B<-path> I<pathname>]
34 [B<-proxy> I<[http[s]://][userinfo@]host[:port][/path][?query][#fragment]>]
35 [B<-no_proxy> I<addresses>]
37 [B<-timeout> I<seconds>]
38 [B<-VAfile> I<file>]
39 [B<-validity_period> I<n>]
40 [B<-status_age> I<n>]
42 [B<-verify_other> I<file>]
50 [B<-port> I<num>]
56 [B<-index> I<file>]
57 [B<-CA> I<file>]
58 [B<-rsigner> I<file>]
59 [B<-rkey> I<file>]
60 [B<-passin> I<arg>]
61 [B<-rother> I<file>]
62 [B<-rsigopt> I<nm>:I<v>]
63 [B<-rmd> I<digest>]
66 [B<-nmin> I<n>]
67 [B<-ndays> I<n>]
69 [B<-nrequest> I<n>]
70 [B<-multi> I<process-count>]
71 [B<-rcid> I<digest>]
72 [B<-I<digest>>]
99 =item B<-out> I<filename>
103 =item B<-issuer> I<filename>
111 =item B<-cert> I<filename>
113 Add the certificate I<filename> to the request.
124 =item B<-serial> I<num>
131 =item B<-signer> I<filename>, B<-signkey> I<filename>
141 =item B<-sign_other> I<filename>
158 =item B<-reqout> I<file>, B<-respout> I<file>
160 Write out the DER encoded certificate request or response to I<file>.
162 =item B<-reqin> I<file>, B<-respin> I<file>
164 Read OCSP request or response file from I<file>. These option are ignored
168 =item B<-url> I<responder_url>
176 =item B<-host> I<host>:I<port>, B<-path> I<pathname>
179 I<host> on port I<port>.
180 The I<host> may be a domain name or an IP (v4 or v6) address,
186 http:// and the given I<host>, I<port>, and optional I<pathname>.
188 =item B<-proxy> I<[http[s]://][userinfo@]host[:port][/path][?query][#fragment]>
199 =item B<-no_proxy> I<addresses>
206 =item B<-header> I<name>=I<value>
208 Adds the header I<name> with the specified I<value> to the OCSP request
212 =item B<-timeout> I<seconds>
220 =item B<-verify_other> I<file>
236 =item B<-VAfile> I<file>
282 =item B<-validity_period> I<nsec>, B<-status_age> I<age>
295 B<notBefore> field is checked to see it is not older than I<age> seconds old.
298 =item B<-rcid> I<digest>
304 =item B<-I<digest>>
323 =item B<-index> I<indexfile>
325 The I<indexfile> parameter is the name of a text index file in B<ca>
337 =item B<-CA> I<file>
343 =item B<-rsigner> I<file>
348 =item B<-rkey> I<file>
353 =item B<-passin> I<arg>
355 The private key password source. For more information about the format of I<arg>
358 =item B<-rother> I<file>
363 =item B<-rsigopt> I<nm>:I<v>
368 =item B<-rmd> I<digest>
386 =item B<-port> I<portnum>
398 =item B<-nrequest> I<number>
400 The OCSP server will exit after receiving I<number> requests, default unlimited.
402 =item B<-multi> I<process-count>
413 =item B<-nmin> I<minutes>, B<-ndays> I<days>