Defining the security certificate
By default, IBM Operational
Decision Manager is
delivered with self-signed certificates. You can replace the default certificates with your own
certificates, either CA signed or self-signed. You do so with certificate tools such as OCP native certificate management capabilities
or cert-manager
, or with the Java™ keytool.
About this task
To enable a TLS connection, the web server needs to have a certificate so that clients can trust the authenticity of the web application. The default self-signed certificate is a certificate for testing purposes or internal usage as it is self-signed rather than signed by a trusted certificate authority (CA).
If the Operational Decision Manager release is deployed on OpenShift®, you might want to use the certificate (tls.key/tls.crt) exposed by OCP and embedded in the router-certs-default secret of the
openshift-ingress project. For more information, see https://docs.openshift.com/container-platform/4.9/security/certificates/replacing-default-ingress-certificate.html
.