Service URL: https://api.cheapsslshop.com/api/Digicert/DigiCertParseCSR
This method allows the user to parse the CSR
Request Parameters for “DigicertValidateAndParseCSRRequest”
| Field Name | Description | Type | Required |
|---|---|---|---|
| LoginEmail | CheapSSLShop Login Email | String (Max Length : 200) | Yes |
| ApiKey | CheapSSLShop API Key | String (Max Length : 100) | Yes |
| ProductCode | CheapSSLShop Product Code | Integer | Yes |
| CSR | CSR | String | Yes |
Response Parameters for “DigicertValidateAndParseCSRResponse”
| Field Name | Description | Type |
|---|---|---|
| DomainName | Domain Name of CSR | String |
| Country | Country Name | String |
| Locality | Locality | String |
| Organisation | Organisation of CSR | String |
| State | State of CSR | String |
| OrganisationUnit | Organisation Unit of CSR | String |
| KeySize | Key size of CSR | String |
| SAN | Additional Domains exist in CSR | String |
| MD5 | MD5 Unique value | String |
| SHA1Hash | SHA1Hash Unique value | String |
| PublicKey | Public Key of CSR | String |
| SHA256 | SHA256 Unique value | String |
| UniqueString | Unique string of CSR | 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 |