GnuPG 1.3.92 does all we want
[pgp-tools.git] / caff / caffrc.sample
1 #! perl <-- get vim to syntax highlight properly
2
3 # $Id$
4
5 $CONFIG{'owner'} = 'Peter Palfrader';
6 $CONFIG{'email'} = 'peter@palfrader.org';
7
8 # you can get your long keyid from
9 # gpg --with-colons --list-key <yourkeyid|name|emailaddress..>
10 #
11 # if you have a v4 key, it will simply be the last 16 digits of
12 # your fingerprint.
13
14 $CONFIG{'keyid'} = [ qw{DE7AAF6E94C09C7F 62AF4031C82E0039} ];
15 $CONFIG{'also-encrypt-to'} = 'DE7AAF6E94C09C7F';
16 $CONFIG{'caffhome'} = $ENV{'HOME'}.'/.caff';
17
18 $CONFIG{'gpg-delsig'} = '/home/weasel/tmp/gpg/gnupg-1.3.92/g10/gpg';
19
20 $CONFIG{'secret-keyring'} = '/tmp/gpg/secring.gpg';