X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=caff%2Fcaffrc.sample;h=4e1b594393e3fe7ab53f62c37d9469e5f802fad0;hb=16499f18dcb690b046b1156f331d41acbc0a1cbe;hp=43d3fb5c291df9c50aa3c947c2f11ab81f93ff2a;hpb=c4e5fa4caf995b306fd9c154b0fb2a76c0ce9428;p=pgp-tools.git diff --git a/caff/caffrc.sample b/caff/caffrc.sample index 43d3fb5..4e1b594 100644 --- a/caff/caffrc.sample +++ b/caff/caffrc.sample @@ -1,11 +1,21 @@ #! perl <-- get vim to syntax highlight properly -$CONFIG{'owner'} = 'Peter Palfrader'; -$CONFIG{'email'} = 'peter@palfrader.org'; +# $Id$ + +$CONFIG{'owner'} = 'John Doe'; +$CONFIG{'email'} = 'user@example.com'; + +# 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';