查看当前VC证书指纹信息
使用以下命令进行更新指纹信息,证书指纹必须为全部大写。
1) $cred = Get-Credential
2) Set-Item -LiteralPath "XDHyp:\Connections\EsxLab" -username $cred.username -securepassword $cred.password -sslthumbprint "XXXXXXXXXXXXXXXXXXX" -hypervisorAddress https://vcenter.example.com
方法二:编辑DDC数据库HostingUnitServiceSchema.HypervisorConnectionSSLThumbprint表,根据dir命令写入托管连接得UID和证书指纹信息
Citrix KB参考:https://support.citrix.com/article/CTX224551
原文:http://blog.51cto.com/4964151/2347532