CB Protection: How to delete an invalid certificate stuck in a validation loop
book
Article ID: 288807
calendar_today
Updated On:
Products
Carbon Black App Control (formerly Cb Protection)
Issue/Introduction
How to delete an invalid certificate stuck in a validation loop.
Environment
- CB Protection Server: 8.1 Patch 2 and Higher
- Microsoft SQL Server: All Supported Versions
Resolution
- Open SQL Management Studio
- Run the following SQL script with the Certificate ID specified.
use das;
exec dbo.DeleteINvalidCertificateBinary <ID>
Additional Information
Please do not run the script above unless requested by Carbon Black Technical Support
Feedback
thumb_up
Yes
thumb_down
No