mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
gpg.conf: fix keyserver-options
verbose complained about unknown option and as I am not using hkps, I don't need no-honor-keyserver
This commit is contained in:
parent
3606e5f116
commit
d0fd76555d
@ -22,7 +22,7 @@
|
||||
|
||||
# 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 verbose no-honor-keyserver-url
|
||||
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.
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
# 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 verbose no-honor-keyserver-url
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user