How would I do something like this from perl
openssl smime -sign -in message.unsigned -signer my.pem -inkey my.key -out
message.signed -outform DER -nodetach
can I use Net::SSLeay ? Or is there another perl module to interface with
openssl ?
Regards
Mark Strong
_
On Thu, Oct 18, 2001 at 07:54:28AM +1000, Mark Strong wrote:
> How would I do something like this from perl
>
> openssl smime -sign -in message.unsigned -signer my.pem -inkey my.key -out
> message.signed -outform DER -nodetach
>
> can I use Net::SSLeay ? Or is there another perl module to inter