Hello!
I try sign e-mail with php ( php-4.3.0 , openssl 0.9.7 ... ) as
describe at http://www.emkdesign.com/doc/openssl_pkcs7_encrypt.pdf
But, when try sign e-mail with php script: ./php crypt.php
receive error message:
PHP Warning: openssl_pkcs7_sign() [http://www.php.net/function.openssl-pkcs7-sign]: error getting private key in
/usr/local/ssl/bin/crypt.php on line 37
, but script successful openssl_pkcs7_encrypt() message and mail
Where is my problem? Bad sender.key , sender.pem files?
Thank's!