mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
parent
128f1781f3
commit
a7b1880469
@ -20,9 +20,7 @@
|
|||||||
#
|
#
|
||||||
# See the man page for a list of options.
|
# See the man page for a list of options.
|
||||||
|
|
||||||
# This is one of the most used keyservers as far as I know.
|
#keyserver-options auto-key-retrieve no-include-revoked
|
||||||
#keyserver hkp://pool.sks-keyservers.net
|
|
||||||
keyserver-options auto-key-retrieve no-include-revoked
|
|
||||||
#import-clean
|
#import-clean
|
||||||
|
|
||||||
# Try to automatically find keys from keyserver if key for email address isn't found, but we are encrypting to email address.
|
# 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 preferences
|
||||||
#default-preference-list AES256,AES192,AES,CAST5,3DES SHA512,SHA384,SHA256,SHA224,RIPEMD160,SHA1,MD5 BZIP2,ZLIB,ZIP
|
#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
|
# Forcing preferred settings even if it's against OpenPGP standards
|
||||||
#cert-digest-algo SHA512
|
#cert-digest-algo SHA512
|
||||||
|
2
gpg/dirmngr.conf
Normal file
2
gpg/dirmngr.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
keyserver hkps://keys.openpgp.org
|
||||||
|
keyserver hkp://zkaan2xfbuxia2wpf7ofnkbz6r5zdbbvxbunvp5g2iebopbfc4iqmbad.onion
|
@ -20,9 +20,7 @@
|
|||||||
#
|
#
|
||||||
# See the man page for a list of options.
|
# See the man page for a list of options.
|
||||||
|
|
||||||
# This is one of the most used keyservers as far as I know.
|
#keyserver-options auto-key-retrieve no-include-revoked
|
||||||
#keyserver hkp://pool.sks-keyservers.net
|
|
||||||
keyserver-options auto-key-retrieve no-include-revoked
|
|
||||||
#import-clean
|
#import-clean
|
||||||
|
|
||||||
# Try to automatically find keys from keyserver if key for email address isn't found, but we are encrypting to email address.
|
# 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 preferences
|
||||||
#default-preference-list AES256,AES192,AES,CAST5,3DES SHA512,SHA384,SHA256,SHA224,RIPEMD160,SHA1,MD5 BZIP2,ZLIB,ZIP
|
#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
|
# Forcing preferred settings even if it's against OpenPGP standards
|
||||||
#cert-digest-algo SHA512
|
#cert-digest-algo SHA512
|
||||||
|
2
install
2
install
@ -19,6 +19,8 @@ fi
|
|||||||
mkdir -p ~/.gnupg
|
mkdir -p ~/.gnupg
|
||||||
cat gpg/gpg.conf > ~/.gnupg/gpg.conf
|
cat gpg/gpg.conf > ~/.gnupg/gpg.conf
|
||||||
cat gpg/gpg-agent.conf > ~/.gnupg/gpg-agent.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 rc/xinitrc > ~/.xinitrc
|
||||||
cat conf/pastebinit.xml > ~/.pastebinit.xml
|
cat conf/pastebinit.xml > ~/.pastebinit.xml
|
||||||
cat conf/Xresources > ~/.Xresources
|
cat conf/Xresources > ~/.Xresources
|
||||||
|
Loading…
Reference in New Issue
Block a user