ParseCSR

POST /order/parsecsr

The ParseCSR method parses a CSR string into the various CSR components (CSR Country, CSR State, CSR Locality, CSR Organization, CSR Organization Unit, CSR Domain, CSR E-Mail ) and returns them as a value.


Request Body application/json

Schema  
array[object]  
CSRKey string A valid CSR with key length min 2048 bit Required


Responses application/json

200 Schema
  SuccessCode integer 1 (ok) - 0 (error) Required
  CSRarray array[object] if CSR key is valid, it returns and array of CSR key fields optional
  ErrorMsg array One or more error strings (Returned only when SuccessCode is 0) optional