/opt/vmware/vlcm/cert.VMware Aria Suite Lifecycle 8.x
VCF Operations 9.x
The NGINX web server certificate (server.crt) on the appliance has expired. Because NGINX acts as the entry point for the UI, an expired certificate prevents the service from establishing secure connections, rendering the management interface unavailable.
SSH access to the vRSLCM appliance. An SCP application can be installed if desired.root via SSH.cd /tmp
openssl req -newkey rsa:2048 -keyout server.key -x509 -days 3650 -out server.crt -nodesmv /opt/vmware/vlcm/cert/server.crt /tmp/server.crt.old
mv /opt/vmware/vlcm/cert/server.key /tmp/server.key.oldcp /tmp/server.crt /opt/vmware/vlcm/cert/server.crt
cp /tmp/server.key /opt/vmware/vlcm/cert/server.keysystemctl restart nginx
systemctl status nginxIf you are required to replace the certificate with a custom certificate, follow this process:
Replace your VMware Aria Suite Lifecycle custom certificate