Re: Unattended/batch key signing

2016-03-20 Thread Peter Lebbing
On 14/03/16 16:51, Tobias Mueller wrote: > The reason is that I don't necessarily want my regular keyring to carry > the signature just yet. From what I understand of the currently > believed best practices, I would want to send the signature to the > email address first to verify that the person d

Re: Unattended/batch key signing

2016-03-14 Thread Tobias Mueller
Hi! On Mo, 2016-03-14 at 11:55 +0100, Werner Koch wrote: >    --quick-sign-key fpr [names] >    --quick-lsign-key fpr [names] > >   Directly sign a key from the passphrase without any >   further user interaction.  That's already quite helpful. Can I make GnuPG not save t

Re: Unattended/batch key signing

2016-03-14 Thread Werner Koch
On Mon, 14 Mar 2016 04:03, bedyg...@ruggedinbox.com said: > I need to do key signing via script. This command: A "save" is missing. But you can't do it this way because you miss certain cases where gpg ask you about some special properties. You need to implement a state machine to implement th

Unattended/batch key signing

2016-03-13 Thread bedygotr
Hello, I need to do key signing via script. This command: /usr/bin/gpg --passphrase-fd 0 --yes --batch --homedir /path/to/home/.gnupg -u 8B81FA972BF046A1 --edit-key 6C28103815AE3921 sign Shows me the key being signed and the key being used to sign, and exits with no errors, exit code 0. If I ad