Skip to content

Instantly share code, notes, and snippets.

@jziggas
Created October 28, 2017 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jziggas/18ff1712aaeccc9454a9dbae723bb3be to your computer and use it in GitHub Desktop.
Save jziggas/18ff1712aaeccc9454a9dbae723bb3be to your computer and use it in GitHub Desktop.
Preferred GPG options
cat << EOF > ~/.gnupg/gpg.conf
no-emit-version
no-comments
keyid-format 0xlong
with-fingerprint
list-options show-uid-validity
verify-options show-uid-validity
use-agent
fixed-list-mode
charset utf-8
personal-cipher-preferences AES256 AES192 AES CAST5
personal-digest-preferences SHA512 SHA384 SHA256 SHA224
cert-digest-algo SHA512
default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment