Vcenter NamespaceManagement Supervisors ManagementServices TLSConfigurationInfo
The Vcenter NamespaceManagement Supervisors ManagementServices TLSConfigurationInfo schema specifies the TLS configuration of a Management Service.
This schema was added in vSphere API 9.1.0.0.
{
"certificate_authority_chain": "string",
"hostname": "string"
}
PEM-encoded X509 CA Chain that can be used to verify the certificate returned by the Management Service.
This property was added in vSphere API 9.1.0.0.
If missing or null, no CA Chain will be available to clients of the Management Service in this Supervisor. If the service exposed by the Management Service uses TLS, such clients are expected to discover the CA chain required to validate the server certificate through some other means.
The Server Name Indication (SNI) that a client should use to connect to the Management Service, and should match the certificate served by the Management Service.
This property was added in vSphere API 9.1.0.0.
If missing or null, no SNI hostname will be available to clients of the Management Service in this Supervisor. If this service requires clients to use of SNI, such clients are expected to discover the SNI value through some other means.