2 decodeCSR
Victor Aleksejevs edited this page 2018-08-10 20:22:51 +03:00
This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

URL: /tools/csr/decode/
Request type: POST

Overview

The decodeCSR method validates submitted CSR code. Returns parsed data in the array.

Request parameters

  • csr - CSR code, length till 4000 symbols

Response

If no errors:

  • csrResult - array of decoded CSR data
    • CN - FQDN csr is generated for
    • C - country ISO format
    • OU - department
    • O - organization
    • L - state
    • S - city
    • Email - email address
    • dnsName(s) additional SAN items
    • Key Size encryption key length
    • md5 md5 hash
    • sha1 sha1 hash
    • success - success value (true)