aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicholasjohnson.ch>2023-10-12 00:00:00 +0000
committerNicholas Johnson <nick@nicholasjohnson.ch>2023-10-12 00:00:00 +0000
commit2bb64371eae1b5a986f1e63be985e072a4fb232ef7156677a4033dced1763382 (patch)
treeedeeb4f9f38eac470961c496c525dc83c072f01b389f3b174ca120c6719b4e10
parent78d6b9885fb8e90e35d6287ab95c79e07277ee5a7db265ba831c38d0fc458d1e (diff)
Remove gpg support
-rw-r--r--README.md1
-rw-r--r--user-home/.config/gnupg/dirmngr.conf2
-rw-r--r--user-home/.config/gnupg/gpg.conf43
3 files changed, 0 insertions, 46 deletions
diff --git a/README.md b/README.md
index 958cd8d..5a31f3e 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,6 @@
* fontawesome
* foot
* git
-* gnupg (avoid using if possible)
* light
* mpc
* mpd
diff --git a/user-home/.config/gnupg/dirmngr.conf b/user-home/.config/gnupg/dirmngr.conf
deleted file mode 100644
index 3ff2e3c..0000000
--- a/user-home/.config/gnupg/dirmngr.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-# connect over Tor
-use-tor
diff --git a/user-home/.config/gnupg/gpg.conf b/user-home/.config/gnupg/gpg.conf
deleted file mode 100644
index 0a94da4..0000000
--- a/user-home/.config/gnupg/gpg.conf
+++ /dev/null
@@ -1,43 +0,0 @@
-# enforce UTF-8 everywhere
-display-charset utf-8
-utf8-strings
-
-# nobody wants to see this
-no-greeting
-
-# allow the user to generate ECC keys
-expert
-
-# don't put recipient keyid into messages
-throw-keyids
-
-# make fingerprints look nicer
-with-fingerprint
-
-# force strong cryptography
-disable-cipher-algo IDEA
-disable-cipher-algo 3DES
-disable-cipher-algo CAST5
-disable-cipher-algo BLOWFISH
-
-disable-pubkey-algo DSA
-
-weak-digest SHA1
-weak-digest SHA224
-
-cipher-algo AES256
-
-digest-algo SHA256
-cert-digest-algo SHA256
-s2k-digest-algo SHA256
-
-default-preference-list AES256 SHA256 Uncompressed
-
-# prevent compression oracles
-compress-algo Uncompressed
-
-# disable comments: their being unsigned may mislead users
-no-comments
-
-# prevent gnupg from leaking version metadata
-no-emit-version