in reply to Re^3: Crypt::SMIME Trouble
in thread Crypt::SMIME Trouble
Good idea, but I'm on Linux and not on Windows! So linebreaks are \n instead of \r\n.
In the original example for the module line 16 looked like this: $smime->setPrivateKey($privkey, $crt);
In my example I made this out of it: $smime->setPrivateKey(<PKEY>, <CERT>);
Do you think <PKEY> and <CERT> could be the reason for my mess?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Crypt::SMIME Trouble
by Corion (Patriarch) on Nov 30, 2010 at 11:58 UTC | |
by Anonymous Monk on Nov 30, 2010 at 13:27 UTC |