X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=caff%2Fcaffrc.sample;h=b16f3a7fa9ed9645fb86c1d766c26a2b446d1924;hb=855a696b9f9c1d14bae8fb6cd305545d2583cab3;hp=c0027ee0e69458831f3375c7352f9dad60e47bdc;hpb=bc9de041ecfd277eb3677be72b7ac539e5e86cd9;p=pgp-tools.git diff --git a/caff/caffrc.sample b/caff/caffrc.sample index c0027ee..b16f3a7 100644 --- a/caff/caffrc.sample +++ b/caff/caffrc.sample @@ -4,10 +4,18 @@ $CONFIG{'owner'} = 'Peter Palfrader'; $CONFIG{'email'} = 'peter@palfrader.org'; + +# you can get your long keyid from +# gpg --with-colons --list-key +# +# if you have a v4 key, it will simply be the last 16 digits of +# your fingerprint. + $CONFIG{'keyid'} = [ qw{DE7AAF6E94C09C7F 62AF4031C82E0039} ]; $CONFIG{'also-encrypt-to'} = 'DE7AAF6E94C09C7F'; $CONFIG{'caffhome'} = $ENV{'HOME'}.'/.caff'; -$CONFIG{'gpg-delsig'} = '/home/weasel/tmp/gpg/gnupg-1.3.6/g10/gpg'; +# $CONFIG{'gpg-delsig'} = '/home/weasel/tmp/gpg/gnupg-1.3.92/g10/gpg'; -$CONFIG{'secret-keyring'} = '/tmp/gpg/secring.gpg'; +# defaults to ~/.gnupg/secring.gpg +# $CONFIG{'secret-keyring'} = '/tmp/gpg/secring.gpg';