Vcenter CertificateManagement Vcenter SigningCertificate UpdateSpec

Vcenter CertificateManagement Vcenter SigningCertificate UpdateSpec
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.

JSON Example
{
    "signing_cert_chain": {
        "cert_chain": [
            "string"
        ]
    }
}
signing_cert_chain
Optional

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.