CertificateManagement_Vcenter_SigningCertificate_Info
CertificateManagement_Vcenter_SigningCertificate_Info
The SigningCertificate.Info structure contains data that represents vCenter signing certificates.
JSON Example
{
"active_cert_chain": {
"cert_chain": [
"string"
]
},
"signing_cert_chains": [
{
"cert_chain": [
"string"
]
}
]
}
active_cert_chain
Required
The X509CertChain structure contains x509 certificate chain.
array of CertificateManagement_X509CertChain
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.