gpg: use keys.openpgp.org

Closes #119
This commit is contained in:
Aminda Suomalainen 2019-07-01 11:47:27 +03:00
parent 128f1781f3
commit a7b1880469
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
4 changed files with 6 additions and 8 deletions

View File

@ -20,9 +20,7 @@
#
# See the man page for a list of options.
# This is one of the most used keyservers as far as I know.
#keyserver hkp://pool.sks-keyservers.net
keyserver-options auto-key-retrieve no-include-revoked
#keyserver-options auto-key-retrieve no-include-revoked
#import-clean
# Try to automatically find keys from keyserver if key for email address isn't found, but we are encrypting to email address.
@ -55,7 +53,6 @@ armor
# Default preferences
#default-preference-list AES256,AES192,AES,CAST5,3DES SHA512,SHA384,SHA256,SHA224,RIPEMD160,SHA1,MD5 BZIP2,ZLIB,ZIP
#default-keyserver-url hkp://pool.sks-keyservers.net
# Forcing preferred settings even if it's against OpenPGP standards
#cert-digest-algo SHA512

2
gpg/dirmngr.conf Normal file
View File

@ -0,0 +1,2 @@
keyserver hkps://keys.openpgp.org
keyserver hkp://zkaan2xfbuxia2wpf7ofnkbz6r5zdbbvxbunvp5g2iebopbfc4iqmbad.onion

View File

@ -20,9 +20,7 @@
#
# See the man page for a list of options.
# This is one of the most used keyservers as far as I know.
#keyserver hkp://pool.sks-keyservers.net
keyserver-options auto-key-retrieve no-include-revoked
#keyserver-options auto-key-retrieve no-include-revoked
#import-clean
# Try to automatically find keys from keyserver if key for email address isn't found, but we are encrypting to email address.
@ -55,7 +53,6 @@ armor
# Default preferences
#default-preference-list AES256,AES192,AES,CAST5,3DES SHA512,SHA384,SHA256,SHA224,RIPEMD160,SHA1,MD5 BZIP2,ZLIB,ZIP
#default-keyserver-url hkp://pool.sks-keyservers.net
# Forcing preferred settings even if it's against OpenPGP standards
#cert-digest-algo SHA512

View File

@ -19,6 +19,8 @@ fi
mkdir -p ~/.gnupg
cat gpg/gpg.conf > ~/.gnupg/gpg.conf
cat gpg/gpg-agent.conf > ~/.gnupg/gpg-agent.conf
cat gpg/dirmngr.conf > ~/.gnupg/dirmngr.conf
killall -HUP dirmngr
#cat rc/xinitrc > ~/.xinitrc
cat conf/pastebinit.xml > ~/.pastebinit.xml
cat conf/Xresources > ~/.Xresources