On Wed, Aug 20, 2014 at 02:52:05PM +0200, Juergen Sauermann wrote: > gpg --no-tty --no-auto-check-trustdb --batch --no-armor --always-trust -r > 531B6686 -e /tmp/pius_tmp/pius_tmp > > That gives me: > > gpg: can't open `/tmp//pius_tmp/pius_tmp': No such file or directory
The "-e" option encrypts. So I suppose that the pius script first creates a message containing the signed key, which it stores in /tmp/pius_tmp/pius_tmp, before calling this gpg command. I would suggest to either use pius alone, or to sign manually a key and to send it (preferably encrypted) to people. Andreas
