X-Git-Url: https://git.sthu.org/?p=pgp-tools.git;a=blobdiff_plain;f=caff%2Fcaffrc.sample;h=b6a69a34effa2e654bd72a808d35acf9ea31313c;hp=dae022944b0311ca933ece70cfb64ce01f587d08;hb=67ca0acf211ffe2b7510effba18c5ec878c36df0;hpb=dc33f8f2487a3f495d44a674ff21cbe4dd16cca8 diff --git a/caff/caffrc.sample b/caff/caffrc.sample index dae0229..b6a69a3 100644 --- a/caff/caffrc.sample +++ b/caff/caffrc.sample @@ -10,6 +10,9 @@ $CONFIG{'email'} = 'user@example.com'; # if you have a v4 key, it will simply be the last 16 digits of # your fingerprint. +# You can define multiple keys below, but be aware that caff will use +# the first key defined by default and will not use the second one +# unless you explicitly mention it through the -u option on the command-line $CONFIG{'keyid'} = [ qw{DE7AAF6E94C09C7F 62AF4031C82E0039} ]; $CONFIG{'also-encrypt-to'} = [ qw{DE7AAF6E94C09C7F} ]; $CONFIG{'caffhome'} = $ENV{'HOME'}.'/.caff';