diff options
author | Werner Koch <wk@gnupg.org> | 2009-07-07 18:52:12 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2009-07-07 18:52:12 +0200 |
commit | 219399255927abe7b558412aacf30a5ec82143c4 (patch) | |
tree | 3fc801eb4b58c4aaddb5d168da0cbf44c4592eef /doc/gpgsm.texi | |
parent | Minor bug fixes. (diff) | |
download | gnupg2-219399255927abe7b558412aacf30a5ec82143c4.tar.xz gnupg2-219399255927abe7b558412aacf30a5ec82143c4.zip |
Impleemned gpgsm's IMPORT --re-import feature.
Typo fix.
Diffstat (limited to 'doc/gpgsm.texi')
-rw-r--r-- | doc/gpgsm.texi | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index e784f71f4..c107bf04d 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -1219,14 +1219,19 @@ in the same way as with the OUTPUT command. To import certificates into the internal key database, the command @example - IMPORT + IMPORT [--re-import] @end example is used. The data is expected on the file descriptor set with the @code{INPUT} command. Certain checks are performend on the -certificate. Note that the code will also handle PKCS\#12 files and +certificate. Note that the code will also handle PKCS#12 files and import private keys; a helper program is used for that. +With the option @option{--re-import} the input data is expected to a be +a linefeed separated list of fingerprints. The command will re-import +the corresponding certificates; that is they are made permanent by +removing their ephemeral flag. + @node GPGSM DELETE @subsection Delete certificates @@ -1259,6 +1264,11 @@ The value of @var{what} specifies the kind of information returned: Return the version of the program. @item pid Return the process id of the process. +@item agent-check +Return success if the agent is running. +@item cmd_has_option @var{cmd} @var{opt} +Return success if the command @var{cmd} implements the option @var{opt}. +The leading two dashes usually used with @var{opt} shall not be given. @end table @mansect see also |