mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Auto-start dirmngr.
This commit is contained in:
parent
c3be3aef40
commit
7e752a4208
11 changed files with 230 additions and 183 deletions
|
@ -469,7 +469,7 @@ dirmngr --daemon
|
|||
@end example
|
||||
|
||||
Please ignore the output; it is not needed anymore. Check the log file
|
||||
to see whether all trusted root certificates have benn loaded correctly.
|
||||
to see whether all trusted root certificates have been loaded correctly.
|
||||
|
||||
|
||||
@c
|
||||
|
@ -519,15 +519,8 @@ This prints some caching statistics to the log file.
|
|||
@section Examples
|
||||
|
||||
|
||||
The way to start the dirmngr in the foreground (as done by tools if no
|
||||
dirmngr is running in the background) is to use:
|
||||
|
||||
@example
|
||||
dirmngr --server -v
|
||||
@end example
|
||||
|
||||
If a dirmngr is supposed to be used as a system wide daemon, it should
|
||||
be started like:
|
||||
Dirmngr is supposed to be used as a system wide daemon, it should be
|
||||
started like:
|
||||
|
||||
@example
|
||||
dirmngr --daemon
|
||||
|
@ -539,6 +532,14 @@ socket for client requests. It does also print information about the
|
|||
socket used but they are only for compatibilty reasons with old GnuPG
|
||||
versions and may be ignored.
|
||||
|
||||
For debugging purposes it is also possible to start Dirmngr in the
|
||||
foreground:
|
||||
|
||||
@example
|
||||
dirmngr --server -v
|
||||
@end example
|
||||
|
||||
|
||||
|
||||
@c
|
||||
@c Assuan Protocol
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue