Need help? Call Live Support at +31 (0) 38 453 07 59

Attention! You're currently using the OT&E environment.

Used to decode a Certificate Signing Request.

  • POSTMethod
  • /v2/ssl/decodecsrURL
  • application/jsonContent-Type
Name Type Required / Optional Description Restrictions
CSR String Required The Certificate Signing Request

Successful request

  • 200 OKHTTP Status
  • application/jsonContent-Type
Name Type Required / Optional Description
Subject String Optional The full subject
Country String Optional The Country code
State String Optional The state
Locality String Optional The locality (City)
Organization String Optional The organization
Organizational unit String Optional The organizational unit (Department)
Common name String Optional The common name (domain name)
Public key size Integer Required Public key size
Public key algorithm String Required Public key algorithm
Street List <String> Optional The street address
Postal code String Optional The postal/zip code
Email address String Optional The email address
Alt names List <String> Optional Subject Alternative names
MD5 String Required The MD5 hash of the CSR
SHA-256 String Required The SHA-256 hash of the CSR

Failed requests

Generic errors can be expected.

The Certificate Signing Request

POST /v2/ssl/decodecsr
Content-Type: application/json

{}