openssl-ocsp.pod.in 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517
  1. =pod
  2. {- OpenSSL::safe::output_do_not_edit_headers(); -}
  3. =head1 NAME
  4. openssl-ocsp - Online Certificate Status Protocol command
  5. =head1 SYNOPSIS
  6. =head2 OCSP Client
  7. B<openssl> B<ocsp>
  8. [B<-help>]
  9. [B<-out> I<file>]
  10. [B<-issuer> I<file>]
  11. [B<-cert> I<file>]
  12. [B<-no_certs>]
  13. [B<-serial> I<n>]
  14. [B<-signer> I<file>]
  15. [B<-signkey> I<file>]
  16. [B<-sign_other> I<file>]
  17. [B<-nonce>]
  18. [B<-no_nonce>]
  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<-url> I<URL>]
  27. [B<-host> I<host>:I<port>]
  28. [B<-path>]
  29. [B<-proxy> I<[http[s]://][userinfo@]host[:port][/path]>]
  30. [B<-no_proxy> I<addresses>]
  31. [B<-header>]
  32. [B<-timeout> I<seconds>]
  33. [B<-VAfile> I<file>]
  34. [B<-validity_period> I<n>]
  35. [B<-status_age> I<n>]
  36. [B<-noverify>]
  37. [B<-verify_other> I<file>]
  38. [B<-trust_other>]
  39. [B<-no_intern>]
  40. [B<-no_signature_verify>]
  41. [B<-no_cert_verify>]
  42. [B<-no_chain>]
  43. [B<-no_cert_checks>]
  44. [B<-no_explicit>]
  45. [B<-port> I<num>]
  46. [B<-ignore_err>]
  47. =head2 OCSP Server
  48. B<openssl> B<ocsp>
  49. [B<-index> I<file>]
  50. [B<-CA> I<file>]
  51. [B<-rsigner> I<file>]
  52. [B<-rkey> I<file>]
  53. [B<-passin> I<arg>]
  54. [B<-rother> I<file>]
  55. [B<-rsigopt> I<nm>:I<v>]
  56. [B<-rmd> I<digest>]
  57. [B<-badsig>]
  58. [B<-resp_no_certs>]
  59. [B<-nmin> I<n>]
  60. [B<-ndays> I<n>]
  61. [B<-resp_key_id>]
  62. [B<-nrequest> I<n>]
  63. [B<-multi> I<process-count>]
  64. [B<-rcid> I<digest>]
  65. [B<-I<digest>>]
  66. {- $OpenSSL::safe::opt_trust_synopsis -}
  67. {- $OpenSSL::safe::opt_v_synopsis -}
  68. {- $OpenSSL::safe::opt_provider_synopsis -}
  69. =head1 DESCRIPTION
  70. The Online Certificate Status Protocol (OCSP) enables applications to
  71. determine the (revocation) state of an identified certificate (RFC 2560).
  72. This command performs many common OCSP tasks. It can be used
  73. to print out requests and responses, create requests and send queries
  74. to an OCSP responder and behave like a mini OCSP server itself.
  75. =head1 OPTIONS
  76. This command operates as either a client or a server.
  77. The options are described below, divided into those two modes.
  78. =head2 OCSP Client Options
  79. =over 4
  80. =item B<-help>
  81. Print out a usage message.
  82. =item B<-out> I<filename>
  83. specify output filename, default is standard output.
  84. =item B<-issuer> I<filename>
  85. This specifies the current issuer certificate. This option can be used
  86. multiple times.
  87. This option B<MUST> come before any B<-cert> options.
  88. =item B<-cert> I<filename>
  89. Add the certificate I<filename> to the request. The issuer certificate
  90. is taken from the previous B<-issuer> option, or an error occurs if no
  91. issuer certificate is specified.
  92. =item B<-no_certs>
  93. Don't include any certificates in signed request.
  94. =item B<-serial> I<num>
  95. Same as the B<-cert> option except the certificate with serial number
  96. B<num> is added to the request. The serial number is interpreted as a
  97. decimal integer unless preceded by C<0x>. Negative integers can also
  98. be specified by preceding the value by a C<-> sign.
  99. =item B<-signer> I<filename>, B<-signkey> I<filename>
  100. Sign the OCSP request using the certificate specified in the B<-signer>
  101. option and the private key specified by the B<-signkey> option. If
  102. the B<-signkey> option is not present then the private key is read
  103. from the same file as the certificate. If neither option is specified then
  104. the OCSP request is not signed.
  105. =item B<-sign_other> I<filename>
  106. Additional certificates to include in the signed request.
  107. The input can be in PEM, DER, or PKCS#12 format.
  108. =item B<-nonce>, B<-no_nonce>
  109. Add an OCSP nonce extension to a request or disable OCSP nonce addition.
  110. Normally if an OCSP request is input using the B<-reqin> option no
  111. nonce is added: using the B<-nonce> option will force addition of a nonce.
  112. If an OCSP request is being created (using B<-cert> and B<-serial> options)
  113. a nonce is automatically added specifying B<-no_nonce> overrides this.
  114. =item B<-req_text>, B<-resp_text>, B<-text>
  115. Print out the text form of the OCSP request, response or both respectively.
  116. =item B<-reqout> I<file>, B<-respout> I<file>
  117. Write out the DER encoded certificate request or response to I<file>.
  118. =item B<-reqin> I<file>, B<-respin> I<file>
  119. Read OCSP request or response file from I<file>. These option are ignored
  120. if OCSP request or response creation is implied by other options (for example
  121. with B<-serial>, B<-cert> and B<-host> options).
  122. =item B<-url> I<responder_url>
  123. Specify the responder URL. Both HTTP and HTTPS (SSL/TLS) URLs can be specified.
  124. The optional userinfo and fragment components are ignored.
  125. Any given query component is handled as part of the path component.
  126. =item B<-host> I<hostname>:I<port>, B<-path> I<pathname>
  127. If the B<-host> option is present then the OCSP request is sent to the host
  128. I<hostname> on port I<port>. The B<-path> option specifies the HTTP pathname
  129. to use or "/" by default. This is equivalent to specifying B<-url> with scheme
  130. http:// and the given hostname, port, and pathname.
  131. =item B<-proxy> I<[http[s]://][userinfo@]host[:port][/path]>
  132. The HTTP(S) proxy server to use for reaching the OCSP server unless B<-no_proxy>
  133. applies, see below.
  134. The proxy port defaults to 80 or 443 if the scheme is C<https>; apart from that
  135. the optional C<http://> or C<https://> prefix is ignored,
  136. as well as any userinfo and path components.
  137. Defaults to the environment variable C<http_proxy> if set, else C<HTTP_PROXY>
  138. in case no TLS is used, otherwise C<https_proxy> if set, else C<HTTPS_PROXY>.
  139. =item B<-no_proxy> I<addresses>
  140. List of IP addresses and/or DNS names of servers
  141. not to use an HTTP(S) proxy for, separated by commas and/or whitespace
  142. (where in the latter case the whole argument must be enclosed in "...").
  143. Default is from the environment variable C<no_proxy> if set, else C<NO_PROXY>.
  144. =item B<-header> I<name>=I<value>
  145. Adds the header I<name> with the specified I<value> to the OCSP request
  146. that is sent to the responder.
  147. This may be repeated.
  148. =item B<-timeout> I<seconds>
  149. Connection timeout to the OCSP responder in seconds.
  150. On POSIX systems, when running as an OCSP responder, this option also limits
  151. the time that the responder is willing to wait for the client request.
  152. This time is measured from the time the responder accepts the connection until
  153. the complete request is received.
  154. =item B<-verify_other> I<file>
  155. File or URI containing additional certificates to search
  156. when attempting to locate
  157. the OCSP response signing certificate. Some responders omit the actual signer's
  158. certificate from the response: this option can be used to supply the necessary
  159. certificate in such cases.
  160. The input can be in PEM, DER, or PKCS#12 format.
  161. =item B<-trust_other>
  162. The certificates specified by the B<-verify_other> option should be explicitly
  163. trusted and no additional checks will be performed on them. This is useful
  164. when the complete responder certificate chain is not available or trusting a
  165. root CA is not appropriate.
  166. =item B<-VAfile> I<file>
  167. File or URI containing explicitly trusted responder certificates.
  168. Equivalent to the B<-verify_other> and B<-trust_other> options.
  169. The input can be in PEM, DER, or PKCS#12 format.
  170. =item B<-noverify>
  171. Don't attempt to verify the OCSP response signature or the nonce
  172. values. This option will normally only be used for debugging since it
  173. disables all verification of the responders certificate.
  174. =item B<-no_intern>
  175. Ignore certificates contained in the OCSP response when searching for the
  176. signers certificate. With this option the signers certificate must be specified
  177. with either the B<-verify_other> or B<-VAfile> options.
  178. =item B<-no_signature_verify>
  179. Don't check the signature on the OCSP response. Since this option
  180. tolerates invalid signatures on OCSP responses it will normally only be
  181. used for testing purposes.
  182. =item B<-no_cert_verify>
  183. Don't verify the OCSP response signers certificate at all. Since this
  184. option allows the OCSP response to be signed by any certificate it should
  185. only be used for testing purposes.
  186. =item B<-no_chain>
  187. Do not use certificates in the response as additional untrusted CA
  188. certificates.
  189. =item B<-no_explicit>
  190. Do not explicitly trust the root CA if it is set to be trusted for OCSP signing.
  191. =item B<-no_cert_checks>
  192. Don't perform any additional checks on the OCSP response signers certificate.
  193. That is do not make any checks to see if the signers certificate is authorised
  194. to provide the necessary status information: as a result this option should
  195. only be used for testing purposes.
  196. =item B<-validity_period> I<nsec>, B<-status_age> I<age>
  197. These options specify the range of times, in seconds, which will be tolerated
  198. in an OCSP response. Each certificate status response includes a B<notBefore>
  199. time and an optional B<notAfter> time. The current time should fall between
  200. these two values, but the interval between the two times may be only a few
  201. seconds. In practice the OCSP responder and clients clocks may not be precisely
  202. synchronised and so such a check may fail. To avoid this the
  203. B<-validity_period> option can be used to specify an acceptable error range in
  204. seconds, the default value is 5 minutes.
  205. If the B<notAfter> time is omitted from a response then this means that new
  206. status information is immediately available. In this case the age of the
  207. B<notBefore> field is checked to see it is not older than I<age> seconds old.
  208. By default this additional check is not performed.
  209. =item B<-rcid> I<digest>
  210. This option sets the digest algorithm to use for certificate identification
  211. in the OCSP response. Any digest supported by the L<openssl-dgst(1)> command can
  212. be used. The default is the same digest algorithm used in the request.
  213. =item B<-I<digest>>
  214. This option sets digest algorithm to use for certificate identification in the
  215. OCSP request. Any digest supported by the OpenSSL B<dgst> command can be used.
  216. The default is SHA-1. This option may be used multiple times to specify the
  217. digest used by subsequent certificate identifiers.
  218. {- $OpenSSL::safe::opt_trust_item -}
  219. {- $OpenSSL::safe::opt_v_item -}
  220. {- $OpenSSL::safe::opt_provider_item -}
  221. =back
  222. =head2 OCSP Server Options
  223. =over 4
  224. =item B<-index> I<indexfile>
  225. The I<indexfile> parameter is the name of a text index file in B<ca>
  226. format containing certificate revocation information.
  227. If the B<-index> option is specified then this command switches to
  228. responder mode, otherwise it is in client mode. The request(s) the responder
  229. processes can be either specified on the command line (using B<-issuer>
  230. and B<-serial> options), supplied in a file (using the B<-reqin> option)
  231. or via external OCSP clients (if B<-port> or B<-url> is specified).
  232. If the B<-index> option is present then the B<-CA> and B<-rsigner> options
  233. must also be present.
  234. =item B<-CA> I<file>
  235. CA certificate corresponding to the revocation information in the index
  236. file given with B<-index>.
  237. The input can be in PEM, DER, or PKCS#12 format.
  238. =item B<-rsigner> I<file>
  239. The certificate to sign OCSP responses with.
  240. =item B<-rkey> I<file>
  241. The private key to sign OCSP responses with: if not present the file
  242. specified in the B<-rsigner> option is used.
  243. =item B<-passin> I<arg>
  244. The private key password source. For more information about the format of I<arg>
  245. see L<openssl-passphrase-options(1)>.
  246. =item B<-rother> I<file>
  247. Additional certificates to include in the OCSP response.
  248. The input can be in PEM, DER, or PKCS#12 format.
  249. =item B<-rsigopt> I<nm>:I<v>
  250. Pass options to the signature algorithm when signing OCSP responses.
  251. Names and values of these options are algorithm-specific.
  252. =item B<-rmd> I<digest>
  253. The digest to use when signing the response.
  254. =item B<-badsig>
  255. Corrupt the response signature before writing it; this can be useful
  256. for testing.
  257. =item B<-resp_no_certs>
  258. Don't include any certificates in the OCSP response.
  259. =item B<-resp_key_id>
  260. Identify the signer certificate using the key ID, default is to use the
  261. subject name.
  262. =item B<-port> I<portnum>
  263. Port to listen for OCSP requests on. The port may also be specified
  264. using the B<url> option.
  265. A `0` argument indicates that any available port shall be chosen automatically.
  266. =item B<-ignore_err>
  267. Ignore malformed requests or responses: When acting as an OCSP client, retry if
  268. a malformed response is received. When acting as an OCSP responder, continue
  269. running instead of terminating upon receiving a malformed request.
  270. =item B<-nrequest> I<number>
  271. The OCSP server will exit after receiving I<number> requests, default unlimited.
  272. =item B<-multi> I<process-count>
  273. Run the specified number of OCSP responder child processes, with the parent
  274. process respawning child processes as needed.
  275. Child processes will detect changes in the CA index file and automatically
  276. reload it.
  277. When running as a responder B<-timeout> option is recommended to limit the time
  278. each child is willing to wait for the client's OCSP response.
  279. This option is available on POSIX systems (that support the fork() and other
  280. required unix system-calls).
  281. =item B<-nmin> I<minutes>, B<-ndays> I<days>
  282. Number of minutes or days when fresh revocation information is available:
  283. used in the B<nextUpdate> field. If neither option is present then the
  284. B<nextUpdate> field is omitted meaning fresh revocation information is
  285. immediately available.
  286. =back
  287. =head1 OCSP RESPONSE VERIFICATION
  288. OCSP Response follows the rules specified in RFC2560.
  289. Initially the OCSP responder certificate is located and the signature on
  290. the OCSP request checked using the responder certificate's public key.
  291. Then a normal certificate verify is performed on the OCSP responder certificate
  292. building up a certificate chain in the process. The locations of the trusted
  293. certificates used to build the chain can be specified by the B<-CAfile>,
  294. B<-CApath> or B<-CAstore> options or they will be looked for in the
  295. standard OpenSSL certificates directory.
  296. If the initial verify fails then the OCSP verify process halts with an
  297. error.
  298. Otherwise the issuing CA certificate in the request is compared to the OCSP
  299. responder certificate: if there is a match then the OCSP verify succeeds.
  300. Otherwise the OCSP responder certificate's CA is checked against the issuing
  301. CA certificate in the request. If there is a match and the OCSPSigning
  302. extended key usage is present in the OCSP responder certificate then the
  303. OCSP verify succeeds.
  304. Otherwise, if B<-no_explicit> is B<not> set the root CA of the OCSP responders
  305. CA is checked to see if it is trusted for OCSP signing. If it is the OCSP
  306. verify succeeds.
  307. If none of these checks is successful then the OCSP verify fails.
  308. What this effectively means if that if the OCSP responder certificate is
  309. authorised directly by the CA it is issuing revocation information about
  310. (and it is correctly configured) then verification will succeed.
  311. If the OCSP responder is a "global responder" which can give details about
  312. multiple CAs and has its own separate certificate chain then its root
  313. CA can be trusted for OCSP signing. For example:
  314. openssl x509 -in ocspCA.pem -addtrust OCSPSigning -out trustedCA.pem
  315. Alternatively the responder certificate itself can be explicitly trusted
  316. with the B<-VAfile> option.
  317. =head1 NOTES
  318. As noted, most of the verify options are for testing or debugging purposes.
  319. Normally only the B<-CApath>, B<-CAfile>, B<-CAstore> and (if the responder
  320. is a 'global VA') B<-VAfile> options need to be used.
  321. The OCSP server is only useful for test and demonstration purposes: it is
  322. not really usable as a full OCSP responder. It contains only a very
  323. simple HTTP request handling and can only handle the POST form of OCSP
  324. queries. It also handles requests serially meaning it cannot respond to
  325. new requests until it has processed the current one. The text index file
  326. format of revocation is also inefficient for large quantities of revocation
  327. data.
  328. It is possible to run this command in responder mode via a CGI
  329. script using the B<-reqin> and B<-respout> options.
  330. =head1 EXAMPLES
  331. Create an OCSP request and write it to a file:
  332. openssl ocsp -issuer issuer.pem -cert c1.pem -cert c2.pem -reqout req.der
  333. Send a query to an OCSP responder with URL http://ocsp.myhost.com/ save the
  334. response to a file, print it out in text form, and verify the response:
  335. openssl ocsp -issuer issuer.pem -cert c1.pem -cert c2.pem \
  336. -url http://ocsp.myhost.com/ -resp_text -respout resp.der
  337. Read in an OCSP response and print out text form:
  338. openssl ocsp -respin resp.der -text -noverify
  339. OCSP server on port 8888 using a standard B<ca> configuration, and a separate
  340. responder certificate. All requests and responses are printed to a file.
  341. openssl ocsp -index demoCA/index.txt -port 8888 -rsigner rcert.pem -CA demoCA/cacert.pem
  342. -text -out log.txt
  343. As above but exit after processing one request:
  344. openssl ocsp -index demoCA/index.txt -port 8888 -rsigner rcert.pem -CA demoCA/cacert.pem
  345. -nrequest 1
  346. Query status information using an internally generated request:
  347. openssl ocsp -index demoCA/index.txt -rsigner rcert.pem -CA demoCA/cacert.pem
  348. -issuer demoCA/cacert.pem -serial 1
  349. Query status information using request read from a file, and write the response
  350. to a second file.
  351. openssl ocsp -index demoCA/index.txt -rsigner rcert.pem -CA demoCA/cacert.pem
  352. -reqin req.der -respout resp.der
  353. =head1 HISTORY
  354. The -no_alt_chains option was added in OpenSSL 1.1.0.
  355. =head1 COPYRIGHT
  356. Copyright 2001-2021 The OpenSSL Project Authors. All Rights Reserved.
  357. Licensed under the Apache License 2.0 (the "License"). You may not use
  358. this file except in compliance with the License. You can obtain a copy
  359. in the file LICENSE in the source distribution or at
  360. L<https://www.openssl.org/source/license.html>.
  361. =cut