gpg --batch --no-tty --gen-key
Werner Koch
wk at gnupg.org
Mon May 2 15:13:58 CEST 2005
On Sat, 30 Apr 2005 01:03:49 -0700 (PDT), wolfe said:
> gpg --no-tty --export-secret-keys --armor '$EMAIL' > $IDENT.sec.asc
> gpg --no-tty --export --armor '$EMAIL' > $IDENT.pub.asc
Do you really have a key with the string '$EMAIL' in a user ID?
I guess what you want to use is
gpg --batch --no-tty --export --armor "$EMAIL" > $IDENT.pub.asc
Note the double quotes.
Salam-Shalom,
Werner
More information about the Gnupg-users
mailing list