[svn] GpgEX - r31 - in trunk: . doc
svn author marcus
cvs at cvs.gnupg.org
Mon Oct 8 18:49:00 CEST 2007
Author: marcus
Date: 2007-10-08 18:48:52 +0200 (Mon, 08 Oct 2007)
New Revision: 31
Modified:
trunk/ChangeLog
trunk/doc/gpgex.texi
Log:
2007-10-08 Marcus Brinkmann <marcus at g10code.de>
* doc/gpgex.texi (Certificate management): New section
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-10-08 16:42:03 UTC (rev 30)
+++ trunk/ChangeLog 2007-10-08 16:48:52 UTC (rev 31)
@@ -1,5 +1,7 @@
2007-10-08 Marcus Brinkmann <marcus at g10code.de>
+ * doc/gpgex.texi (Certificate management): New section
+
* po/de.po: Convert to UTF-8.
* autogen.sh: Add --add-missing to automake invocation.
Modified: trunk/doc/gpgex.texi
===================================================================
--- trunk/doc/gpgex.texi 2007-10-08 16:42:03 UTC (rev 30)
+++ trunk/doc/gpgex.texi 2007-10-08 16:48:52 UTC (rev 31)
@@ -123,6 +123,7 @@
* Specifying input files:: Specifying the input files to operate on.
* Encrypt and sign files:: Encrypting and signing files.
* Decrypt and verify files:: Decrypting and verifying files.
+* Certificate management:: Managing certificates.
* Checksum files:: Create and verify checksums for files.
* Miscellaneous commands:: Support functions.
@end menu
@@ -213,6 +214,29 @@
@end deffn
+ at node Certificate management
+ at section Managing certificates.
+
+First, the input files need to be specified by one or more
+ at code{INPUT} commands. Afterwards, the actual operation is requested:
+
+ at deffn Command IMPORT --nohup
+Request that the certificates contained in the files specified by
+ at code{INPUT} are imported into the local certificate databases.
+
+For directories, the server may offer multiple options to the user
+(for example ignore or process recursively).
+
+The option @code{--nohup} is mandatory. It is currently unspecified
+what should happen if @code{--nohup} is not present. Because
+ at code{--nohup} is present, the server always returns @code{OK}
+promptly, and completes the operation asynchronously.
+ at end deffn
+
+FIXME: It may be nice to support an @code{EXPORT} command as well,
+which is enabled by the context menu of the background of a directory.
+
+
@node Checksum files
@section Create and verify checksums for files.
More information about the Gnupg-commits
mailing list