diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-02-01 19:40:25 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-02-01 19:40:25 -0200 |
commit | 86afce1c7f41ef6c7e5852fe3bd907a83a4fa134 (patch) | |
tree | 7593925900b98e90897c909e3b064de277c7b42a /libre/pacman/gpg.conf | |
parent | 0852d90d5049bd9ba77740dec6eb5f3afd62e976 (diff) | |
download | abslibre-86afce1c7f41ef6c7e5852fe3bd907a83a4fa134.tar.gz abslibre-86afce1c7f41ef6c7e5852fe3bd907a83a4fa134.tar.bz2 abslibre-86afce1c7f41ef6c7e5852fe3bd907a83a4fa134.zip |
pacman-4.2.0-6.parabola3: use hkp instead of hkps until solve issue -> https://labs.parabola.nu/issues/647#note-2
Diffstat (limited to 'libre/pacman/gpg.conf')
-rw-r--r-- | libre/pacman/gpg.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libre/pacman/gpg.conf b/libre/pacman/gpg.conf index 48ce83628..ec9ef9dc1 100644 --- a/libre/pacman/gpg.conf +++ b/libre/pacman/gpg.conf @@ -18,9 +18,10 @@ default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB # From # https://crabgrass.riseup.net/riseuplabs+paow/openpgp-best-practices # Only use secure keyservers -keyserver hkps://hkps.pool.sks-keyservers.net -keyserver-options ca-cert-file=/etc/pacman.d/gnupg/sks-keyservers.netCA.pem -keyserver-options no-honor-keyserver-url +#keyserver hkps://hkps.pool.sks-keyservers.net +#keyserver-options no-honor-keyserver-url + +keyserver hkp://pool.sks-keyservers.net # when outputting certificates, view user IDs distinctly from keys: fixed-list-mode |