diff options
| author | 2026-02-11 02:33:21 +0000 | |
|---|---|---|
| committer | 2026-02-11 02:33:21 +0000 | |
| commit | 80ce2eea2b8eff367b0cbed9d18c91c269173eb1 (patch) | |
| tree | 823b73e684bf57b2d037fc8913d11efbc66bff18 /private_dot_gnupg/private_gpg.conf | |
| parent | add .mailcap (diff) | |
| download | dotfiles-80ce2eea2b8eff367b0cbed9d18c91c269173eb1.tar.gz | |
add .gnupg
Diffstat (limited to 'private_dot_gnupg/private_gpg.conf')
| -rw-r--r-- | private_dot_gnupg/private_gpg.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/private_dot_gnupg/private_gpg.conf b/private_dot_gnupg/private_gpg.conf new file mode 100644 index 0000000..823b0fe --- /dev/null +++ b/private_dot_gnupg/private_gpg.conf | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | keyid-format long | ||
| 2 | personal-cipher-preferences AES256 AES192 AES | ||
| 3 | personal-digest-preferences SHA512 SHA384 SHA256 | ||
| 4 | personal-compress-preferences ZLIB BZIP2 ZIP Uncompressed | ||
| 5 | default-preference-list SHA512 SHA384 SHA256 AES256 AES192 AES ZLIB BZIP2 ZIP Uncompressed | ||
| 6 | cert-digest-algo SHA512 | ||
| 7 | s2k-digest-algo SHA512 | ||
| 8 | s2k-cipher-algo AES256 | ||
| 9 | charset utf-8 | ||
| 10 | with-subkey-fingerprint | ||
| 11 | keyserver hkps://keyserver.ubuntu.com:443 | ||
