gnupg/doc/examples
Werner Koch d13c5bc244
gpg,gpgsm: Move use-keyboxd to the new conf file common.conf
* common/comopt.c, common/comopt.h: New.
* common/Makefile.am: Add them.
* g10/gpg.c: Include comopt.h.
(main): Also parse common.conf.
* sm/gpgsm.c: Include comopt.h.
(main): Set a flag for the --no-logfile option.  Parse common.conf.

* tools/gpgconf-comp.c (known_options_gpg): Remove "use-keyboxd", add
pseudo option "use_keyboxd".
(known_pseudo_options_gpg): Add pseudo option "use_keyboxd".
(known_options_gpgsm): Remove "use-keyboxd".

* tests/openpgp/defs.scm (create-gpghome): Create common.conf.

* doc/examples/common.conf: New.
--

Note that --use-keybox still works but prints a warning.  We will
eventually remove this option becuase it was marked as an experimental
feature anyway.

It would be too confusing if gpg and gpgsm use different key storages.
Further, other components (e.g. dirmngr or gpg-wks-client) which call
gpg or gpgsm need to be aware that the keyboxd is used and pass that
option on the command line.  Now that common.conf is always read (even
if --no-options is used) those tools will work instantly.
2021-04-19 11:33:19 +02:00
..
systemd-user systemd-user: Drop redundant After=*.socket. 2017-08-07 08:01:18 -04:00
Automatic.prf speedo,w32: Install gpg-check-pattern and example profiles. 2020-11-04 16:22:44 +01:00
README gpg,gpgsm: Move use-keyboxd to the new conf file common.conf 2021-04-19 11:33:19 +02:00
VS-NfD.prf speedo,w32: Install gpg-check-pattern and example profiles. 2020-11-04 16:22:44 +01:00
common.conf gpg,gpgsm: Move use-keyboxd to the new conf file common.conf 2021-04-19 11:33:19 +02:00
debug.prf doc: Add two example profiles. 2017-04-03 16:54:43 +02:00
gpgconf.conf sm: Allow explicit setting of the default --compliance=gnupg 2017-12-18 12:05:31 +01:00
pwpattern.list Spelling cleanup. 2020-02-18 18:07:46 -05:00
qualified.txt sm: Move qualified.txt from datadir into sysconfdir 2017-09-11 12:42:53 +02:00
scd-event doc fixes 2006-09-08 17:02:06 +00:00
trustlist.txt add new certifciates 2008-06-25 11:14:48 +00:00

README

Files in this directory:


scd-event       A handler script used with scdaemon

trustlist.txt   A list of trustworthy root certificates
                (Please check yourself whether you actually trust them)

gpgconf.conf    A sample configuration file for gpgconf.

systemd-user    Sample files for a Linux-only init system.

qualified.txt   Sample file for qualified.txt.

common.conf     Sample file for common options.