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