Name

PGP — encrypt complete order reports automatically

SYNOPSIS

filename [arguments]

DESCRIPTION

The directive enables automatic encryption of complete order reports sent to the store owner or an e-mail processing system.

The PGP key ring must be in the Interchange daemon user's home directory, or defined in the environment variable PGPPATH. The target user's public key must be present in the keyring, of course.

DIRECTIVE TYPE AND DEFAULT VALUE

Catalog directive

EXAMPLES

Example: Defining PGP

PGP /usr/local/bin/pgp -feat orders@company.com

NOTES

If this directive is non-null, the PGP command string will be used as-given to encrypt the entire order, in addition to any encryption done as a result of the CreditCardAuto directive. If, for some reason, an error comes from PGP, the customer will see special page "failed".

If the Route directive is set up to "supplant", the PGP directive is ignored.

AVAILABILITY

PGP is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Config.pm
Line 607

['PGP',              undef,            ''],

AUTHORS

Interchange Development Group

SEE ALSO

GPG_PATH(7ic), CreditCardAuto(7ic), encrypt(7ic), EncryptProgram(7ic)

DocBook! Interchange!