-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
Ive been trying to read a private key from a pem and kept getting back null, looking into it a little, i noticed that the header format
-----BEGIN PRIVATE KEY-----
...
-----END PRIVATE KEY-----
doesnt seem to be handled, just -----BEGIN RSA PRIVATE KEY----- - is this by design? I didnt create the pem file (and also cant share it), but it was created with openssl (maybe i can try and create a new one)... When i change the header to be the "RSA" version it still doesnt work, but maybe that'd be better as a different issue?
Cheers,
Ian
Reactions are currently unavailable