CertificateManagementVcenterTrustedRootChainsCreateSpec

The TrustedRootChains.CreateSpec structure contains information to create a trusted root certificate chain.


Properties

cert_chain Required

Certificate chain in base64 encoding


string
chain Optional

Unique identifier for this trusted root. Client can specify at creation as long as it is unique, otherwise one will be generated. An example of a client providing the identifier would be if this trusted root is associated with a VC trust. In this case the identifier would be the domain id. A unique id will be generated if not given.

JSON Example

{
	"cert_chain": {
		"cert_chain": [
			"string"
		]
	}
}

Feedback

Was this page helpful?