dotfiles/.gnupg/gnupg.conf
Andrei Jiroh Halili 847b847c79
Iron out gpg and gpg-agent config, among other things
Also in this commit:
* Added handle-pinentry wrapper script to exec right pinentry
  based on environment.
* Add VS Code config for stuff like GitLens settings and recommended
  extensions.

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
2023-07-25 02:11:50 +08:00

17 lines
620 B
Text

# Documentation is available online at https://www.gnupg.org/documentation/manuals/gnupg/GPG-Configuration-Options.html#gpg_002doption-_002d_002doptions
# Make sure to use my new PGP key instead of the old one.
# TODO: Schedule key expiration for the old one soonish.
default-key 4D5E631758CB9CC45941B1CE67BFC91B3DA12BE8
# Go abit like Keybase, but keep the WoT parts.
trust-model tofu+pgp
# use keys.openpgp.org instead of keyserver.ubuntu.com or whatever
keyserver hkps://keys.openpgp.org
# long fpr + 0x prefix
keyid-format 0xlong
# From the docs: This is dummy option. gpg always requires the agent.
#use-agent