Blog Viewer

EDR: How to Generate SSL Certs for the WebUI

By Gina Clark posted May 09, 2018 02:05 PM

  

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



#EDR
0 comments
0 views

Permalink