diff options
author | Werner Koch <[email protected]> | 2014-03-14 18:25:58 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-03-14 18:25:58 +0000 |
commit | 2223eaefaf53aa7217ac593b83e4294148a4db5d (patch) | |
tree | 76716418793d9a892ee086dfe7c8cac818685079 /doc/tools.texi | |
parent | dirmngr: Make use of IPv4 and IPV6 more explicit. (diff) | |
download | gnupg-2223eaefaf53aa7217ac593b83e4294148a4db5d.tar.gz gnupg-2223eaefaf53aa7217ac593b83e4294148a4db5d.zip |
gpg-connect-agent: Make it easier to connect to the dirmngr.
* tools/gpg-connect-agent.c: Add options --dirmngr and
--dirmngr-program.
Diffstat (limited to 'doc/tools.texi')
-rw-r--r-- | doc/tools.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/tools.texi b/doc/tools.texi index be1233b16..734d61918 100644 --- a/doc/tools.texi +++ b/doc/tools.texi @@ -1190,6 +1190,18 @@ Try to be as quiet as possible. @opindex agent-program Specify the agent program to be started if none is running. +@ifset gpgtwoone +@item --dirmngr-program @var{file} +@opindex dirmngr-program +Specify the directory manager (keyserver client) program to be started +if none is running. This has only an effect if used together with the +option @option{--dirmngr}. + +@item --dirmngr +@opindex dirmngr +Connect to a running directory manager (keyserver client) instead of +to the gpg-agent. If a dirmngr is not running, start it. +@end ifset @item -S @itemx --raw-socket @var{name} |