We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17236c0 commit 394cf67Copy full SHA for 394cf67
src/core/operations/ParseCSR.mjs
@@ -71,7 +71,7 @@ ${formatAttributes(csr)}
71
Public Key:
72
Key Size: ${csr.publicKey.n.bitLength()} bits
73
Modulus:
74
-${formatMultiLine(chop(csr.publicKey.n.toString(16).replace(/(..)$!/g, "$&:")))}
+${formatMultiLine(chop(csr.publicKey.n.toString(16).replace(/(..)/g, "$&:")))}
75
Exponent: ${csr.publicKey.e} (0x${Utils.hex(csr.publicKey.e)})
76
77
Signature:
0 commit comments