This post deals with installing signed SSL certificates on vRealize Orchestrator 7.6.
I’ve set up two 7.6 Nodes and joined them into a cluster. These use a Postgres database so no SQL required. I browse to the Control Center to configure SSL Certificates. Apparently my notes say replacing the SSL certificate on the first node fixed the second node, let’s see if that’s still the case!
We browse to Certificates.

I’ll now import my CA Root certificate here



Here is the openssl.cfg file I used:
[ req ]
default_bits = 2048
default_keyfile = rui.key
distinguished_name = req_distinguished_name
encrypt_key = no
prompt = no
string_mask = nombstr
req_extensions = v3_req
[ v3_req ]
basicConstraints = CA:false
keyUsage = digitalSignature, keyEncipherment, dataEncipherment
extendedKeyUsage = serverAuth, clientAuth
subjectAltName = DNS:labvro01.lab.local, DNS:labvro02.lab.local
[ req_distinguished_name ]
countryName = IE
stateOrProvinceName = IRL
localityName = Dublin
0.organizationName = Lab
organizationalUnitName = IT
commonName = labvro01.lab.local
I then created a PEM file from three files in the following order:
labvro01.lab.local.pem
Contents of Key File – labvro01.lab.local.key
Contents of new signed certificate file – labvro01.lab.local.cer
Contents of Root Cert from CA – Lab_Root_CA.cer
The cert appears on the second node automatically. I’ll test the FQDN now using the different interfaces.

