nghttp2/script
Peter Wu bdb6581990 Add CMake-related files to EXTRA_DIST 2016-03-12 01:38:12 +01:00
..
CMakeLists.txt cmake: process script/ 2016-02-13 20:13:43 +01:00
Makefile.am Add CMake-related files to EXTRA_DIST 2016-03-12 01:38:12 +01:00
README.rst Translate fetch-ocsp-response into Python 2015-06-06 23:18:32 +09:00
fetch-ocsp-response fetch-ocsp-response: Handle spurious openssl exist status 0 2015-08-21 23:28:45 +09:00

README.rst

fetch-ocsp-response is a Python script which performs OCSP query and
get response.  It uses openssl command under the hood.  nghttpx uses
it to enable OCSP stapling feature.

fetch-ocsp-response is a translation from original fetch-ocsp-response
written in Perl and which has been developed as part of h2o project
(https://github.com/h2o/h2o).

fetch-ocsp-response is usually installed under $(pkgdatadir), which is
$(prefix)/share/nghttp2.