From: weasel Date: Thu, 8 Jul 2004 01:56:22 +0000 (+0000) Subject: Describe how to get the long keyid X-Git-Url: https://git.sthu.org/?a=commitdiff_plain;h=c3c9560f79bf688e3820e929d3a054e36cda4e94;p=pgp-tools.git Describe how to get the long keyid git-svn-id: svn://svn.debian.org/pgp-tools/trunk@17 b513b33f-fedd-0310-b452-c3deb5f4c849 --- diff --git a/caff/caffrc.sample b/caff/caffrc.sample index c0027ee..b228567 100644 --- a/caff/caffrc.sample +++ b/caff/caffrc.sample @@ -4,6 +4,13 @@ $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';