X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=caff%2Fcaff;h=75ffcfd7e700cf098f5306e3cda34f1af2b0ae2e;hb=56b77d4857a6a177f9d456abb2d2e5296cd86fb7;hp=35be431932aa20e283b390fb3599820552896a9b;hpb=e201631c7543dfd60a38d08c7328bc13f147e149;p=pgp-tools.git diff --git a/caff/caff b/caff/caff index 35be431..75ffcfd 100755 --- a/caff/caff +++ b/caff/caff @@ -97,11 +97,20 @@ Import keys from file. Can be supplied more than once. =item $HOME/.caffrc - configuration file +=item $HOME/.caff/keys/yyyy-mm-dd/ - processed keys + +=item $HOME/.caff/gnupghome/ - caff's working dir for gpg + +=item $HOME/.caff/gnupghome/gpg.conf - gpg configuration + +useful options include use-agent, default-cert-level, etc. + =back =head1 CONFIGURATION FILE OPTIONS The configuration file is a perl script that sets values in the hash B<%CONFIG>. +The file is generated when it does not exist. Example: @@ -247,6 +256,10 @@ Default: none. http://pgp-tools.alioth.debian.org/ +=head1 SEE ALSO + +gpg(1), pgp-clean(1), /usr/share/doc/signing-party/examples/caffrc.sample. + =cut use strict;