mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-25 12:41:10 +01:00
* Add new PKI api to combine and sign different CRLs from the same issuer - Add a new PKI api /issuer/<issuer ref>/resign-crls that will allow combining and signing different CRLs that were signed by the same issuer. - This allows external actors to combine CRLs into a single CRL across different Vault clusters that share the CA certificate and key material such as performance replica clusters and the primary cluster * Update API docs * PR Feedback - Delta CRL rename * Update to latest version of main * PR Feedback - Get rid of the new caEntry struct * Address PR feedback in api-docs and PEM encoded response