Re: System-wide gnupg.conf?

2017-08-10 Thread Werner Koch
On Wed,  9 Aug 2017 20:07, aheinl...@gmx.com said:

> after reading today's announcement of GNuPG 2.1.23, I had the idea of
> having a system-wide /etc/gnupg.conf, to disable the new
> auto-key-retrieve etc. User's gnupg.conf should still be used and
> override the same options in the system-wide conf.

What you can do is to use the applygnupgddefaults script to modify all
user's conf files.  However, it is easier to create a profile and apply
its content:

Create this file:

--8<---cut here---start->8---
[gpg]
no-auto-key-retrieve
auto-key-locate local
--8<---cut here---end--->8---

and use 

  gpgconf --apply-profile THATFILE

to update the current user's gpg.conf.  Or use this one liner:

  printf "[gpg]\nno-auto-key-retrieve\nauto-key-locate local\n" \
| gpgconf --apply-profile



Shalom-Salam,

   Werner

-- 
Die Gedanken sind frei.  Ausnahmen regelt ein Bundesgesetz.


pgp_8h9Pd_A18.pgp
Description: PGP signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


System-wide gnupg.conf?

2017-08-09 Thread Andreas Heinlein
Hello,


after reading today's announcement of GNuPG 2.1.23, I had the idea of
having a system-wide /etc/gnupg.conf, to disable the new
auto-key-retrieve etc. User's gnupg.conf should still be used and
override the same options in the system-wide conf.

Has something like this ever been discussed?

Bye,

Andreas




signature.asc
Description: OpenPGP digital signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users