summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-01-26 23:09:01 +0100
committerWerner Koch <wk@gnupg.org>1998-01-26 23:09:01 +0100
commitb113394658bbaa292ca8f6e9c1c4382e2f4235cd (patch)
tree4ad41d5d7954c81676ae79d38679601b43273ec6 /README
parentrel 0.2.0 (diff)
downloadgnupg2-b113394658bbaa292ca8f6e9c1c4382e2f4235cd.tar.xz
gnupg2-b113394658bbaa292ca8f6e9c1c4382e2f4235cd.zip
added initial i18n stuff
Diffstat (limited to 'README')
-rw-r--r--README53
1 files changed, 53 insertions, 0 deletions
diff --git a/README b/README
index 4aa3f6e1a..91d3ac983 100644
--- a/README
+++ b/README
@@ -160,6 +160,59 @@
Ditto, but sign the file with the user id "Suttner"
+ How to Specify a UserID
+ -----------------------
+ There are several ways to specify a userID, here are some examples:
+
+ * Only by the short keyid (prepend a zero if it start with A..F):
+
+ "234567C4"
+ "0F34E556E"
+ "01347A56A"
+
+ * By a complete keyid:
+
+ "234AABBCC34567C4"
+ "0F323456784E56EAB"
+ "01AB3FED1347A5612"
+
+ * By a fingerprint (not yet implemented):
+
+ "1234343434343434C434343434343434"
+ "123434343434343C3434343434343734349A3434"
+ "0E12343434343434343434EAB3484343434343434"
+
+ The first one is MD5 the others are ripemd160 or sha1.
+
+ * By an exact string (not yet implemented):
+
+ "=Heinrich Heine <heinrichh@uni-duesseldorf.de>"
+
+ * By an email address:
+
+ "<heinrichh@uni-duesseldorf.de>"
+
+ This can be used by a keyserver instead of a substring to
+ find this key faster.
+
+ * By the Local ID (from the trustdb):
+
+ "#34"
+
+ This can be used by a MUA to specify an exact key after selecting
+ a key from G10 (by the use of a special option or an extra utility)
+
+
+ * Or by the usual substring:
+
+ "Heine"
+ "*Heine"
+
+ The '*' indicates substring search explicitly.
+
+
+
+
Batch mode
----------
If you use the option "--batch", G10 runs in non-interactive mode and