[Pkg-privacy-commits] [parcimonie] 03/10: Update setup doc to support GnuPG v2 and drop obsolete details.
Intrigeri
intrigeri at moszumanska.debian.org
Tue Jun 27 17:12:32 UTC 2017
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a commit to branch master
in repository parcimonie.
commit f8727293dc61a7f97c2b31b23c724d89b192767c
Author: intrigeri <intrigeri at boum.org>
Date: Tue Dec 6 15:13:42 2016 +0000
Update setup doc to support GnuPG v2 and drop obsolete details.
---
bin/parcimonie | 24 +++++++++---------------
1 file changed, 9 insertions(+), 15 deletions(-)
diff --git a/bin/parcimonie b/bin/parcimonie
index 945fe5d..2deb9e5 100755
--- a/bin/parcimonie
+++ b/bin/parcimonie
@@ -31,27 +31,21 @@ models parcimonie attempts to help coping with.
1. Configure GnuPG to be able to use a keyserver.
-You can skip this section if you already have configured a keyserver
-in ~/.gnupg/gpg.conf.
+Skip this section if you already have configured a keyserver, or if
+you have gnupg2 2.1.15-9 or newer installed (it comes with a sensible
+default keyserver configuration).
-Else, add to your gpg.conf something along these lines:
+If you are using GnuPG v2, add to ~/.gnupg/dirmngr.conf something like:
keyserver hkp://pool.sks-keyservers.net
-You obviously can choose your preferred keyserver here; if using
-hkps:// (which would be our second choice behind hkpms://), your GnuPG
-installation should support HKPS; on Debian systems, enabling such
-support is done by installing the gnupg-curl package; see those web
-pages for help with GnuPG hkps:// configuration:
+If are still using GnuPG v1, add to gpg.conf something like:
- http://sks-keyservers.net/overview-of-pools.php#pool_hkps
- http://keys.indymedia.org/
-
-You may want parcimonie to use a different keyserver than the one your
-usual GnuPG invocations do. This can be achieved by passing to
-parcimonie a command-line option such as:
+ keyserver hkp://pool.sks-keyservers.net
- --gnupg-extra-arg "--keyserver=hkps://hkps.pool.sks-keyservers.net"
+For hkps:// support with GnuPG v1, install the gnupg1-curl or
+gnupg-curl package, whichever is available in your distribution.
+Or switch to GnuPG v2.
2. Run "parcimonie --verbose".
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/parcimonie.git
More information about the Pkg-privacy-commits
mailing list