Modules

Redwax server requires you to pair backend modules with frontend modules to create a userful server.

Frontend Modules

Frontend modules implement web facing protocols like SCEP and OCSP.

 A  |  B  |  C 

mod_foo

Module to support foo.

mod_bar

Module to support bar.

Backend Modules

Backend modules perform discrete tasks, like returning the time, or signing a certificate.

 A  |  B  |  C 

mod_foo

Module to support foo.

mod_bar

Module to support bar.