Command docs: more reference fixes
[openssl.git] / doc / man1 / openssl-ocsp.pod
1 =pod
2
3 =head1 NAME
4
5 openssl-ocsp - Online Certificate Status Protocol utility
6
7 =head1 SYNOPSIS
8
9 B<openssl> B<ocsp>
10 [B<-help>]
11 [B<-out> I<file>]
12 [B<-issuer> I<file>]
13 [B<-cert> I<file>]
14 [B<-serial> I<n>]
15 [B<-signer> I<file>]
16 [B<-signkey> I<file>]
17 [B<-sign_other> I<file>]
18 [B<-no_certs>]
19 [B<-req_text>]
20 [B<-resp_text>]
21 [B<-text>]
22 [B<-reqout> I<file>]
23 [B<-respout> I<file>]
24 [B<-reqin> I<file>]
25 [B<-respin> I<file>]
26 [B<-nonce>]
27 [B<-no_nonce>]
28 [B<-url> I<URL>]
29 [B<-host> I<host>:I<port>]
30 [B<-multi> I<process-count>]
31 [B<-header>]
32 [B<-path>]
33 [B<-CApath> I<dir>]
34 [B<-CAfile> I<file>]
35 [B<-no-CAfile>]
36 [B<-no-CApath>]
37 [B<-attime> I<timestamp>]
38 [B<-check_ss_sig>]
39 [B<-crl_check>]
40 [B<-crl_check_all>]
41 [B<-explicit_policy>]
42 [B<-extended_crl>]
43 [B<-ignore_critical>]
44 [B<-inhibit_any>]
45 [B<-inhibit_map>]
46 [B<-no_check_time>]
47 [B<-partial_chain>]
48 [B<-policy> I<arg>]
49 [B<-policy_check>]
50 [B<-policy_print>]
51 [B<-purpose> I<purpose>]
52 [B<-suiteB_128>]
53 [B<-suiteB_128_only>]
54 [B<-suiteB_192>]
55 [B<-trusted_first>]
56 [B<-no_alt_chains>]
57 [B<-use_deltas>]
58 [B<-auth_level> I<num>]
59 [B<-verify_depth> I<num>]
60 [B<-verify_email> I<email>]
61 [B<-verify_hostname> I<hostname>]
62 [B<-verify_ip> I<ip>]
63 [B<-verify_name> I<name>]
64 [B<-x509_strict>]
65 [B<-VAfile> I<file>]
66 [B<-validity_period> I<n>]
67 [B<-status_age> I<n>]
68 [B<-noverify>]
69 [B<-verify_other> I<file>]
70 [B<-trust_other>]
71 [B<-no_intern>]
72 [B<-no_signature_verify>]
73 [B<-no_cert_verify>]
74 [B<-no_chain>]
75 [B<-no_cert_checks>]
76 [B<-no_explicit>]
77 [B<-port> I<num>]
78 [B<-ignore_err>]
79 [B<-index> I<file>]
80 [B<-CA> I<file>]
81 [B<-rsigner> I<file>]
82 [B<-rkey> I<file>]
83 [B<-rother> I<file>]
84 [B<-rsigopt> I<nm>:I<v>]
85 [B<-resp_no_certs>]
86 [B<-nmin> I<n>]
87 [B<-ndays> I<n>]
88 [B<-resp_key_id>]
89 [B<-nrequest> I<n>]
90 [B<-rcid> I<digest>]
91 [B<-I<digest>>]
92
93 =for comment ifdef multi
94
95 =head1 DESCRIPTION
96
97 The Online Certificate Status Protocol (OCSP) enables applications to
98 determine the (revocation) state of an identified certificate (RFC 2560).
99
100 This command performs many common OCSP tasks. It can be used
101 to print out requests and responses, create requests and send queries
102 to an OCSP responder and behave like a mini OCSP server itself.
103
104 =head1 OPTIONS
105
106 This command operates as either a client or a server.
107 The options are described below, divided into those two modes.
108
109 =head2 OCSP Client Options
110
111 =over 4
112
113 =item B<-help>
114
115 Print out a usage message.
116
117 =item B<-out> I<filename>
118
119 specify output filename, default is standard output.
120
121 =item B<-issuer> I<filename>
122
123 This specifies the current issuer certificate. This option can be used
124 multiple times. The certificate specified in I<filename> must be in
125 PEM format. This option B<MUST> come before any B<-cert> options.
126
127 =item B<-cert> I<filename>
128
129 Add the certificate I<filename> to the request. The issuer certificate
130 is taken from the previous B<-issuer> option, or an error occurs if no
131 issuer certificate is specified.
132
133 =item B<-serial> I<num>
134
135 Same as the B<-cert> option except the certificate with serial number
136 B<num> is added to the request. The serial number is interpreted as a
137 decimal integer unless preceded by C<0x>. Negative integers can also
138 be specified by preceding the value by a C<-> sign.
139
140 =item B<-signer> I<filename>, B<-signkey> I<filename>
141
142 Sign the OCSP request using the certificate specified in the B<-signer>
143 option and the private key specified by the B<-signkey> option. If
144 the B<-signkey> option is not present then the private key is read
145 from the same file as the certificate. If neither option is specified then
146 the OCSP request is not signed.
147
148 =item B<-sign_other> I<filename>
149
150 Additional certificates to include in the signed request.
151
152 =item B<-nonce>, B<-no_nonce>
153
154 Add an OCSP nonce extension to a request or disable OCSP nonce addition.
155 Normally if an OCSP request is input using the B<-reqin> option no
156 nonce is added: using the B<-nonce> option will force addition of a nonce.
157 If an OCSP request is being created (using B<-cert> and B<-serial> options)
158 a nonce is automatically added specifying B<-no_nonce> overrides this.
159
160 =item B<-req_text>, B<-resp_text>, B<-text>
161
162 Print out the text form of the OCSP request, response or both respectively.
163
164 =item B<-reqout> I<file>, B<-respout> I<file>
165
166 Write out the DER encoded certificate request or response to I<file>.
167
168 =item B<-reqin> I<file>, B<-respin> I<file>
169
170 Read OCSP request or response file from I<file>. These option are ignored
171 if OCSP request or response creation is implied by other options (for example
172 with B<-serial>, B<-cert> and B<-host> options).
173
174 =item B<-url> I<responder_url>
175
176 Specify the responder URL. Both HTTP and HTTPS (SSL/TLS) URLs can be specified.
177
178 =item B<-host> I<hostname>:I<port>, B<-path> I<pathname>
179
180 If the B<-host> option is present then the OCSP request is sent to the host
181 I<hostname> on port I<port>. The B<-path> option specifies the HTTP pathname
182 to use or "/" by default.  This is equivalent to specifying B<-url> with scheme
183 http:// and the given hostname, port, and pathname.
184
185 =item B<-header> I<name>=I<value>
186
187 Adds the header I<name> with the specified I<value> to the OCSP request
188 that is sent to the responder.
189 This may be repeated.
190
191 =item B<-timeout> I<seconds>
192
193 Connection timeout to the OCSP responder in seconds.
194 On POSIX systems, when running as an OCSP responder, this option also limits
195 the time that the responder is willing to wait for the client request.
196 This time is measured from the time the responder accepts the connection until
197 the complete request is received.
198
199 =item B<-multi> I<process-count>
200
201 Run the specified number of OCSP responder child processes, with the parent
202 process respawning child processes as needed.
203 Child processes will detect changes in the CA index file and automatically
204 reload it.
205 When running as a responder B<-timeout> option is recommended to limit the time
206 each child is willing to wait for the client's OCSP response.
207 This option is available on POSIX systems (that support the fork() and other
208 required unix system-calls).
209
210 =item B<-CAfile> I<file>, B<-CApath> I<pathname>
211
212 File or pathname containing trusted CA certificates. These are used to verify
213 the signature on the OCSP response.
214
215 =item B<-no-CAfile>
216
217 Do not load the trusted CA certificates from the default file location
218
219 =item B<-no-CApath>
220
221 Do not load the trusted CA certificates from the default directory location
222
223 =item B<-attime>, B<-check_ss_sig>, B<-crl_check>, B<-crl_check_all>,
224 B<-explicit_policy>, B<-extended_crl>, B<-ignore_critical>, B<-inhibit_any>,
225 B<-inhibit_map>, B<-no_alt_chains>, B<-no_check_time>, B<-partial_chain>, B<-policy>,
226 B<-policy_check>, B<-policy_print>, B<-purpose>, B<-suiteB_128>,
227 B<-suiteB_128_only>, B<-suiteB_192>, B<-trusted_first>, B<-use_deltas>,
228 B<-auth_level>, B<-verify_depth>, B<-verify_email>, B<-verify_hostname>,
229 B<-verify_ip>, B<-verify_name>, B<-x509_strict>
230
231 Set different certificate verification options.
232 See L<openssl-verify(1)> manual page for details.
233
234 =item B<-verify_other> I<file>
235
236 File containing additional certificates to search when attempting to locate
237 the OCSP response signing certificate. Some responders omit the actual signer's
238 certificate from the response: this option can be used to supply the necessary
239 certificate in such cases.
240
241 =item B<-trust_other>
242
243 The certificates specified by the B<-verify_other> option should be explicitly
244 trusted and no additional checks will be performed on them. This is useful
245 when the complete responder certificate chain is not available or trusting a
246 root CA is not appropriate.
247
248 =item B<-VAfile> I<file>
249
250 File containing explicitly trusted responder certificates. Equivalent to the
251 B<-verify_other> and B<-trust_other> options.
252
253 =item B<-noverify>
254
255 Don't attempt to verify the OCSP response signature or the nonce
256 values. This option will normally only be used for debugging since it
257 disables all verification of the responders certificate.
258
259 =item B<-no_intern>
260
261 Ignore certificates contained in the OCSP response when searching for the
262 signers certificate. With this option the signers certificate must be specified
263 with either the B<-verify_other> or B<-VAfile> options.
264
265 =item B<-no_signature_verify>
266
267 Don't check the signature on the OCSP response. Since this option
268 tolerates invalid signatures on OCSP responses it will normally only be
269 used for testing purposes.
270
271 =item B<-no_cert_verify>
272
273 Don't verify the OCSP response signers certificate at all. Since this
274 option allows the OCSP response to be signed by any certificate it should
275 only be used for testing purposes.
276
277 =item B<-no_chain>
278
279 Do not use certificates in the response as additional untrusted CA
280 certificates.
281
282 =item B<-no_explicit>
283
284 Do not explicitly trust the root CA if it is set to be trusted for OCSP signing.
285
286 =item B<-no_cert_checks>
287
288 Don't perform any additional checks on the OCSP response signers certificate.
289 That is do not make any checks to see if the signers certificate is authorised
290 to provide the necessary status information: as a result this option should
291 only be used for testing purposes.
292
293 =item B<-validity_period> I<nsec>, B<-status_age> I<age>
294
295 These options specify the range of times, in seconds, which will be tolerated
296 in an OCSP response. Each certificate status response includes a B<notBefore>
297 time and an optional B<notAfter> time. The current time should fall between
298 these two values, but the interval between the two times may be only a few
299 seconds. In practice the OCSP responder and clients clocks may not be precisely
300 synchronised and so such a check may fail. To avoid this the
301 B<-validity_period> option can be used to specify an acceptable error range in
302 seconds, the default value is 5 minutes.
303
304 If the B<notAfter> time is omitted from a response then this means that new
305 status information is immediately available. In this case the age of the
306 B<notBefore> field is checked to see it is not older than I<age> seconds old.
307 By default this additional check is not performed.
308
309 =item B<-rcid> I<digest>
310
311 This option sets the digest algorithm to use for certificate identification
312 in the OCSP response. Any digest supported by the L<openssl-dgst(1)> command can
313 be used. The default is the same digest algorithm used in the request.
314
315 =item B<-I<digest>>
316
317 This option sets digest algorithm to use for certificate identification in the
318 OCSP request. Any digest supported by the OpenSSL B<dgst> command can be used.
319 The default is SHA-1. This option may be used multiple times to specify the
320 digest used by subsequent certificate identifiers.
321
322 =back
323
324 =head2 OCSP Server Options
325
326 =over 4
327
328 =item B<-index> I<indexfile>
329
330 The I<indexfile> parameter is the name of a text index file in B<ca>
331 format containing certificate revocation information.
332
333 If the B<-index> option is specified then this command switches to
334 responder mode, otherwise it is in client mode. The request(s) the responder
335 processes can be either specified on the command line (using B<-issuer>
336 and B<-serial> options), supplied in a file (using the B<-reqin> option)
337 or via external OCSP clients (if B<-port> or B<-url> is specified).
338
339 If the B<-index> option is present then the B<-CA> and B<-rsigner> options
340 must also be present.
341
342 =item B<-CA> I<file>
343
344 CA certificate corresponding to the revocation information in the index
345 file given with B<-index>.
346
347 =item B<-rsigner> I<file>
348
349 The certificate to sign OCSP responses with.
350
351 =item B<-rother> I<file>
352
353 Additional certificates to include in the OCSP response.
354
355 =item B<-resp_no_certs>
356
357 Don't include any certificates in the OCSP response.
358
359 =item B<-resp_key_id>
360
361 Identify the signer certificate using the key ID, default is to use the
362 subject name.
363
364 =item B<-rkey> I<file>
365
366 The private key to sign OCSP responses with: if not present the file
367 specified in the B<-rsigner> option is used.
368
369 =item B<-rsigopt> I<nm>:I<v>
370
371 Pass options to the signature algorithm when signing OCSP responses.
372 Names and values of these options are algorithm-specific.
373
374 =item B<-port> I<portnum>
375
376 Port to listen for OCSP requests on. The port may also be specified
377 using the B<url> option.
378
379 =item B<-ignore_err>
380
381 Ignore malformed requests or responses: When acting as an OCSP client, retry if
382 a malformed response is received. When acting as an OCSP responder, continue
383 running instead of terminating upon receiving a malformed request.
384
385 =item B<-nrequest> I<number>
386
387 The OCSP server will exit after receiving I<number> requests, default unlimited.
388
389 =item B<-nmin> I<minutes>, B<-ndays> I<days>
390
391 Number of minutes or days when fresh revocation information is available:
392 used in the B<nextUpdate> field. If neither option is present then the
393 B<nextUpdate> field is omitted meaning fresh revocation information is
394 immediately available.
395
396 =back
397
398 =head1 OCSP RESPONSE VERIFICATION
399
400 OCSP Response follows the rules specified in RFC2560.
401
402 Initially the OCSP responder certificate is located and the signature on
403 the OCSP request checked using the responder certificate's public key.
404
405 Then a normal certificate verify is performed on the OCSP responder certificate
406 building up a certificate chain in the process. The locations of the trusted
407 certificates used to build the chain can be specified by the B<-CAfile>
408 and B<-CApath> options or they will be looked for in the standard OpenSSL
409 certificates directory.
410
411 If the initial verify fails then the OCSP verify process halts with an
412 error.
413
414 Otherwise the issuing CA certificate in the request is compared to the OCSP
415 responder certificate: if there is a match then the OCSP verify succeeds.
416
417 Otherwise the OCSP responder certificate's CA is checked against the issuing
418 CA certificate in the request. If there is a match and the OCSPSigning
419 extended key usage is present in the OCSP responder certificate then the
420 OCSP verify succeeds.
421
422 Otherwise, if B<-no_explicit> is B<not> set the root CA of the OCSP responders
423 CA is checked to see if it is trusted for OCSP signing. If it is the OCSP
424 verify succeeds.
425
426 If none of these checks is successful then the OCSP verify fails.
427
428 What this effectively means if that if the OCSP responder certificate is
429 authorised directly by the CA it is issuing revocation information about
430 (and it is correctly configured) then verification will succeed.
431
432 If the OCSP responder is a "global responder" which can give details about
433 multiple CAs and has its own separate certificate chain then its root
434 CA can be trusted for OCSP signing. For example:
435
436  openssl x509 -in ocspCA.pem -addtrust OCSPSigning -out trustedCA.pem
437
438 Alternatively the responder certificate itself can be explicitly trusted
439 with the B<-VAfile> option.
440
441 =head1 NOTES
442
443 As noted, most of the verify options are for testing or debugging purposes.
444 Normally only the B<-CApath>, B<-CAfile> and (if the responder is a 'global
445 VA') B<-VAfile> options need to be used.
446
447 The OCSP server is only useful for test and demonstration purposes: it is
448 not really usable as a full OCSP responder. It contains only a very
449 simple HTTP request handling and can only handle the POST form of OCSP
450 queries. It also handles requests serially meaning it cannot respond to
451 new requests until it has processed the current one. The text index file
452 format of revocation is also inefficient for large quantities of revocation
453 data.
454
455 It is possible to run this command in responder mode via a CGI
456 script using the B<-reqin> and B<-respout> options.
457
458 =head1 EXAMPLES
459
460 Create an OCSP request and write it to a file:
461
462  openssl ocsp -issuer issuer.pem -cert c1.pem -cert c2.pem -reqout req.der
463
464 Send a query to an OCSP responder with URL http://ocsp.myhost.com/ save the
465 response to a file, print it out in text form, and verify the response:
466
467  openssl ocsp -issuer issuer.pem -cert c1.pem -cert c2.pem \
468      -url http://ocsp.myhost.com/ -resp_text -respout resp.der
469
470 Read in an OCSP response and print out text form:
471
472  openssl ocsp -respin resp.der -text -noverify
473
474 OCSP server on port 8888 using a standard B<ca> configuration, and a separate
475 responder certificate. All requests and responses are printed to a file.
476
477  openssl ocsp -index demoCA/index.txt -port 8888 -rsigner rcert.pem -CA demoCA/cacert.pem
478         -text -out log.txt
479
480 As above but exit after processing one request:
481
482  openssl ocsp -index demoCA/index.txt -port 8888 -rsigner rcert.pem -CA demoCA/cacert.pem
483      -nrequest 1
484
485 Query status information using an internally generated request:
486
487  openssl ocsp -index demoCA/index.txt -rsigner rcert.pem -CA demoCA/cacert.pem
488      -issuer demoCA/cacert.pem -serial 1
489
490 Query status information using request read from a file, and write the response
491 to a second file.
492
493  openssl ocsp -index demoCA/index.txt -rsigner rcert.pem -CA demoCA/cacert.pem
494      -reqin req.der -respout resp.der
495
496 =head1 HISTORY
497
498 The -no_alt_chains option was added in OpenSSL 1.1.0.
499
500 =head1 COPYRIGHT
501
502 Copyright 2001-2019 The OpenSSL Project Authors. All Rights Reserved.
503
504 Licensed under the Apache License 2.0 (the "License").  You may not use
505 this file except in compliance with the License.  You can obtain a copy
506 in the file LICENSE in the source distribution or at
507 L<https://www.openssl.org/source/license.html>.
508
509 =cut