TLS CERT serial number as DEC #4921
dugaquilin
started this conversation in
Ideas
Replies: 0 comments 1 reply
-
Assuming DEC stands for "decimal": E.g., |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As per
https: //nodejs.org/api/tls.html
the CERT serial number is returned as a HEX string, which is wonderful.
However, some software needs the DEC serial number.
I would like to recommend that an API be added that returns the DEC serial number.
The long length HEX string is a pig to convert to a long length DEC string.
Even the Entrust page with CERT details shows the serial number in both HEX and DEC.
Thank you for your consideration
Beta Was this translation helpful? Give feedback.
All reactions