Configuring a custom Secure Sockets Layer (SSL) certificate
You can configure an SSL certificate to encrypt your organization's data exchanged between the browser and the IBM® DevOps Velocity (Velocity) application.
- Ensured that the OpenShift cluster is set up on the host system and have sufficient cluster-level permission.
- Installed Helm on the OpenShift cluster. See Installing Helm.
- You must have created an SSL certificate and got the key.pem and certificate.crt file.
The helm install will automatically create a self-signed certificate and it is stored
in a default TLS secret with the name Velocity-tls to match
the OpenShift route. You can update the self-signed certificate with a custom SSL
certificate if you have an SSL certificate by a trusted Certifying Authority (CA).
To update a custom SSL certificate you must create a secret in the OpenShift cluster
by following the steps in this task and you can provide the name of the new secret
that you created for the tls.secret parameter in the helm install
command during installation.