mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 19:29:22 +01:00
gnupg/gpg.conf: add import-clean to keyserver-options.
``` 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. ```
This commit is contained in:
parent
4059cb51a5
commit
2043a550fe
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user