免責事項 : これは英文の記事 「An error occurs during deployment validation by the VCF installer indicating that the rootCaCerts in the securitySpec is missing.」の日本語訳です。
記事はベストエフォートで翻訳を進めているため、ローカライズ化コンテンツは最新情報ではない可能性があります。
最新情報は英語版の記事で参照してください。
"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
VCF Installer 9.1.0.0 では SecuritySpec の項目は Custom 証明書の検証用に使用されており、
esxiCertsMode を VMCA とした設定を考慮していないために検証時にエラーが発生します。
VMCA を利用している場合には securitySpec の項目を削除して手順を進めます。