Import Certificate Using POST

Import Certificate Using POST

Import the given certificate file.

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

Certificate file

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns certificates of type(s) application/json
{
    "certificates": [
        {
            "certificateDetails": "string",
            "expires": "string",
            "issuedBy": "string",
            "issuedTo": "string",
            "thumbprint": "string"
        }
    ]
}
certificates
Optional

Collection of certificates


202

The imported certificate information

Returns certificates of type(s) application/json
{
    "certificates": [
        {
            "certificateDetails": "string",
            "expires": "string",
            "issuedBy": "string",
            "issuedTo": "string",
            "thumbprint": "string"
        }
    ]
}
certificates
Optional

Collection of certificates