dotfiles/.gnupg/gpg.conf

34 lines
845 B
Text

# Set the default key if more than one secret key exists.
# default-key 25C87CDF83673730
# By default, use the default key as the recipient.
default-recipient-self
# Options for listing keys.
list-options show-std-notations
# Options for verifying keys.
verify-options show-std-notations
# Display LATIN1 characters.
display-charset iso-8859-1
# Automatic key location search options.
auto-key-locate cert keyserver ldap hkp://subkeys.pgp.net
# Retrieve keys from keyservers when validating.
keyserver-options auto-key-retrieve
# Show full keyid and fingerprints.
keyid-format long
with-fingerprint
# Options for retrieving keys from keyservers.
keyserver-options include-subkeys
# Get rid of the copyright notice.
no-greeting
# Use loopbacking to obtain passphrases.
# This is supported with gpg2, but not gpg.
pinentry-mode loopback