[main] DEBUG [com.vmware.vcf.secure.truststore.DynamicTrustManager] Error checking certificate chain <unexpected_certificate_for_dl.broadcom.com> for validity. xxxxx.security.validator.ValidatorException: PKIX path building failed: xxxx.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target. openssl s_client -connect dl.broadcom.com:443subject=CN = 0bxxxxxx.xxxx.xxxxxx.comissuer=C = US, O = Google Trust Services, CN = WE1VMware Cloud Foundation 5.x
To resolve the issue:
openssl s_client -connect dl.broadcom.com:443 -showcertsWith the release of VCF 9.x, the vSAN HCL and other files are stored on a storage.googleapis.com endpoint, and requires that site to be open as a destination from your VM running the OBTU.
openssl s_client -connect storage.googleapis.com:443 -showcerts
-----BEGIN CERTIFICATE-----.....-----END CERTIFICATE-----/opt/obtu/jre/lin64/bin/keytool -importcert -file trusted-root.crt -keystore <path-aptool-extracted>/jre/lin64/lib/security/cacerts export CUSTOM_JAVA_PATH=<path-aptool-extracted>/jre/lin64