Page MenuHome GnuPG

gpgconf: enable-crl-checks causes trouble to global conf
Closed, InvalidPublic

Description

If this line is added to /etc/gnupg/gpgconf.conf :

  • gpgsm enable-crl-checks [no-change]

you get this:

$ gpgconf --list-config
gpgconf: unknown option at `/etc/gnupg/gpgconf.conf', line 63

although it is a documented option (see man gpgsm).

Details

Version
2.0.8

Event Timeline

werner added a subscriber: werner.

enable-crl-checks is not an option supported by gpgconf. In
/etc/gnupg/gpgconf.conf you may only use options supported by gpgconf.

gpgconf --list-options gpgsm

Gives you a list of supported options.