VMware vSphere ESXi 7.0.X
VMware vSphere ESXi 8.0.X
Key |
Default |
Description |
---|---|---|
Config.HostAgent.ssl.keyStore.allowAny |
false |
Allow any certificates to be added to the host CA store. Disables CA Checks. |
Config.HostAgent.ssl.keyStore.allowSelfSigned |
false |
Allow self-signed certficates to be added to the host CA store. |
Config.HostAgent.ssl.keyStore.discardLeaf |
true |
Discard leaf certificates when adding to CA store. Leaf certificates in a CA store are generally a misconfiguration. |
The listed hostAgent settings will need to be toggled from their default settings before vVol datastores can be accessed on such hosts, i.e.:
Config.HostAgent.ssl.keyStore.allowAny => true
Config.HostAgent.ssl.keyStore.allowSelfSigned => true
Config.HostAgent.ssl.keyStore.discardLeaf => false