Error occurred while getting certificate chain for <ESXi-FQDN>"The VCF Installer appliance is unable to resolve the Fully Qualified Domain Names (FQDNs) of the ESXi hosts it is attempting to add.
While the ESXi hosts themselves may have correct DNS settings, the VCF Installer appliance often has an empty or misconfigured /etc/resolv.conf file. Because the installer initiates the certificate fetch using the FQDN on port 443, the lack of a valid DNS resolver prevents the appliance from locating the host to retrieve its certificate chain, resulting in a validation failure.
To resolve this issue, manually configure the DNS servers on the VCF Installer appliance.
Follow the below steps:
nslookup <ESXi-FQDN>cat /etc/resolv.confnmctl set-dns dev <DEVICE> dns <DNS-IP-1>,<DNS-IP-2>Note: Ensure no spaces after commas.
nslookup <ESXi-FQDN>