Skip to content

Commit 623abeb

Browse files
authored
Merge pull request #228 from tetov/patch-1
Changes to reflect gnupg 2.1.x
2 parents 04e8705 + edb6c6c commit 623abeb

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ PGP is a standard for encrypting email end to end. That means only the chosen re
10601060

10611061
**GPG** is used to verify signatures of software you download and install, as well as [symmetrically](https://en.wikipedia.org/wiki/Symmetric-key_algorithm) or [asymmetrically](https://en.wikipedia.org/wiki/Public-key_cryptography) encrypt files and text.
10621062

1063-
Install from Homebrew with `brew install gnupg2`.
1063+
Install from Homebrew with `brew install gnupg`.
10641064

10651065
If you prefer a graphical application, download and install [GPG Suite](https://gpgtools.org/).
10661066

@@ -1070,10 +1070,6 @@ Here are several [recommended options](https://github.com/drduh/config/blob/mast
10701070
auto-key-locate keyserver
10711071
keyserver hkps://hkps.pool.sks-keyservers.net
10721072
keyserver-options no-honor-keyserver-url
1073-
keyserver-options ca-cert-file=/etc/sks-keyservers.netCA.pem
1074-
keyserver-options no-honor-keyserver-url
1075-
keyserver-options debug
1076-
keyserver-options verbose
10771073
personal-cipher-preferences AES256 AES192 AES CAST5
10781074
personal-digest-preferences SHA512 SHA384 SHA256 SHA224
10791075
default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed
@@ -1089,13 +1085,6 @@ list-options show-uid-validity
10891085
verify-options show-uid-validity
10901086
with-fingerprint
10911087
```
1092-
1093-
Install the keyservers [CA certificate](https://sks-keyservers.net/verify_tls.php):
1094-
1095-
$ curl -O https://sks-keyservers.net/sks-keyservers.netCA.pem
1096-
1097-
$ sudo mv sks-keyservers.netCA.pem /etc
1098-
10991088
These settings will configure GnuPG to use SSL when fetching new keys and prefer strong cryptographic primitives.
11001089

11011090
See also [ioerror/duraconf/configs/gnupg/gpg.conf](https://github.com/ioerror/duraconf/blob/master/configs/gnupg/gpg.conf). You should also take some time to read [OpenPGP Best Practices](https://help.riseup.net/en/security/message-security/openpgp/best-practices).

0 commit comments

Comments
 (0)