summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2004-02-17 16:04:49 +0100
committerWerner Koch <wk@gnupg.org>2004-02-17 16:04:49 +0100
commita5fc1f40c36778dd24472b42bfd8b43e7c63f64f (patch)
tree8d042f80d54a9549755a9348d099a9db03f3dde3 /doc
parentAdded STATUS_IMPORT_OK. (diff)
downloadgnupg2-a5fc1f40c36778dd24472b42bfd8b43e7c63f64f.tar.xz
gnupg2-a5fc1f40c36778dd24472b42bfd8b43e7c63f64f.zip
Added new options
Diffstat (limited to 'doc')
-rw-r--r--doc/gpgsm.texi15
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi
index 1c8b3071b..bf0e071b8 100644
--- a/doc/gpgsm.texi
+++ b/doc/gpgsm.texi
@@ -305,6 +305,16 @@ a line tagged @code{grp} is printed which tells you the keygrip of a
key. This string is for example used as the file name of the
secret key.
+@item --with-validation
+@opindex with-validation
+When doing a key listing, do a full validation check for each key and
+print the result. This is usually a slow operation because it
+requires a CRL lookup and other operations.
+
+@item --with-md5-fingerprint
+For standard key listings, also print the MD5 fingerprint of the
+certificate.
+
@end table
@node CMS Options
@@ -730,7 +740,10 @@ To import certificates into the internal key database, the command
@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.
+@code{INPUT} command. Certain checks are performend on the
+certificate. Note that the code will also handle PKCS\#12 files and
+import private keys; a helper program is used for that.
+
@node GPGSM DELETE
@subsection Delete certificates