diff options
Diffstat (limited to 'doc/gpgsm.texi')
-rw-r--r-- | doc/gpgsm.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index eed673c43..69a7f10d7 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -746,6 +746,15 @@ This content of this file is used to maintain the internal state of the random number generator accross invocations. The same file is used by other programs of this software too. +@item S.gpg-agent +@cindex S.gpg-agent +If this file exists and the environment variable @env{GPG_AGENT_INFO} is +not set, @command{gpgsm} will first try to connect to this socket for +accessing @command{gpg-agent} before starting a new @command{gpg-agent} +instance. Under Windows this socket (which in reality be a plain file +describing a regular TCP litening port) is the standard way of +connecting the @command{gpg-agent}. + @end table |