From 8c56a1defdc7adaf6569743e68a97c062c4d9619 Mon Sep 17 00:00:00 2001 From: Victor Aleksejevs <42028380+ggs-victor@users.noreply.github.com> Date: Fri, 10 Aug 2018 20:22:51 +0300 Subject: [PATCH] Updated decodeCSR (markdown) --- decodeCSR.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/decodeCSR.md b/decodeCSR.md index 0f0c75f..973895b 100644 --- a/decodeCSR.md +++ b/decodeCSR.md @@ -1 +1,24 @@ -dfgdfg \ No newline at end of file +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) \ No newline at end of file