Re: Scripting GPG without retaining keys

2016-04-05 Thread Werner Koch
On Tue, 5 Apr 2016 16:59, j...@sprig.gs said: > Is this a failure in my understanding of the gpg command line, or have > I missed some fundamental part of the documentation somewhere? auto-key-retrieve This option enables the automatic retrieving of keys from a keyserver when _verif

Scripting GPG without retaining keys

2016-04-05 Thread Jon Spriggs
Hi all, I'm trying to write a script which encrypts against keys retrieved from a keyserver but doesn't cache them. I've got the following: gpg --no-options --trust-model always --no-default-keyring --keyserver ldap://keyserver.example.com --keyserver-options auto-key-retrieve --recipient u...@e