Signing multiple keys

Aaron Toponce aaron.toponce at gmail.com
Thu Aug 25 19:37:35 CEST 2011


On 08/25/2011 11:26 AM, Daniel Kahn Gillmor wrote:
> if you have a list of fingerprints and the signing-party package
> installed, you can do:
> 
>  caff $FPR1 $FPR2 ...

Well, if I need to provide each key ID/fingerprint, then I might as well
write a simple loop:

	for KEYID in <ID1> <ID2> <ID3> ...; do
		gpg --sign $KEYID
		gpg --armor --export $KEYID > ${KEYID}.asc
	done

I was hoping more for a solution where I would not have to provide the
keys, but everything in the public keyring, or passing multiple files,
would do the trick. I guess not?

-- 
. o .   o . o   . . o   o . .   . o .
. . o   . o o   o . o   . o o   . . o
o o o   . o .   . o o   o o .   o o o

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 591 bytes
Desc: OpenPGP digital signature
URL: </pipermail/attachments/20110825/81b6b2ba/attachment-0001.pgp>


More information about the Gnupg-users mailing list