open-vault/changelog/17385.txt
Steven Clark bb1d36f401
PKI: Do not load revoked certificates if CRL has been disabled (#17385)
* PKI: Do not load revoked certificates if CRL has been disabled

 - Restore the prior behavior of not reading in all revoked certificates
   if the CRL has been disabled as there might be performance issues
   if a customer had or is still revoking a lot of certificates.

* Add cl
2022-10-03 10:04:32 -04:00

4 lines
104 B
Plaintext

```release-note:bug
secrets/pki: Do not read revoked certificates from backend when CRL is disabled
```