diff options
author | Werner Koch <wk@gnupg.org> | 2004-04-26 10:09:25 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-04-26 10:09:25 +0200 |
commit | 6aaceac7fec0b98b60ab1259bda5f97465817ce6 (patch) | |
tree | da7228afd0a40e47f7ca15ca4bacd2594979601a /doc/gpgsm.texi | |
parent | (oidtranstbl): New. OIDs collected from several sources. (diff) | |
download | gnupg2-6aaceac7fec0b98b60ab1259bda5f97465817ce6.tar.xz gnupg2-6aaceac7fec0b98b60ab1259bda5f97465817ce6.zip |
The keybox gets now compressed after 3 hours and ephemeral
stored certificates are deleted after about a day.
Diffstat (limited to 'doc/gpgsm.texi')
-rw-r--r-- | doc/gpgsm.texi | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index 977fe3c37..a0da96d56 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -130,17 +130,36 @@ use @samp{--help} to get a list of supported operations. Generate a new key and a certificate request. @item --list-keys +@itemx -k @opindex list-keys List all available certificates stored in the local key database. @item --list-secret-keys +@itemx -K @opindex list-secret-keys -List all available keys whenre a secret key is available. +List all available certificates for which a corresponding a secret key +is available. @item --list-external-keys @var{pattern} @opindex list-keys List certificates matching @var{pattern} using an external server. This -utilies the @code{dirmngr} service. +utilizes the @code{dirmngr} service. + +@item --dump-keys +@opindex dump-keys +List all available certificates stored in the local key database using a +format useful mainly for debugging. + +@item --dump-secret-keys +@opindex dump-secret-keys +List all available certificates for which a corresponding a secret key +is available using a format useful mainly for debugging. + +@item --dump-external-keys @var{pattern} +@opindex dump-keys +List certificates matching @var{pattern} using an external server. +This utilizes the @code{dirmngr} service. It uses a format useful +mainly for debugging. @item --delete-keys @var{pattern} @opindex delete-keys |