Parse CSR

Service URL: https://api.ssl2buy.com/orderservice/GlobalSignFullOrder/ParseCSR

This method allows the partner to parse CSR

Request Parameters

Field Name Description Type Required
PartnerEmail SSL2Buy Login Email String (Max Length : 200) Yes
ApiKey SSL2Buy API Key String (Max Length : 100) Yes
ProductCode SSL2Buy Product Code Integer Yes
CSR CSR String Yes

Response Parameters

Field Name Description Type
Country Country Name String
DomainName Domain Name of CSR String
KeySize key size of CSR String
Locality Locality String
MD5 MD5 Unique value String
Organisation Organisation of CSR String
OrganisationUnit Organisation Unit of CSR String
PublicKey Public key of CSR String
SAN Additional Domains exists in CSR String
SHA1Hash SHA1Hash Unique Value String
State State 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