r509 / r509-ca-http

An HTTP service representing an API to a Certificate Authority, using r509
Other
28 stars 14 forks source link

Move loading/printing of config out of config.ru and support reload via USR2 #29

Closed reedloden closed 10 years ago

reedloden commented 10 years ago

Same as r509-ocsp-responder, move the loading/printing of the config out of config.ru and into a newly created R509::CertificateAuthority::HTTP::Config class.

Trap the USR2 signal to reload the config.

Fixes #11.