Online signing is cool, but slow. Caching queries in a reverse proxy is nice, but useless for something like NSD. But what if you want to do online signing in a fast way?
Enter: proxy chaining.
I already showed FunkenSign (example code is quite old though) and yesterday FunkenShield.
What if you combine the two? That gives the best of both worlds:
- Online signing;
- Caching;
- And it adheres to the true Unix philosophy: do one thing, and do one thing well.
So lets get some figures again.