Skip to content

Is it possible to change type of string inside issuer? #605

Closed Answered by kjur
daMatz asked this question in Q&A
Discussion options

You must be logged in to vote

Hi
It requires "array" like this:

  const cert = new jsrsasign.KJUR.asn1.x509.Certificate({
  ...
  issuer: { array: [
      [{"type": "T", "value": "TITLE", "ds": "utf8"}],
      [{"type": "serialNumber","value": "xxxx","ds": "prn"}]
  ]});
  ...

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by daMatz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants