Host Certificate Manager Provision Server Private Key
Provisions a given SSL private key on the server for use with a subsequent SSL certificate installation.
The recommended way to update the server private key is via GenerateCertificateSigningRequest, which ensures that the key never leaves the host.
The current method is intended for use only in environments that have special requirements on how their private keys are generated.
Since: vSphere API Release 8.0.3.0
Required privileges: Certificate.Manage
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 HostCertificateManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.3.0 APIs.
{
"key": "string"
}
SSL private key in PEM format
No Content
HostConfigFault: if there's a problem with the input key.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}