Crypto Manager Kmip Retrieve Self Signed Client Cert
Get the generated self signed client certificate.
If GenerateSelfSignedClientCert is called previously, this will return the generated certificate; otherwise return empty string.
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 9.1.0.0 APIs.
Show optional properties
{
"cluster": {}
}
{
"cluster": {
"_typeName": "string",
"id": "string"
}
}
[in] KMIP cluster.
The self signed certificate generated previously, if any.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"cluster":"{}"}' https://{api_host}/sdk/vim25/{release}/CryptoManagerKmip/{moId}/RetrieveSelfSignedClientCert