aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2018-08-29 07:53:06 +0000
committerWerner Koch <[email protected]>2018-08-29 07:53:06 +0000
commit53bbac0865719076f7ad7bb57e13f656bd6edf39 (patch)
treef54298ba7e6a174658f249fa5a6cab38af081e82
parentgpg: New option --known-notation. (diff)
downloadgnupg-53bbac0865719076f7ad7bb57e13f656bd6edf39.tar.gz
gnupg-53bbac0865719076f7ad7bb57e13f656bd6edf39.zip
doc: Show how to list envvars send to gpg-agent.
-- GnuPG-bug: 3353 Signed-off-by: Werner Koch <[email protected]>
-rw-r--r--doc/gpg.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi
index 6df8d4ce7..c4bc35460 100644
--- a/doc/gpg.texi
+++ b/doc/gpg.texi
@@ -3650,6 +3650,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 *************** ****************