aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Ellmenreich <[email protected]>2001-07-12 12:44:48 +0000
committerNils Ellmenreich <[email protected]>2001-07-12 12:44:48 +0000
commitde6826d74fb5449381ea10c1da13a214f9e07f25 (patch)
treedbbb39dd268789748b15a17c3a9a4a395672e0a0
parentMARC searchable archives added (diff)
downloadgnupg-de6826d74fb5449381ea10c1da13a214f9e07f25.tar.gz
gnupg-de6826d74fb5449381ea10c1da13a214f9e07f25.zip
--homedir explained in Q4.17, typo fixed
-rw-r--r--doc/FAQ23
-rw-r--r--doc/faq.raw22
2 files changed, 39 insertions, 6 deletions
diff --git a/doc/FAQ b/doc/FAQ
index 33baf7362..5beb316ba 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -2,8 +2,8 @@
GNUPG FREQUENTLY ASKED QUESTIONS
-Version: 1.5.3
-Last-Modified: Jul 10, 2001
+Version: 1.5.4
+Last-Modified: Jul 11, 2001
Maintained-by: Nils Ellmenreich <nils 'at' gnupg.org>
@@ -59,6 +59,7 @@ you could search in the mailing list archive.
4.15) Can't we have a gpg library?
4.16) I have successfully generated a revocation certificate, but I don't
understand how to send it to the key servers.
+ 4.17) How do I put my keyring in a different directory?
5. COMPATIBILITY ISSUES
5.1) How can I encrypt a message with GnuPG so that PGP is able to decrypt it?
@@ -460,6 +461,22 @@ messages?
gpg --keyserver certserver.pgp.com --send-keys mykeyid
(or use a keyserver web interface for this).
+
+4.17) How do I put my keyring in a different directory?
+
+ GnuPG keeps several files in a special homedir directory. These
+ include the options file, pubring.gpg, secring.gpg, the trustdb, and
+ others. Gnupg will always create and use these files. On unices,
+ the homedir is usually ~/.gnupg; on Windows "C:\gnupg\".
+
+ If you want to put your keyrings somewhere else, use
+ --homedir /my/path/ to make gnupg create all its
+ files in that directory. Your keyring will be
+ "/my/path/pubring.gpg". This way you can store your secrets on a
+ floppy disk. Don't use "--keyring" as its purpose is to specify
+ additional keyring files.
+
+
5. COMPATIBILITY ISSUES
@@ -889,7 +906,7 @@ material?
7.7) What is the list of preferred algorithms?
- The list of preferred algorithms is a list of cypher, hash and
+ The list of preferred algorithms is a list of cipher, hash and
compression algorithms stored in the self-signature of a key during
key generation. When you encrypt a document, GnuPG uses this list
(which is then part of a public key) to determine which algorithms
diff --git a/doc/faq.raw b/doc/faq.raw
index 495e5ba07..8d0d68ac0 100644
--- a/doc/faq.raw
+++ b/doc/faq.raw
@@ -13,8 +13,8 @@ The most recent version of the FAQ is available from
[H H1]GNUPG FREQUENTLY ASKED QUESTIONS[H /H1]
-Version: 1.5.3[H p]
-Last-Modified: Jul 10, 2001[H p]
+Version: 1.5.4[H p]
+Last-Modified: Jul 11, 2001[H p]
Maintained-by: [$maintainer]
@@ -414,6 +414,22 @@ messages?
[H /pre]
(or use a keyserver web interface for this).
+
+<Q> How do I put my keyring in a different directory?
+
+ GnuPG keeps several files in a special homedir directory. These
+ include the options file, pubring.gpg, secring.gpg, the trustdb, and
+ others. Gnupg will always create and use these files. On unices,
+ the homedir is usually ~/.gnupg; on Windows "C:\gnupg\".
+
+ If you want to put your keyrings somewhere else, use
+ [H pre]--homedir /my/path/[H /pre] to make gnupg create all its
+ files in that directory. Your keyring will be
+ "/my/path/pubring.gpg". This way you can store your secrets on a
+ floppy disk. Don't use "--keyring" as its purpose is to specify
+ additional keyring files.
+
+
<S> COMPATIBILITY ISSUES
<Dcompat>
@@ -862,7 +878,7 @@ material?
<Q> What is the list of preferred algorithms?
- The list of preferred algorithms is a list of cypher, hash and
+ The list of preferred algorithms is a list of cipher, hash and
compression algorithms stored in the self-signature of a key during
key generation. When you encrypt a document, GnuPG uses this list
(which is then part of a public key) to determine which algorithms