Decode Cert Chain Using PUT

Decode Cert Chain Using PUT

decodeCertChain

Request
URI
PUT
https://sfo-vcf01.rainpole.io/v1/domains/{id}/certificates/decode
COPY
Path Parameters
string
id
Required

Domain ID


Request Body

certificateChain

CertificateChain of type(s) application/json
Required
{
    "certificateChain": "string"
}
string
certificateChain
Required

certificateChain

Responses
200

OK

Returns Array of string of type(s) application/json
[
    {}
]