CertificateManagement_Vcenter_Tls_Spec

CertificateManagement_Vcenter_Tls_Spec
CertificateManagement_Vcenter_Tls_Spec

The Tls.Spec structure contains information for a Certificate and Private Key.

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

Certificate string in PEM format.

string As password
key
Optional

Private key string in PEM format. If unset 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. If unset 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.