mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-03 03:58:01 +00:00
* Add path to manually rebuild delta CRLs The crl/rotate-delta path behaves like crl/rotate, triggering a cluster-local rebuild of just the delta CRL. This is useful for when delta CRLs are enabled with a longer-than-desired auto-rebuild period after some high-profile revocations occur. In the event delta CRLs are not enabled, this becomes a no-op. Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> * Add tests for Delta CRL rebuilding Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> * Update documentation about Delta CRLs Also fixes a omission in the If-Modified-Since docs to mention that the response header should probably also be passed through. Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>