-
|
I haven't figured out how to add a username and challengePassword to a CertificationRequestBuilder. I think I need to add that as an attribute: and then: but then I get a crash where it is parsed. For the challengePassword, again, in Javascript: I am trying this: And then: but that crashes in .build(). This looks like a great library. I just found it today and am trying to understand it. Do you have time to help me with those two issues? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Name IssueI'm not sure what you mean when you say "crash where it is parsed" but using an example from the tests ( This generated this CSR |
Beta Was this translation helpful? Give feedback.
Name Issue
I'm not sure what you mean when you say "crash where it is parsed" but using an example from the tests (
CertificationReguestBuilderTests) I was able to generate a CSR and parse it in an online generator(https://redkestrel.co.uk/products/decoder).