Vcenter CertificateManagement Vcenter Tls Spec

Vcenter CertificateManagement Vcenter Tls Spec
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.

JSON Example
{
    "cert": "string",
    "key": "string",
    "root_cert": "string"
}
string
cert
Required

Certificate string in PEM format.

This property was added in vSphere API 6.7.2.

string As password As password
key
Optional

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.

string
root_cert
Optional

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.