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 | |
| parent | add .mailcap (diff) | |
| download | dotfiles-80ce2eea2b8eff367b0cbed9d18c91c269173eb1.tar.gz | |
add .gnupg
Diffstat (limited to 'private_dot_gnupg')
| -rw-r--r-- | private_dot_gnupg/common.conf | 1 | ||||
| -rw-r--r-- | private_dot_gnupg/private_gpg-agent.conf | 7 | ||||
| -rw-r--r-- | private_dot_gnupg/private_gpg.conf | 11 | ||||
| -rw-r--r-- | private_dot_gnupg/sshcontrol | 1 |
4 files changed, 20 insertions, 0 deletions
diff --git a/private_dot_gnupg/common.conf b/private_dot_gnupg/common.conf new file mode 100644 index 0000000..5add401 --- /dev/null +++ b/private_dot_gnupg/common.conf | |||
| @@ -0,0 +1 @@ | |||
| use-keyboxd | |||
diff --git a/private_dot_gnupg/private_gpg-agent.conf b/private_dot_gnupg/private_gpg-agent.conf new file mode 100644 index 0000000..1765154 --- /dev/null +++ b/private_dot_gnupg/private_gpg-agent.conf | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | enable-ssh-support | ||
| 2 | allow-preset-passphrase | ||
| 3 | pinentry-program /home/cmmm/.local/bin/pinentry-menu | ||
| 4 | default-cache-ttl 86400 | ||
| 5 | default-cache-ttl-ssh 86400 | ||
| 6 | max-cache-ttl 86400 | ||
| 7 | max-cache-ttl-ssh 86400 | ||
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 | ||
diff --git a/private_dot_gnupg/sshcontrol b/private_dot_gnupg/sshcontrol new file mode 100644 index 0000000..893023a --- /dev/null +++ b/private_dot_gnupg/sshcontrol | |||
| @@ -0,0 +1 @@ | |||
| B512294F8537DB460667A6CFEB0C4D202D2A9287 | |||
