"Found either a blank value or missing entry that is mandatory in the configuration file. ESX certificate mode is set to Custom, but rootCaCerts list is missing for Security Specification
Remediation: Provide rootCaCerts list in Security Specification"
"securitySpec": {
"esxiCertsMode": "VMCA",
"rootCaCerts": []
},
VCF Installer 9.1.0.0
In VCF Installer 9.1.0.0, the securitySpec section is specifically used for validating Custom certificates.
The installer currently does not account for configurations where esxiCertsMode is set to VMCA, which triggers the validation error.
If you are using VMCA, remove the entire securitySpec block from the configuration and proceed with the deployment.