Vcenter CertificateManagement Vcenter Tls Spec
The Vcenter CertificateManagement Vcenter Tls Spec schema contains information for a Certificate and Private Key.
This schema was added in vSphere API 6.7.2.
{
"cert": "string",
"key": "string",
"root_cert": "string"
}
Certificate string in PEM format.
This property was added in vSphere API 6.7.2.
Private key string in PEM format.
This property was added in vSphere API 6.7.2.
If missing or null
the private key from the certificate store will be used. It is required when replacing the certificate with a third party signed certificate.
Third party Root CA certificate in PEM format.
This property was added in vSphere API 6.9.1.
If missing or null
the new third party root CA certificate will not be added to the trust store. It is required when replacing the certificate with a third party signed certificate if the root certificate of the third party is not already a trusted root.