CB Response Unified View: How to Implement Custom Web UI Certificates
book
Article ID: 287709
calendar_today
Updated On:
Products
Carbon Black EDR (formerly Cb Response)
Issue/Introduction
To use a custom certificate for the Unified View web interface.
Environment
- CB Response Unified View: All Supported Versions
Resolution
- Upload the custom .crt and .key files to the Unified View server, and place in /etc/cb/certs/
- Edit /etc/cb/cb.conf and modify parameters to point to your new crt/key files:
SSLCertFile=/etc/cb/certs/cb-server.crt
SSLKeyFile=/etc/cb/certs/cb-server.key
- Restart Unified View:
service cb-unifiedview restart
Additional Information
- SSLUICertFile/SSLUIKeyFile parameters in cb.conf can be ignored and are not used for Unified View
- cb-nginx service will fail to start if the crt/key cannot be located
Feedback
thumb_up
Yes
thumb_down
No