Hi,

I'm trying to sign a file without password prompting (under Windows)

openssl md5  -sign private.txt signature.txt > signed.dat

(Enter password .....)


Then I tried this:

openssl md5  -passin pass:test -sign private.txt Signature.txt > signed.dat

.. and this:

echo -n test | openssl md5 -sign private.txt Signature.txt > signed.dat


but still a password input prompts.

Mhmmmm - any ideas??

With best regards - Ronald.




______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to