VCF installer によるデプロイ検証時に securitySpec の rootCaCerts が欠落していることを示すエラーが発生する
search cancel

VCF installer によるデプロイ検証時に securitySpec の rootCaCerts が欠落していることを示すエラーが発生する

book

Article ID: 441363

calendar_today

Updated On:

Products

VMware SDDC Manager / VCF Installer

Issue/Introduction

免責事項 : これは英文の記事 「An error occurs during deployment validation by the VCF installer indicating that the rootCaCerts in the securitySpec is missing.」の日本語訳です。
記事はベストエフォートで翻訳を進めているため、ローカライズ化コンテンツは最新情報ではない可能性があります。
最新情報は英語版の記事で参照してください。

  • VCF Installer によるデプロイ検証時に下記のエラーが発生します
"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"
  • デプロイに使用した json 内の securitySpec には esxiCertsMode を VMCA と設定しています
"securitySpec": {
        "esxiCertsMode": "VMCA",
        "rootCaCerts": []
    },

Environment

VCF Installer 9.1.0.0

Cause

VCF Installer 9.1.0.0 では SecuritySpec の項目は Custom 証明書の検証用に使用されており、
 esxiCertsMode を VMCA とした設定を考慮していないために検証時にエラーが発生します。

Resolution

VMCA を利用している場合には securitySpec の項目を削除して手順を進めます。