Configuring the SSL certificate

This section provides the instructions for generating you own SSL certificate and configuirng HCL DevOps Velocity (Velocity).

Procedure

Perform the following steps to configure the SSL certificate:
  1. Use OpenSSL to generate your own key with a command similar to the following example:
    openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -days 365 -out certifcate.pem
  2. Place the self-generated key and certificate in the [installation folder/product_version_number/conf/ssl] folder.

Results

You have configured the SSL certificate.