mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +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
|
#keyserver-options auto-key-retrieve no-include-revoked
|
||||||
#import-clean
|
#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.
|
# 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 keyserver
|
auto-key-locate local,wkd
|
||||||
|
|
||||||
# Use my key by default
|
# Use my key by default
|
||||||
default-key 0x99392F62BAE30723
|
default-key 0x99392F62BAE30723
|
||||||
|
@ -22,9 +22,11 @@
|
|||||||
|
|
||||||
#keyserver-options auto-key-retrieve no-include-revoked
|
#keyserver-options auto-key-retrieve no-include-revoked
|
||||||
#import-clean
|
#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.
|
# 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 keyserver
|
auto-key-locate local,wkd
|
||||||
|
|
||||||
# Use my key by default
|
# Use my key by default
|
||||||
#default-key 0x99392F62BAE30723 # MIKAELA_GREP # MIKAELA_GREP_GPG
|
#default-key 0x99392F62BAE30723 # MIKAELA_GREP # MIKAELA_GREP_GPG
|
||||||
|
Loading…
Reference in New Issue
Block a user