[git] gnupg-doc - branch, master, updated. 2691758e1bf56e103f4b28587f17e99203069124
by Robert J. Hansen
cvs at cvs.gnupg.org
Sun Nov 12 08:57:13 CET 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GnuPG website and other docs".
The branch, master has been updated
via 2691758e1bf56e103f4b28587f17e99203069124 (commit)
via f923342634509dd9076709673b8d1bf56c911cb7 (commit)
from 4bb81e5ae79457ced41a5f2b467fafcf4eebde3d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2691758e1bf56e103f4b28587f17e99203069124
Merge: f923342 4bb81e5
Author: Robert J. Hansen <rjh at sixdemonbag.org>
Date: Sun Nov 12 02:56:48 2017 -0500
Merge branch 'master' of git+ssh://playfair.gnupg.org/git/gnupg-doc
commit f923342634509dd9076709673b8d1bf56c911cb7
Author: Robert J. Hansen <rjh at sixdemonbag.org>
Date: Sun Nov 12 02:56:37 2017 -0500
Minor typo fixes. Also no longer advises DSA for automated usage.
diff --git a/web/faq/gnupg-faq.org b/web/faq/gnupg-faq.org
index 39920be..68648f8 100644
--- a/web/faq/gnupg-faq.org
+++ b/web/faq/gnupg-faq.org
@@ -265,11 +265,10 @@ A convenient Windows installer is available from [[https://www.gpg4win.org][GPG4
:CUSTOM_ID: get_gnupg_osx
:END:
-The [[https://www.gpgtools.org][GPGtools project]] has everything needed to get started.
-However, GPGTools only offers GnuPG 2.0; if you want the
-latest-and-greatest 2.1, look at Patrick Brunschwig’s
-[[http://sourceforge.net/projects/gpgosx/][GnuPG for OS X]] project on SourceForge. Finally,
-[[https://brew.sh][Homebrew]], [[http://www.finkproject.org/][Fink]], and [[https://www.macports.org/][MacPorts]] all have it in their repositories.
+The [[https://www.gpgtools.org][GPGtools project]] has everything needed to get started. Another
+excellent resources is the [[http://sourceforge.net/projects/gpgosx/][GnuPG for OS X]] project on
+SourceForge. Finally, [[https://brew.sh][Homebrew]], [[http://www.finkproject.org/][Fink]], and [[https://www.macports.org/][MacPorts]] all have it in
+their repositories.
*** … for the free Unixes?
:PROPERTIES:
@@ -1342,12 +1341,12 @@ GnuPG to ensure the output contains only printable characters.
:CUSTOM_ID: common_options
:END:
+Some of the most commonly used options are:
+
Produce more output explaining what GnuPG is doing:
=-v=, =--verbose=
-Some of the most commonly used options are:
-
Make no changes; this is useful for testing a command line that will
modify keys or generate output:
@@ -1528,7 +1527,7 @@ private key to read it. Only Alice has her private key. That’s why
you can’t read encrypted traffic you generated: only Alice can read
it.
-To get around this, add yourself as a recipient (=--recipient = /[your
+To get around this, add yourself as a recipient (=--recipient= /[your
certificate ID]/).
@@ -1652,7 +1651,8 @@ follows. First, on a secure machine:
=gpg --edit-key= /keyID/
- Enter "addkey" and select the DSA key type.
+ Enter “addkey” and choose whichever key type best suits your
+ needs. (If you don’t know which one is best, choose RSA.)
2. Make sure that you use a passphrase; this is required by the
current implementation to let you export the secret key.
-----------------------------------------------------------------------
Summary of changes:
web/faq/gnupg-faq.org | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
hooks/post-receive
--
The GnuPG website and other docs
http://git.gnupg.org
More information about the Gnupg-commits
mailing list