CertificateManagement_Vcenter_TrustedRootChains_CreateSpec
CertificateManagement_Vcenter_TrustedRootChains_CreateSpec
The TrustedRootChains.CreateSpec structure contains information to create a trusted root certificate chain.
JSON Example
{
"cert_chain": {
"cert_chain": [
"string"
]
},
"chain": "string"
}
cert_chain
Required
The X509CertChain structure contains x509 certificate chain.
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.