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).
If this line is added to /etc/gnupg/gpgconf.conf :
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).
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.