Service URL: https://api.cheapsslshop.com/api/Comodo/ReissueCertificate
This method allows the user to reissue the certificate
Request Parameters for “ComodoReissueCertificateRequest”
| Field Name | Description | Type | Required |
|---|---|---|---|
| LoginEmail | CheapSSLShop Login Email | String (Max Length : 200) | Yes |
| ApiKey | CheapSSLShop API Key | String (Max Length : 100) | Yes |
| OrderNumber | CheapSSLShop Order Number | Integer | Yes |
| CSR | CSR to reissue certificate | String | Yes |
| ApprovalEmail |
Approval Email Use method GetComodoApprovalEmailList to get approval email list |
String | Yes |
Response Parameters for “ComodoReissueCertificateResponse”
| Field Name | Description | Type |
|---|---|---|
| MD5 |
MD5 Unique value This value is used to approve certificate when HTTPCSRHASH Or CNAMECSRHASH Approval method is used. |
String |
| SHA1 |
SHA1 Unique Value This value is used to approve certificate when HTTPCSRHASH Or CNAMECSRHASH Approval method is used. |
String |
| UniqueValue |
Unique Value This value is used to approve certificate when HTTPCSRHASH Or CNAMECSRHASH Approval method is used. |
String |
| APIError | ||
| .. ErrorNumber | Error Number | Integer |
| .. ErrorField | Error Field | String |
| .. ErrorMessage | Description of errors | String |
| StatusCode | Status Code of Response i.e 0 = Method is executed successfully. -1 = There is an Error in Response. |
Integer |