Crypto Manager Kmip Retrieve Kmip Server Cert
Get the server certficate.
In the case of error, an empty certificate string is returned.
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.
{
"keyProvider": {
"_typeName": "string",
"id": "string"
},
"server": {
"_typeName": "string",
"name": "string",
"address": "string",
"port": 0,
"proxyAddress": "string",
"proxyPort": 0,
"reconnect": 0,
"protocol": "string",
"nbio": 0,
"timeout": 0,
"userName": "string"
}
}
Data Object representing a crypto key provider's unique identifier.
Information about the server certificate.
{
"_typeName": "string",
"certificate": "string",
"certInfo": {
"_typeName": "string",
"subject": "string",
"issuer": "string",
"serialNumber": "string",
"notBefore": "string",
"notAfter": "string",
"fingerprint": "string",
"checkTime": "string",
"secondsSinceValid": 0,
"secondsBeforeExpire": 0
},
"clientTrustServer": false
}
The server certificate.
Whether this KMS server is trusted by local Kmip client.