Upload New Provider Certificates

Upload New Provider Certificates

Use this endpoint to replace the server SSL certificate on current provider node
Authorized Roles : PROVIDER

Request
URI
POST
https://{api_host}/appliance/certificate
COPY
Request Body
File of type(s) multipart/form-data
Optional
{
    "key": "string",
    "certificate": "string"
}
string
key
Required

key

string
certificate
Required

certificate

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: multipart/form-data' -d '{"certificate:"string","key:"string"}' https://{api_host}/appliance/certificate