caucase.{ca,storage}: Stop storing the CRL PEM.
If a CRL is stored and contains bogus data (like a missing extension), it is hard to trigger its renewal in a timely fashion. And because CRLs are checked as often as possible, a bogus CRL can cause many operations types to fail. As caucased is not expected to be restarted very often, the extra CRL generation on every start should not make a difference. This uncovers an original breakage in caucase's CRL handling, with one test failing. The fix will come in another commit.
Showing
Please register or sign in to comment