[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Encrypt not working... any suggestions?
Thank goodness for the forums that I have used to get this far =)
Currently I get no error, the error.log doesnt show an error, but the CC
is not encrypting.
If I run gpg from the shell prompt with this command:
echo "test" | gpg --no-default-keyring --always-trust --keyring
/home/johndfff/.gnupg/pubring.gpg -e -a --batch -t -r 'john@abc.com'
I have what must be a gpg encryption echoed on screen that looks something
like this.
----BEGIN PGP MESSAGE-----
Version GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
fdsafsdafjr90r4mrtt493rucmwact4u9rw (for several lines)
----END PGP MESSAGE-----
Below are the settings I am currently useing.
Thank you for your help.
David
--------------------------------------
ENCRYPTOR is set to:
PGP gpg --no-default-keyring --always-trust --keyring
/home/johndfff/.gnupg/pubring.gpg -e -a --batch -r '%s'
PGP_KEY is set to:
0x11EEC850
------------------------------------
Catalog.cfg:
...
blah, blah, blah
...
EncryptKey __PGP_KEY__
EncryptProgram __PGP__
...
blah, blah, blah
...
ParseVariables Yes
## This route emails the order to you unless email is set to "",
## and failsafe-logs the order report a couple of places
Route main <<EOF
attach 0
credit_card 1
default 1
email '__ORDERS_TO__'
encrypt 0
errors_to '__ORDERS_TO__'
pgp_cc_key "__PGP_KEY__"
pgp_key "__PGP_KEY__"
receipt etc/receipt.html
report etc/report
supplant 1
individual_track orders
track logs/tracking.asc
EOF
...
blah, blah, blah
...
-----------------------------------------------------------