diff options
author | Werner Koch <[email protected]> | 2009-03-19 10:21:51 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-03-19 10:21:51 +0000 |
commit | c2c3cf4be187cd3a5a634e59b0df98338d6bf31e (patch) | |
tree | 3ff8644d5b759cf7e0f74e9890f0a195aaa92116 /doc | |
parent | Make sure not to leak file descriptors if running gpg-agent with a (diff) | |
download | gnupg-c2c3cf4be187cd3a5a634e59b0df98338d6bf31e.tar.gz gnupg-c2c3cf4be187cd3a5a634e59b0df98338d6bf31e.zip |
Changed order of the confirmation questions for root certificates
and stores negative answers in trustlist.txt.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg-agent.texi | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi index 1b27dd593..dad050124 100644 --- a/doc/gpg-agent.texi +++ b/doc/gpg-agent.texi @@ -520,9 +520,11 @@ agent. By default they may all be found in the current home directory you need to enter its fingerprint followed by a space and a capital letter @code{S}. Colons may optionally be used to separate the bytes of a fingerprint; this allows to cut and paste the fingerprint from a key - listing output. + listing output. If the line is prefixed with a @code{!} the key is + explicitly marked as not trusted. - Here is an example where two keys are marked as ultimately trusted: + Here is an example where two keys are marked as ultimately trusted + and one as not trusted: @example # CN=Wurzel ZS 3,O=Intevation GmbH,C=DE @@ -530,6 +532,9 @@ agent. By default they may all be found in the current home directory # CN=PCA-1-Verwaltung-02/O=PKI-1-Verwaltung/C=DE DC:BD:69:25:48:BD:BB:7E:31:6E:BB:80:D3:00:80:35:D4:F8:A6:CD S + + # CN=Root-CA/O=Schlapphuete/L=Pullach/C=DE + !14:56:98:D3:FE:9C:CA:5A:31:6E:BC:81:D3:11:4E:00:90:A3:44:C2 S @end example Before entering a key into this file, you need to ensure its |