Pinned Repositories
r509
r509 is a Ruby gem built using OpenSSL that simplifies management of a public key infrastructure. The r509 API helps with CSR creation, signing/parsing of certificates, revocation (CRL/OCSP), and much more. Along with projects like r509-ocsp-responder & r509-ca-http it is a (RFC 5280) certificate authority suitable for production environments.
r509-ca-http
An HTTP service representing an API to a Certificate Authority, using r509
r509-middleware-certwriter
Rack middleware (for r509-ca-http) that writes issued certificates to disk.
r509-middleware-validity
Rack Middleware that plugs into r509-ca-http and records the validity status of issued certificates to a Redis database.
r509-ocsp-responder
An OCSP responder written in Ruby. Uses r509 and Sinatra.
recipes
r509-middleware-validity
Rack Middleware that plugs into r509-ca-http and records the validity status of issued certificates to a Redis database.
jriram's Repositories
jriram/r509
r509 is a Ruby gem built using OpenSSL that simplifies management of a public key infrastructure. The r509 API helps with CSR creation, signing/parsing of certificates, revocation (CRL/OCSP), and much more. Along with projects like r509-ocsp-responder & r509-ca-http it is a (RFC 5280) certificate authority suitable for production environments.
jriram/r509-ca-http
An HTTP service representing an API to a Certificate Authority, using r509
jriram/r509-middleware-certwriter
Rack middleware (for r509-ca-http) that writes issued certificates to disk.
jriram/r509-middleware-validity
Rack Middleware that plugs into r509-ca-http and records the validity status of issued certificates to a Redis database.
jriram/r509-ocsp-responder
An OCSP responder written in Ruby. Uses r509 and Sinatra.
jriram/recipes