X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=caff%2FREADME.many-keys;h=6e46bc444415fc40047e7a12944e8269eacd8e4e;hb=2a47f1609af85b9a4fd362af9ec65c42e621a6a4;hp=1fe8eb11ba6c45daea4022d23b31e23518b6b57e;hpb=5ecc8c9cfda8f8ad7ccc4570d7d2b2cbed7d3a06;p=pgp-tools.git diff --git a/caff/README.many-keys b/caff/README.many-keys index 1fe8eb1..6e46bc4 100644 --- a/caff/README.many-keys +++ b/caff/README.many-keys @@ -11,10 +11,12 @@ Some hints to get the signing done faster: caff and gpg allow you to specify the full fingerprint. This will save you from having to check the fingerprint yourself. If you have a text file with - all fingerprints (with all the spaces stripped from them), use that and then - run + all fingerprints, use that and then run - $ caff `cat ksp-fingerprints.txt` + $ caff "`cat ksp-fingerprints.txt`" + + For convenience, caff also allows spaces in fingerprints/keyids as output by + gpg --fingerprint. (Remember to properly quote arguments as shown above.) * v3 keys are evil. @@ -35,17 +37,13 @@ Some hints to get the signing done faster: Going through retrieving, signing, and mailing keys can help, e.g.: - $ caff --no-sign --no-export-old --no-mail `cat ksp-fingerprints.txt` - $ caff --no-download --no-export-old --no-mail `cat ksp-fingerprints.txt` - $ caff --no-download --no-sign --no-export-old `cat ksp-fingerprints.txt` - -* If you have multiple local keys, only send mail once after signing with all. + $ caff --no-sign --no-export-old --no-mail "`cat ksp-fingerprints.txt`" + $ caff --no-download --no-export-old --no-mail "`cat ksp-fingerprints.txt`" + $ caff --no-download --no-sign --no-export-old "`cat ksp-fingerprints.txt`" - caff will send out all previously done signatures in the message. (Of course - you have to configure $CONFIG{'keyid'} to contain all your key ids.) +* If you have multiple local keys, use -u ,. - $ caff --no-export-old --no-mail -u - $ caff --no-download --no-export-old -u + $ caff -u , * Use gpg-agent. @@ -61,4 +59,4 @@ Some hints to get the signing done faster: prompt any more; you will have *not* to send out some mails. (And you have unwanted signatures lingering around in ~/.caff/gnupghome/pubring.gpg.) - -- Christoph Berg Wed, 6 Jul 2005 13:46:16 +0200 + -- Christoph Berg Mon, 25 Jun 2007 10:55:40 +0200