mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-12-02 12:18:41 -05:00
46 lines
1.2 KiB
Plaintext
46 lines
1.2 KiB
Plaintext
# https://www.gnupg.org/documentation/manuals/gnupg/GPG-Configuration-Options.html
|
|
# https://www.gnupg.org/documentation/manuals/gnupg/GPG-Esoteric-Options.html
|
|
|
|
# No greeting
|
|
no-greeting
|
|
|
|
# No version in output
|
|
no-emit-version
|
|
|
|
# Keyservers
|
|
keyserver hkp://keys.gnupg.net
|
|
|
|
# The command line that should be run to view a photo ID
|
|
photo-viewer "display %i"
|
|
|
|
# Use the following options when verifying signatures
|
|
verify-options show-photos show-user-notations pka-lookup
|
|
list-options show-usage show-user-notations show-uid-validity
|
|
|
|
# Disable caching of passphrase for symmetrical ops
|
|
no-symkey-cache
|
|
|
|
# Display all keys and their fingerprints
|
|
with-fingerprint
|
|
|
|
# Long hexidecimal key format
|
|
#keyid-format 0xlong
|
|
|
|
# The message digest algorithm used when signing a key
|
|
cert-digest-algo SHA512
|
|
|
|
# The default key to sign with
|
|
default-key 9FB01E38DDD7E1459A4C3DAC813CF484F4993419
|
|
|
|
# Use the default key as default recipient
|
|
default-recipient-self
|
|
|
|
# Personal algorithms
|
|
personal-cipher-preferences AES256 AES192 AES CAST5
|
|
personal-digest-preferences SHA256 SHA512 SHA384 SHA224
|
|
personal-compress-preferences ZLIB BZIP2 ZIP Uncompressed
|
|
|
|
# No one seems to use these
|
|
disable-cipher-algo 3DES
|
|
disable-cipher-algo BLOWFISH
|