From 2043a550fedb29a898c6c5cb37ffdc0ea477dc8a Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Wed, 25 Jul 2012 18:49:29 +0300 Subject: [PATCH] gnupg/gpg.conf: add import-clean to keyserver-options. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ``` import-clean After import, compact (remove all signatures except the self-signature) any user IDs from the new key that are not usable. Then, remove any signatures from the new key that are not usable. This includes signatures that were issued by keys that are not present on the keyring. This option is the same as running the --edit-key com‐ mand "clean" after import. Defaults to no. ``` --- gnupg/gpg.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnupg/gpg.conf b/gnupg/gpg.conf index dbadee4d..d74b120e 100644 --- a/gnupg/gpg.conf +++ b/gnupg/gpg.conf @@ -25,7 +25,7 @@ default-recipient-self encrypt-to 82A46728 charset UTF-8 keyserver hkp://pool.sks-keyservers.net -keyserver-options auto-key-retrieve no-include-revoked verbose +keyserver-options auto-key-retrieve no-include-revoked verbose import-clean use-agent # Use other SHAs than SHA1 if possible. I think that everyone who I use GPG with use enough up-to-date version to support other SHAs than SHA1.