r509 / r509-ocsp-responder

An OCSP responder written in Ruby. Uses r509 and Sinatra.
http://langui.sh
Other
31 stars 17 forks source link

Using YAML configs. Implemented Validity checker/writer. #1

Closed sirsean closed 12 years ago

sirsean commented 12 years ago

YAML configs contain filenames of CA CER/KEY files.

ValidityChecker and ValidityWriter use a Redis backend. The OCSP responder doesn't actually need a ValidityWriter, but I wrote it anyway.