diff options
author | Werner Koch <wk@gnupg.org> | 2008-07-17 21:40:53 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2008-07-17 21:40:53 +0200 |
commit | 9d5a10a4530c8579b034f7e7492ad4829ae883a8 (patch) | |
tree | 127fca25e584b5189a957297e6f984a1271b5612 /doc/scdaemon.texi | |
parent | Minor fixes. (diff) | |
download | gnupg2-9d5a10a4530c8579b034f7e7492ad4829ae883a8.tar.xz gnupg2-9d5a10a4530c8579b034f7e7492ad4829ae883a8.zip |
Do not run the setuid test if running under as root proper.
Documentation fixes.
Some enhancements for the new OpenPGP Card.
Diffstat (limited to 'doc/scdaemon.texi')
-rw-r--r-- | doc/scdaemon.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi index bec343ec5..6a5675135 100644 --- a/doc/scdaemon.texi +++ b/doc/scdaemon.texi @@ -470,11 +470,12 @@ returned in @var{hexstring_with_keygrip}. @subsection Return a certificate @example - READCERT @var{hexified_certid} + READCERT @var{hexified_certid}|@var{keyid} @end example This function is used to read a certificate identified by -@var{hexified_certid} from the card. +@var{hexified_certid} from the card. With OpenPGP cards the keyid +@code{OpenPGP.3} may be used to rad the certticate of version 2 cards. @node Scdaemon READKEY |