mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
gpg.conf: adjust keyserver-options & auto-key-locate
This commit is contained in:
parent
78d5d9a33a
commit
0e0cf2f458
@ -22,9 +22,11 @@
|
||||
|
||||
#keyserver-options auto-key-retrieve no-include-revoked
|
||||
#import-clean
|
||||
# Ignore preferred keyserver, clean up imports (as import/export options)
|
||||
keyserver-options no-honor-keyserver-url import-clean
|
||||
|
||||
# Try to automatically find keys from keyserver if key for email address isn't found, but we are encrypting to email address.
|
||||
auto-key-locate keyserver
|
||||
# Try to automatically find keys from local/wkd if key for email address isn't found, but we are encrypting to email address.
|
||||
auto-key-locate local,wkd
|
||||
|
||||
# Use my key by default
|
||||
default-key 0x99392F62BAE30723
|
||||
|
@ -22,9 +22,11 @@
|
||||
|
||||
#keyserver-options auto-key-retrieve no-include-revoked
|
||||
#import-clean
|
||||
# Ignore preferred keyserver, clean up imports (as import/export options)
|
||||
keyserver-options no-honor-keyserver-url import-clean
|
||||
|
||||
# Try to automatically find keys from keyserver if key for email address isn't found, but we are encrypting to email address.
|
||||
auto-key-locate keyserver
|
||||
# Try to automatically find keys from local/wkd if key for email address isn't found, but we are encrypting to email address.
|
||||
auto-key-locate local,wkd
|
||||
|
||||
# Use my key by default
|
||||
#default-key 0x99392F62BAE30723 # MIKAELA_GREP # MIKAELA_GREP_GPG
|
||||
|
Loading…
Reference in New Issue
Block a user