CertificateManagementVcenterSigningCertificateInfo
The SigningCertificate.Info structure contains data that represents vCenter signing certificates.
Properties
active_cert_chain
Required
The certificate chain that is actively being use by vCenter token service to sign tokens.
array of
CertificateManagementX509CertChain
signing_cert_chains
Required
List of signing certificate chains for validating vCenter-issued tokens. The list contains X509 certificate chains, each of which is ordered and contains the leaf, intermediate and root certs needed for the complete chain of trust. The leaf certificate is first in the chain and should be used for verifying vCenter-issued tokens.
JSON Example
{
"active_cert_chain": {
"cert_chain": [
"string"
]
},
"signing_cert_chains": [
{
"cert_chain": [
"string"
]
}
]
}