You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I'm doing a function to sign my XML's by my .pfx file, so i need to parsePkcs12 to get private key.
I've already tested with one certificate and it does successfully, but when i tested with another certificate, my XML wasn't signing anymore.
So i generated a PEM file from my PFX file to compare. When i analyzed, i realized that my PEM generated from parsePkcs12 was different of my PEM file.
Hi!
I'm doing a function to sign my XML's by my .pfx file, so i need to
parsePkcs12
to get private key.I've already tested with one certificate and it does successfully, but when i tested with another certificate, my XML wasn't signing anymore.
So i generated a PEM file from my PFX file to compare. When i analyzed, i realized that my PEM generated from
parsePkcs12
was different of my PEM file.Here's an example of what's coming for me:
Initials from my PEM file:
Initials from PEM generated by
parsePkcs12
:Can anyone help me please??
Thanks!
The text was updated successfully, but these errors were encountered: