Crypto Manager Kmip Update Kms Signed Csr Client Cert
Set KMS server signed certificate as KMIP client certificate for the KMS cluster.
This method should be called to update the certificate signed by KMS server from a CSR that is generated by calling GenerateClientCsr. If GenerateClientCsr is called more than once, the CSR that is generated last time should be used; otherwise the certificate will be rejected because the private key from last time won't match the public key in the certificate.
Required privileges: Cryptographer.ManageKeyServers
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case CryptoManagerKmip/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
{
"cluster": {
"_typeName": "string",
"id": "string"
},
"certificate": "string"
}
[in] Client certificate.
No Content