Add a note in caffrc.sample about using the -u option to select which keyid
[pgp-tools.git] / caff / caffrc.sample
index dae022944b0311ca933ece70cfb64ce01f587d08..b6a69a34effa2e654bd72a808d35acf9ea31313c 100644 (file)
@@ -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';