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

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

  1. Open SQL Management Studio
  2. 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