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 Response: Sensors offline in console after WebUI cert change

Cb Response: Sensors offline in console after WebUI cert change

Environment

  • Carbon Black Response Server: All Versions
  • Carbon Black Response Sensor: All Versions

Symptoms

Sensors offline in console after WebUI cert change

Cause

WebUI certificate is using the Server certificate

Resolution

  1. Open a terminal session
  2. Navigate to /etc/cb/certs
  3. Rename the new WebUI cert to something different
  4. Rename original cb-server files back to cb-server.crt and cb-server.key
  5. Open /etc/cb/nginx/conf.d/cb.conf (orignally cb-multihome.conf) and modify the cert name to match the WebUI certificate
    ssl_certificate /etc/cb/certs/<WebUIcert>.crt;
    ssl_certificate_key /etc/cb/certs/<WebUICert>.key;
    1. Restart the cb-nginx service
      service cb-nginx restart

      Related Content


      Labels (1)
      Was this article helpful? Yes No
      No ratings
      Article Information
      Author:
      Creation Date:
      ‎11-30-2018
      Views:
      1071
      Contributors