CertificateManagementVcenterTlsSpec

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


Properties

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.

JSON Example

{
	"cert": "string"
}
Parameter To

Set vCenter TLS

Feedback

Was this page helpful?