automated signing with password-less subkeys
Timo Schulz
twoaday@freakmail.de
Sat Sep 7 12:06:02 2002
On Fri Sep 06 2002; 07:26, Joe Rhett wrote:
> % gpg --homedir /website/.gnupg --armor --batch -r jrhett --sign
> --encrypt < /etc/hosts
> gpg: secret key parts are not available
> gpg: no default secret key: general error
> gpg: [stdin]: sign+encrypt failed: general error
You know that --export-secret-subkeys replaces the *primary* secret key,
which is used for signing, with a dummy key? So you need to have
a subkey which is able to sign because only subkeys, as the command
said, were exported.
Timo