Environment
App Control (Formerly CB Protection) Web Console: All Supported Versions
Symptoms
Partial Cert Chain issues are causing problems with file approvals, so the desire is to approve the certificate itself in order to avoid this issue
Cause
At this time the console UI does not natively support managing Countersignature publishers and certificates
Resolution
In order to approve a certificate on the counter chain, the following steps can be helpful
- On the system getting blocks, use the following "dascli" command to find the publisher name for the countersignature:
- In SQL Server Management Studio, run the following query (replace the publisher name with the one returned in the previous command):
- Suppose that returns '18'. Then take that publisher_id and go to the following URL:
- Replace localhost above with the name of your server.
- On the page that comes up, you'll be presented with some "publisher" info at the top of the page, and a list of related certificates to this counter chain at the bottom.
- For each leaf certificate, check the box in front of the cert name, select Action > Approve Certificates.
Additional Notes