安裝 SSL 憑證的過程涉及 post sysprep 指令碼/批次檔以及複製憑證。

使用建置後組態指令碼 SetupComplete.cmd 來匯入 SSL 憑證,並設定 VMware HTML Access 登錄 (適用於 Windows 7 和更新版本)。

請參閱https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-7/dd744268(v=ws.10)

程序

  1. 將 SSL 憑證檔案複製到 <path>。
  2. 在 < folder> 中建立 SetupComplete.cmd 檔案。如果不存在名為 Scripts 的資料夾,請建立一個。
  3. SetupComplete.cmd 檔案中新增以下命令。
  4. 如果憑證鏈結中具有根憑證和中繼憑證,請在批次檔中新增適當的 CertUtil 命令。
    CertUtil  -importPFX -f  -p "<password>" "C:\<path>"
            reg add "HKLM\SOFTWARE\VMware, Inc.\VMware Blast\Config" /f /v "SslHash" /t REG_SZ /d "31 2a 32 50 1a 0b 34 b1 65 46 13 a8 0a 5e f7 43 6e a9 2c 3e"
    del /F /Q "C:\<path>"
    del /F /Q "%systemroot%\setup\scripts\SetupComplete.cmd"
    
  5. 儲存 SetupComplete.cmd 檔案。您可以在測試機器上測試 SetupComplete.cmd 檔案。