diff options
author | Andre Heinecke <aheinecke@intevation.de> | 2015-02-05 13:58:50 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2015-02-12 13:02:53 +0100 |
commit | 070d7bf940efa60db2b0734273b9b3736d18338a (patch) | |
tree | a6cd2aa774a477a06bad4180f672e8db5475b4a6 /dirmngr/dirmngr.h | |
parent | Post release updates. (diff) | |
download | gnupg2-070d7bf940efa60db2b0734273b9b3736d18338a.tar.xz gnupg2-070d7bf940efa60db2b0734273b9b3736d18338a.zip |
dirmngr: Initialize cache from sysconfig dir
* dirmngr/certcache.c (cert_cache_init): Load certificates
from sysconfig dir instead of the homeidr.
* dirmngr/dirmngr.c (main): Removed parsing of obsolete
homedir_data option.
* dirmngr/dirmngr.h (opt): Removed homedir_data.
* doc/dirmngr.texi: Update and clarify certs directory doc.
--
Using the homedir for extra-certs and trusted-certs makes
little sense when dirmngr is used with a caller that
manages it's own store of certificates and can
provide those through the SENDCERT command.
You can use trusted-certs and extra-certs to provide
users with a base of locally available certificates that are
not already in store of the applications.
Diffstat (limited to 'dirmngr/dirmngr.h')
-rw-r--r-- | dirmngr/dirmngr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dirmngr/dirmngr.h b/dirmngr/dirmngr.h index bb368f252..3dd16a348 100644 --- a/dirmngr/dirmngr.h +++ b/dirmngr/dirmngr.h @@ -80,7 +80,6 @@ struct int dry_run; /* don't change any persistent data */ int batch; /* batch mode */ const char *homedir; /* Configuration directory name */ - const char *homedir_data; /* Ditto for data files (/usr/share/dirmngr). */ const char *homedir_cache; /* Ditto for cache files (/var/cache/dirmngr). */ char *config_filename; /* Name of a config file, which will be |