On Thu, Feb 17, 2005 at 05:26:03PM +0100, Sascha Kiefer wrote: > Is it feasible to sign something with more than one key? > And if yes, how is it done? By calling "gpg --sign" n-times using the > option default-key? Or is there multiple sign option? gpg -u key1 -u key2 -u key3 --sign foo.txt David