IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

CB Protection: How to delete an invalid certificate stuck in a validation loop

CB Protection: 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

Objective

How to delete an invalid certificate stuck in a validation loop. 

Resolution

  1. Open SQL Management Studio
  2. Run the following SQL script with the Certificate ID specified. 
    use das;
    exec dbo.DeleteINvalidCertificateBinary <ID>

Additional Notes

Please do not run the script above unless requested by Carbon Black Technical Support

Labels (1)
Tags (2)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎08-26-2019
Views:
313
Contributors