passing a recipient to gpg (sorry, once again, I forgot a word!)

Harald Katzer HarriKa@gmx.de
Fri Jul 11 00:22:03 2003


Am Freitag 11 Juli 2003 00:13 schrieb Timo Schulz:
> On Fri Jul 11 2003; 00:05, Harald Katzer wrote:
>=20
> > gpg wants to foo to sign the testfile and also encrypts the file for =
foo.
> > How can I tell gpg to use foo2's secret-key to sign and not foo's?
>=20
> --local-user, -u
>=20
> Example:
>=20
> gpg -u foo2 -r bar -e test


Thanks Timo,

this one worked!
GPG always seems to perform a sign/encrypt.
Does one of you know how to change this order?

Harald