Conversation
|
arnydo seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
src/core/operations/ParseCSR.mjs
Outdated
| Country: ${csr.subject.getField("C").value} | ||
| EmailAddress: ${csr.subject.getField("E").value} | ||
| Subject Alternative Names: ${subjectAltNames.map(function (name) { | ||
| return name; |
There was a problem hiding this comment.
Would this map return benefit from some formatting? Rather than having all subjectAltNames being listed with no separator.
|
Hi @arnydo, this looks great but I'm having trouble getting any example CSRs to parse correctly. Could you take a look and include some tests please? |
|
Ah! It looks like it is expecting specific extensions to be present (subjectAltNames, etc). Ill work on adding some conditions... |
|
Hi @arnydo, are you still intending on working on this? |
|
Hi @n1474335 I haven't had a chance to dig into this and if others don't seem to have a need for it then we can drop it. |
|
Closed as stale |
Operation to parse Certificate Signing Requests for basic information: