Update Appliance Certificate
Update the appliance certificate.
Updated the appliance certificate.
{
"selfsigned_format": {
"common_name": "string",
"organization": "VMware",
"organization_unit": "VMware organization unit",
"fqdn": "string",
"ip": "10.20.11.15, 10.20.11.26",
"locality": "Palo Alto",
"state": "California",
"country": "US",
"email": "[email protected]"
},
"csr_format": {
"certificate": "string",
"ca_chain": [
"string"
]
},
"pkcs12_format": {
"certificate": "string",
"password": "string"
},
"credentials": {
"admin_user": "string",
"admin_password": "string"
}
}
Data to be used for generating the signing request.
Signed certificate data based on a generated CSR.
Data to be used to install PKCS12 certificate PKCS certificate is not supported as of VMware Live Site Recovery 9.0.3.0
Contains credentials information.
Appliance certificate is updated.
Bad request - the server cannot understand the request due to invalid syntax or invalid request body content
"ResponseError Object"
The code of the error.
The message of the error.
The ID of the operation.
Unauthorized - the client must authenticate itself to get the requested response
Forbidden - not sufficient access rights to fulfill the request
"ResponseError Object"
The code of the error.
The message of the error.
The ID of the operation.
Internal server error - unexpected condition prevents fulfilling the request
"ResponseError Object"
The code of the error.
The message of the error.
The ID of the operation.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/appliance/certificates/server