Cloud Director 10.6.1
Appliance Certificates for VAMI are Expired.
Follow these steps to generate new self-signed certificates for the appliance:
Log in directly to the console or SSH to the OS of the VMware Cloud Director appliance as root.
Stop the VMware Cloud Director services by running the following command:
/opt/vmware/vcloud-director/bin/cell-management-tool -u administrator cell --shutdown
Generate new self-signed certificates for the embedded PostgreSQL database and the appliance management UI by running this script:
/opt/vmware/appliance/bin/generate-appliance-certificates.sh
Restart the VMware Cloud Director service to apply the changes:
service vmware-vcd start