[ic] RE: Real-Time Credit Card Transactions And Storing Credit Card Data

Matthew Villa interchange-users@icdevgroup.org
Wed Oct 9 20:55:00 2002


> You also have to set up pgp, I believe that's done in variable.txt,
once
> you have pgp running on your system.
> 
> 
> Aaron

Thanks. That worked out beautifully.

If anyone wants to configure PGP 6.5.8 with Interchange, here's how you
can easily do it:

In your variable.txt file change/add:
PGP	/usr/bin/pgp -c	Encryption
PGP_KEY	/location/to/your/key.pgp	Encryption
ENCRYPTOR	/usr/bin/pgp -c	Encryption

In your catalog.cfg file change/add:
EncryptKey          __PGP_KEY__
EncryptProgram      /usr/bin/pgp