X-Git-Url: http://git.sthu.org/?a=blobdiff_plain;f=caff%2Fcaffrc.sample;h=cec874f83f3ef0ec10e9fa3caa2115aeb63f2a2c;hb=181c71c7d5b0c7a722c753378352c6f5ce9f08a9;hp=4e1b594393e3fe7ab53f62c37d9469e5f802fad0;hpb=8f1e7567d62681751931472492f74e8f48d37f3c;p=pgp-tools.git diff --git a/caff/caffrc.sample b/caff/caffrc.sample index 4e1b594..cec874f 100644 --- a/caff/caffrc.sample +++ b/caff/caffrc.sample @@ -1,6 +1,5 @@ -#! perl <-- get vim to syntax highlight properly - # $Id$ +# vim: syntax=perl $CONFIG{'owner'} = 'John Doe'; $CONFIG{'email'} = 'user@example.com'; @@ -15,7 +14,24 @@ $CONFIG{'keyid'} = [ qw{DE7AAF6E94C09C7F 62AF4031C82E0039} ]; $CONFIG{'also-encrypt-to'} = 'DE7AAF6E94C09C7F'; $CONFIG{'caffhome'} = $ENV{'HOME'}.'/.caff'; +# The options below need not be changed for normal operation. + +# Paths to GnuPG binaries: +# $CONFIG{'gpg'} = 'gpg'; +# $CONFIG{'gpg-sign'} = $CONFIG{'gpg'}; # $CONFIG{'gpg-delsig'} = '/home/weasel/tmp/gpg/gnupg-1.3.92/g10/gpg'; # defaults to ~/.gnupg/secring.gpg # $CONFIG{'secret-keyring'} = '/tmp/gpg/secring.gpg'; + +# Don't export UIDs by default, on which your latest signature is older than this age. +# $CONFIG{'export-sig-age'} = 24*60*60; + +# Keyserver to download keys from. Default: subkeys.pgp.net. +# $CONFIG{'keyserver'} = 'pgp.surfnet.nl'; + +# If true, then skip the step of fetching keys from the keyserver, or the signing. +# Default: 0 +# $CONFIG{'no-download'} = 1; +# $CONFIG{'no-sign'} = 1; +