取代機器 SSL 憑證後,您可以取代解決方案使用者憑證。
許多 VMware 客戶未取代解決方案使用者憑證。僅將機器 SSL 憑證取代為自訂憑證。此一混合式方法可滿足客戶安全性團隊的需求。
- 這些憑證位於 Proxy 後方,或屬於自訂憑證。
- 不使用任何中繼 CA。
您會在每個管理節點與每個 Platform Services Controller 節點上取代機器解決方案使用者憑證。您只會在每個管理節點上取代其他解決方案使用者憑證。在包含外部 Platform Services Controller 的管理節點上執行命令時,請使用 --server 參數指向 Platform Services Controller。
備註: 當您列出大型部署中的解決方案使用者憑證時,
dir-cli list 的輸出會包含所有節點上的所有解決方案使用者。請執行
vmafd-cli get-machine-id --server-name localhost 以找出每台主機的本機機器識別碼。每個解決方案使用者名稱都包含機器識別碼。
必要條件
每個解決方案使用者憑證必須具有不同的 Subject。例如,您可以考慮加入解決方案使用者名稱 (例如 vpxd) 或其他唯一識別碼。
程序
範例: 取代解決方案使用者憑證 (中繼 CA)
- 為每個解決方案使用者產生公開/私密金鑰配對。其中包括一組為每個 Platform Services Controller 和每個管理節點上機器解決方案使用者提供的配對,以及一組為每個管理節點上每個其他解決方案使用者 (vpxd、vpxd-extension、vsphere-webclient) 提供的配對。
- 為內嵌式部署的機器解決方案使用者或 Platform Services Controller 的機器解決方案使用者產生金鑰配對。
C:\>"C:\Program Files\VMware\vCenter Server\vmcad\"certool --genkey --privkey=machine-key.priv --pubkey=machine-key.pub
- (選用) 針對包含外部 Platform Services Controller 的部署,為每個管理節點上的機器解決方案使用者產生金鑰配對。
C:\>"C:\Program Files\VMware\vCenter Server\vmcad\"certool --genkey --privkey=machine-key.priv --pubkey=machine-key.pub
- 為每個管理節點上的 vpxd 解決方案使用者產生金鑰配對。
C:\>"C:\Program Files\VMware\vCenter Server\vmcad\"certool --genkey --privkey=vpxd-key.priv --pubkey=vpxd-key.pub
- 為每個管理節點上的 vpxd-extension 解決方案使用者產生金鑰配對。
C:\>"C:\Program Files\VMware\vCenter Server\vmcad\"certool --genkey --privkey=vpxd-extension-key.priv --pubkey=vpxd-extension-key.pub
- 為每個管理節點上的 vsphere-webclient 解決方案使用者產生金鑰配對。
C:\>"C:\Program Files\VMware\vCenter Server\vmcad\"certool --genkey --privkey=vsphere-webclient-key.priv --pubkey=vsphere-webclient-key.pub
- 為內嵌式部署的機器解決方案使用者或 Platform Services Controller 的機器解決方案使用者產生金鑰配對。
- 為每個 Platform Services Controller 和每個管理節點上的機器解決方案使用者,以及每個管理節點上的每個其他解決方案使用者 (vpxd、vpxd-extension、vsphere-webclient),產生由新 VMCA 根憑證簽署的解決方案使用者憑證。
備註: --Name 參數必須是唯一的。包含解決方案使用者存放區的名稱,可讓您輕鬆辨識憑證與解決方案使用者之間的對應關係。在每種情況下,範例皆包含名稱,例如 vpxd 或 vpxd-extension。
- 在 Platform Services Controller 節點上執行下列命令,為該節點上的機器解決方案使用者產生解決方案使用者憑證。
C:\>"C:\Program Files\VMware\vCenter Server\vmcad\"certool --gencert --cert=new-machine.crt --privkey=machine-key.priv --Name=machine
- 為每個管理節點上的機器解決方案使用者產生憑證。
C:\>"C:\Program Files\VMware\vCenter Server\vmcad\"certool --gencert --cert=new-machine.crt --privkey=machine-key.priv --Name=machine --server=<psc-ip-or-fqdn>
- 為每個管理節點上的 vpxd 解決方案使用者產生憑證。
C:\>"C:\Program Files\VMware\vCenter Server\vmcad\"certool --gencert --cert=new-vpxd.crt --privkey=vpxd-key.priv --Name=vpxd --server=<psc-ip-or-fqdn>
- 為每個管理節點上的 vpxd-extensions 解決方案使用者產生憑證。
C:\>"C:\Program Files\VMware\vCenter Server\vmcad\"certool --gencert --cert=new-vpxd-extension.crt --privkey=vpxd-extension-key.priv --Name=vpxd-extension --server=<psc-ip-or-fqdn>
- 執行下列命令,為每個管理節點上的 vsphere-webclient 解決方案使用者產生憑證。
C:\>"C:\Program Files\VMware\vCenter Server\vmcad\"certool --gencert --cert=new-vsphere-webclient.crt --privkey=vsphere-webclient-key.priv --Name=vsphere-webclient --server=<psc-ip-or-fqdn>
- 在 Platform Services Controller 節點上執行下列命令,為該節點上的機器解決方案使用者產生解決方案使用者憑證。
- 將 VECS 中的解決方案使用者憑證取代為新的解決方案使用者憑證。
備註: --store 和 --alias 參數必須與預設服務名稱完全相符。
- 在 Platform Services Controller 節點上,執行下列命令以取代機器解決方案使用者憑證:
C:\>"C:\Program Files\VMware\vCenter Server\vmafdd\"vecs-cli entry delete --store machine --alias machine C:\>"C:\Program Files\VMware\vCenter Server\vmafdd\"vecs-cli entry create --store machine --alias machine --cert new-machine.crt --key machine-key.priv
- 取代每個管理節點上的機器解決方案使用者憑證:
C:\>"C:\Program Files\VMware\vCenter Server\vmafdd\"vecs-cli entry delete --store machine --alias machine C:\>"C:\Program Files\VMware\vCenter Server\vmafdd\"vecs-cli entry create --store machine --alias machine --cert new-machine-vc.crt --key machine-vc-key.priv
- 取代每個管理節點上的 vpxd 解決方案使用者憑證:
C:\>"C:\Program Files\VMware\vCenter Server\vmafdd\"vecs-cli entry delete --store vpxd --alias vpxd C:\>"C:\Program Files\VMware\vCenter Server\vmafdd\"vecs-cli entry create --store vpxd --alias vpxd --cert new-vpxd.crt --key vpxd-key.priv
- 取代每個管理節點上的 vpxd-extension 解決方案使用者憑證:
C:\>"C:\Program Files\VMware\vCenter Server\vmafdd\"vecs-cli entry delete --store vpxd-extension --alias vpxd-extension C:\>"C:\Program Files\VMware\vCenter Server\vmafdd\"vecs-cli entry create --store vpxd-extension --alias vpxd-extension --cert new-vpxd-extension.crt --key vpxd-extension-key.priv
- 取代每個管理節點上的 vsphere-webclient 解決方案使用者憑證:
C:\>"C:\Program Files\VMware\vCenter Server\vmafdd\"vecs-cli entry delete --store vsphere-webclient --alias vsphere-webclient C:\>"C:\Program Files\VMware\vCenter Server\vmafdd\"vecs-cli entry create --store vsphere-webclient --alias vsphere-webclient --cert new-vsphere-webclient.crt --key vsphere-webclient-key.priv
- 在 Platform Services Controller 節點上,執行下列命令以取代機器解決方案使用者憑證:
- 使用新的解決方案使用者憑證更新 VMware Directory Service (vmdir)。系統會提示您輸入 vCenter Single Sign-On 管理員密碼。
- 執行 dir-cli service list,為每個解決方案使用者取得唯一的服務識別碼尾碼。您可以在 Platform Services Controller 或 vCenter Server 系統上執行此命令。
C:\>"C:\Program Files\VMware\vCenter Server\vmafdd\"dir-cli>dir-cli service list output: 1. machine-29a45d00-60a7-11e4-96ff-00505689639a 2. machine-6fd7f140-60a9-11e4-9e28-005056895a69 3. vpxd-6fd7f140-60a9-11e4-9e28-005056895a69 4. vpxd-extension-6fd7f140-60a9-11e4-9e28-005056895a69 5. vsphere-webclient-6fd7f140-60a9-11e4-9e28-005056895a69
備註: 當您列出大型部署中的解決方案使用者憑證時, dir-cli list 的輸出會包含所有節點上的所有解決方案使用者。請執行 vmafd-cli get-machine-id --server-name localhost 以找出每台主機的本機機器識別碼。每個解決方案使用者名稱都包含機器識別碼。 - 取代 Platform Services Controller 上 vmdir 中的機器憑證。例如,如果 machine-29a45d00-60a7-11e4-96ff-00505689639a 是 Platform Services Controller 上的機器解決方案使用者,請執行此命令:
C:\>"C:\Program Files\VMware\vCenter Server\vmafdd\"dir-cli service update --name machine-29a45d00-60a7-11e4-96ff-00505689639a --cert new-machine-1.crt
- 取代每個管理節點上 vmdir 中的機器憑證。例如,如果 machine-6fd7f140-60a9-11e4-9e28-005056895a69 是 vCenter Server 上的機器解決方案使用者,請執行此命令:
C:\>"C:\Program Files\VMware\vCenter Server\vmafdd\"dir-cli service update --name machine-6fd7f140-60a9-11e4-9e28-005056895a69 --cert new-machine-2.crt
- 取代每個管理節點上 vmdir 中的 vpxd 解決方案使用者憑證。例如,如果 vpxd-6fd7f140-60a9-11e4-9e28-005056895a69 是 vpxd 解決方案使用者識別碼,請執行此命令:
C:\>"C:\Program Files\VMware\vCenter Server\vmafdd\"dir-cli service update --name vpxd-6fd7f140-60a9-11e4-9e28-005056895a69 --cert new-vpxd.crt
- 取代每個管理節點上 vmdir 中的 vpxd-extension 解決方案使用者憑證。例如,如果 vpxd-extension-6fd7f140-60a9-11e4-9e28-005056895a69 是 vpxd-extension 解決方案使用者識別碼,請執行此命令:
C:\>"C:\Program Files\VMware\vCenter Server\vmafdd\"dir-cli service update --name vpxd-extension-6fd7f140-60a9-11e4-9e28-005056895a69 --cert new-vpxd-extension.crt
- 取代每個管理節點上的 vsphere-webclient 解決方案使用者憑證。例如,如果 vsphere-webclient-6fd7f140-60a9-11e4-9e28-005056895a69 是 vsphere-webclient 解決方案使用者識別碼,請執行此命令:
C:\>"C:\Program Files\VMware\vCenter Server\vmafdd\"dir-cli service update --name vsphere-webclient-6fd7f140-60a9-11e4-9e28-005056895a69 --cert new-vsphere-webclient.crt
- 執行 dir-cli service list,為每個解決方案使用者取得唯一的服務識別碼尾碼。您可以在 Platform Services Controller 或 vCenter Server 系統上執行此命令。