mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg-connect-agent: Make it easier to connect to the dirmngr.
* tools/gpg-connect-agent.c: Add options --dirmngr and --dirmngr-program.
This commit is contained in:
parent
59b4fb5f49
commit
2223eaefaf
2 changed files with 34 additions and 6 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue