1# common.conf - common defaults for all components.
2#
3# This file may provide defaults as well as options which needs to be
4# synchronized between components.  As usual this file is read from
5# the system wide config directory (e.g. /etc/gnupg/common.conf) as
6# well as from the home directory (e.g. ~/.gnupg.common.conf).
7
8
9# Uncomment to enable the use if the keybox daemon (keyboxd) by gpg
10# and gpgsm.
11#use-keyboxd
12
13# For testing ist is somethimes useful to use a different binary
14# of keybox.  This option can be used to speicify this.
15#keyboxd-program /foo/bar/keyboxd
16
17# For the daemons (gpg-agent, scdaemon, dirmngr, keyboxd) it is often
18# useful to define a shared logging destination.  This is either the
19# standard logging socket (socket://) or a tcp server (tcp://ip:port).
20# If a file name is given the name of the component is internally
21# appended.
22#log-file socket://
23