diff options
author | Werner Koch <[email protected]> | 2009-03-06 17:31:27 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-03-06 17:31:27 +0000 |
commit | a9c317a95c440a083809346d61cdb78abff71b12 (patch) | |
tree | 6f5199efe8fba5473afc346f003abe74f6ab424e /doc | |
parent | New PIN Callback attributes in gpg-agent. (diff) | |
download | gnupg-a9c317a95c440a083809346d61cdb78abff71b12.tar.gz gnupg-a9c317a95c440a083809346d61cdb78abff71b12.zip |
New gpg-agent command to list key information.
Gpgsm does now print the S/N of cards.
Consider ephemeral keys during listing an export.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpgsm.texi | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index b4c92bbfa..659d546f2 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -240,10 +240,12 @@ optional @var{pattern}. Those pattern consist of a list of user ids (@pxref{how-to-specify-a-user-id}). When used along with the @option{--armor} option a few informational lines are prepended before each block. There is one limitation: As there is no commonly agreed -upon way to pack more than one certificate into an ASN.1 structure, the -binary export (i.e. without using @option{armor}) works only for the -export of one certificate. Thus it is required to specify a -@var{pattern} which yields exactly one certificate. +upon way to pack more than one certificate into an ASN.1 structure, +the binary export (i.e. without using @option{armor}) works only for +the export of one certificate. Thus it is required to specify a +@var{pattern} which yields exactly one certificate. Ephemeral +certificate are only exported if all @var{pattern} are given as +fingerprints or keygrips. @item --export-secret-key-p12 @var{key-id} @opindex export @@ -601,7 +603,9 @@ forth to @var{epoch} which is the number of seconds elapsed since the year @item --with-ephemeral-keys @opindex with-ephemeral-keys -Include ephemeral flagged keys in the output of key listings. +Include ephemeral flagged keys in the output of key listings. Note +that they are included anyway if the key specification for a listing +is given as fingerprint or keygrip. @item --debug-level @var{level} @opindex debug-level |