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"
    }
}Appliance certificate is updated.
Bad request - the server could not understand the request due to invalid syntax or invalid request body content
{
    "error_code": "string",
    "message": "string",
    "op_id": "string"
}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
{
    "error_code": "string",
    "message": "string",
    "op_id": "string"
}The code of the error.
The message of the error.
The ID of the operation.
Internal server error - unexpected condition prevents fulfilling the request
{
    "error_code": "string",
    "message": "string",
    "op_id": "string"
}The code of the error.
The message of the error.
The ID of the operation.
