Update Appliance Certificate
Update the appliance certificate.
The appliance certificate to be updated.
{
"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": [
{}
]
},
"pkcs12_format": {
"certificate": "string",
"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.
Appliance certificate is updated.
Bad request - the server could not 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