-
When I create a certificate like this:
It comes out like that:
I want the type of the string I tried to manually create it:
which gives me the correct hex value I need, but when I try to assign it via |
Beta Was this translation helpful? Give feedback.
Answered by
kjur
Jan 11, 2024
Replies: 1 comment
-
Hi const cert = new jsrsasign.KJUR.asn1.x509.Certificate({
...
issuer: { array: [
[{"type": "T", "value": "TITLE", "ds": "utf8"}],
[{"type": "serialNumber","value": "xxxx","ds": "prn"}]
]});
... |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
daMatz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
It requires "array" like this: