config updates
This commit is contained in:
parent
44fdae6fcb
commit
617cf25d1d
14 changed files with 1045 additions and 20 deletions
20
gpg/gpg.conf
Normal file
20
gpg/gpg.conf
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Use modern encryption algorithms
|
||||
personal-cipher-preferences AES256,AES192,AES
|
||||
personal-digest-preferences SHA512,SHA384,SHA256
|
||||
|
||||
# Set default preferences for key creation
|
||||
default-preference-list SHA512 SHA384 SHA256 AES256 AES192 AES ZLIB ZIP Uncompressed
|
||||
|
||||
# Use SHA512 for certifying keys
|
||||
cert-digest-algo SHA512
|
||||
|
||||
# Enforce encrypted communication with keyservers
|
||||
keyserver hkps://hkps.pool.sks-keyservers.net
|
||||
keyserver-options no-honor-keyserver-url
|
||||
|
||||
# Enable agent usage
|
||||
use-agent
|
||||
|
||||
# Automatically locate keys locally first
|
||||
auto-key-locate local
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue