Threat Report: Exposing Malware in Linux-Based Multi-Cloud Environments | Download Now

EDR: How to Generate SSL Certs for the WebUI

EDR: How to Generate SSL Certs for the WebUI

Environment

  • EDR: 5.x and Higher

Objective

How to create the SSL certs used for the WebUI in EDR


Resolution

Note: We do not support certificate requests, design, or generation; this procedure should be followed for those familiar with using OpenSSL

To generate a new SSL certificate for the WebUI use the following commands:

1. Creating the csr and key file:
openssl req -new -newkey rsa:2048 -nodes -keyout myserver.key -out myserver.csr

2. Creating the crt using the csr and key:
openssl x509 -req -days 365 -in myserver.csr -signkey myserver.key -out myserver.crt

3. Once the new certs are in the /etc/cb/certs folder, change the cb.multihome.conf file in the /etc/cb/nginx/conf.d config to point to the new certs

4. Restart the cb-enterpise services

Related Content


Labels (1)
Tags (2)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎05-09-2018
Views:
4548
Contributors