Hi Hakim Ismail,
What you’re seeing is a common scenario when the system drive hosting the CertSrv\CertEnroll folder runs out of space, since Delta CRLs can’t be written properly.
The recommended approach is to move the CRL publication path to a dedicated volume with sufficient capacity. You can do this by updating the CA configuration using certutil -setreg CA\CRLPublicationURLs and pointing the path to a folder on the new volume. After updating, restart the Certificate Services and republish the CRLs with certutil -crl. This ensures that both base and delta CRLs are written to the new location.
To standardize the configuration across your environment, define consistent CRL distribution points (CDPs) in the CA properties and replicate them via Group Policy so all issuing CAs follow the same publication path. It’s also a good practice to monitor disk usage on the CRL volume and set alerts before space runs low.
In short: move the CertEnroll folder to a dedicated drive, update the CA registry settings with certutil, republish the CRLs, and align CDPs across your infrastructure. This will stabilize CRL publication and prevent future outages.
I hope the response provided some helpful insight. If you find this answer useful, please hit “accept answer” so I know it addressed your concern.
Jason