I use this function with success to sign a message and add a cert file :

openssl smime -sign -in message.txt -text -out mail.msg -signer mycert.pem -inkey mykey.pem -certfile othercert.pem

But when i try to sign with "opaque" function "nodetach" it don't want to add cert file :

"openssl smime -sign -in message.txt -text -out mail.msg -nodetach -signer mycert.pem -inkey mykey.pem -certfile othercert.pem" = no success "openssl smime -sign -in message.txt -text -out mail.msg -nodetach -signer mycert.pem -inkey mykey.pem" = success

Thanks

Dr Franck ROUSSIA



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

Reply via email to