CertificateManagement_Vcenter_SigningCertificate_SetSpec
CertificateManagement_Vcenter_SigningCertificate_SetSpec
The SigningCertificate.SetSpec structure contains data to set the active vCenter signing certificate.
JSON Example
{
"signing_cert_chain": {
"cert_chain": [
"string"
]
},
"private_key": "string"
}
signing_cert_chain
Required
The X509CertChain structure contains x509 certificate chain.
string
private_key
Required
The corresponding unencrypted PKCS#8 private key in base64-encoded PEM format.