diff options
author | Werner Koch <[email protected]> | 2018-08-29 07:53:06 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-08-29 07:53:38 +0000 |
commit | 3169b5ae3f21849354b1413644d3e545c0b08c73 (patch) | |
tree | 198c5fcdeb6b4d15b2de27f4d52e0f3c6f877c24 | |
parent | gpg: New option --known-notation. (diff) | |
download | gnupg-3169b5ae3f21849354b1413644d3e545c0b08c73.tar.gz gnupg-3169b5ae3f21849354b1413644d3e545c0b08c73.zip |
doc: Show how to list envvars send to gpg-agent.
--
GnuPG-bug: 3353
Signed-off-by: Werner Koch <[email protected]>
(cherry picked from commit 53bbac0865719076f7ad7bb57e13f656bd6edf39)
-rw-r--r-- | doc/gpg.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index a72505f9b..dc7e02171 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -3610,6 +3610,15 @@ Operation is further controlled by a few environment variables: @end table +When calling the gpg-agent component @command{@gpgname} sends a set of +environment variables to gpg-agent. The names of these variables can +be listed using the command: + +@example + gpg-connect-agent 'getinfo std_env_names' /bye | awk '$1=="D" @{print $2@}' +@end example + + @c ******************************************* @c *************** **************** |