====== OCSP Responder ====== This OCSP responder operates from pre-produced set of OCSP responses. The responder is light-weight, does not require signing key handling. It simply serves files from a disk. ===== Requirements ===== * Any HTTP server suitable for running PHP scripts (tested with Apache 2.2) * PHP version 5.3 or higher ===== Installation ===== ==== Debian ==== * {{:sw:libpkix-asn1-php_1.0-6_all.deb|libpkix-asn1-php_1.0-6_all.deb}} * ===== Configuration ===== The server itself is installed as ''OCSPServer.php'' in the cgi-bin directory (''/usr/lib/cgi-bin'' by default). Its configuration is expected to be in the ''/usr/local/etc/OCSPServer.ini'' file. You can change the configuration file location in the actual ''OCSPServer.php'' file.