openssl-ocsp.pod.in 18 KB

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