Vcenter CertificateManagement Vcenter SigningCertificate UpdateSpec
The Vcenter CertificateManagement Vcenter SigningCertificate UpdateSpec schema contains a certificate chain signed by a certificate authority for a CSR previously created using POST /vcenter/certificate-management/vcenter/signing-certificate. The private key corresponding to the CSR is read only from the appliance. No private key is accepted in this schema.
This schema was added in vSphere API 9.1.1.0.
{
"signing_cert_chain": {
"cert_chain": [
"string"
]
}
}
The signing certificate chain (leaf, intermediates, root) that the vCenter token service will actively use to sign tokens.
This property was added in vSphere API 9.1.1.0.
If missing or null, the #update operation is a no-op and returns successfully without modifying the active signing certificate.