in reply to Re^5: Crypt::RSA Cant load private key
in thread Crypt::RSA Cant load private key
It would be much to ask what version of module OpenSSL::RSA are you using?my $rsa_key = Crypt::OpenSSL::RSA->new_private_key($key_text);
Does OpenSSL need that the --- BEGIN PRIVATE KEY --- headers be there? Im very sure those headers are there, because I've executed the command:
And I see the Headers:$ openssl pkcs8 -inform DER -in pza000413788_1011171750s.key Enter Password:
But what I ment is if should I have to change the format of the privateKey File or something. Any suggestion is really apreciated!-----BEGIN RSA PRIVATE KEY----- -----END RSA PRIVATE KEY-----
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: Crypt::RSA Cant load private key
by tobyink (Canon) on Jan 10, 2012 at 16:58 UTC | |
by ulisescastillo (Initiate) on Jan 10, 2012 at 22:45 UTC |