Used to decode a Certificate Signing Request.
Name | Type | Required / Optional | Description | Restrictions |
---|---|---|---|---|
CSR | String | Required | The Certificate Signing Request |
|
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 |
Generic errors can be expected.
POST
/v2/ssl/decodecsr
Content-Type: application/json
{}