summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@autistici.org>2024-01-31 00:38:26 +0100
committerkwadronaut <kwadronaut@autistici.org>2024-01-31 00:38:26 +0100
commit07046a67e0d3bc46d41e152ceaa1f264324e53aa (patch)
tree44958b80ee34e58e056676c9b44c5739f4d64cfe
parentfe4a1ee1e252ac04ac077e90c29ca8878cf8e2ac (diff)
add reports key
-rw-r--r--Makefile3
-rw-r--r--README24
-rw-r--r--gpg-keys/reports.tar.gpgbin0 -> 4974 bytes
3 files changed, 26 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8b0981f..b25f043 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ micah := 9621C386
varac := 5465E77E7876ED04
meskio := 07948FFA64160A425BCD27EAC732B1D1C28F4E2F
-files := accounts apple android dns financial jenkins legal panoramix twitter vps distro graphite snap thunderbird windoze windozecert microsoft
+files := accounts apple android dns financial jenkins legal panoramix twitter vps distro graphite snap thunderbird windoze windozecert microsoft archivesign
accounts_readers := cyberta elijah mcnair micah kwadronaut
apple_readers := micah kali meskio makechanges
@@ -60,6 +60,7 @@ distro_readers := elijah micah varac kwadronaut
graphite_readers := kali varac
twitter_readers := elijah kali kwadronaut micah mcnair
snap_readers := elijah kali meskio kwadronaut
+archivesign_readers := micah cyberta kwadronaut
thunderbird_readers := elijah meskio kali
windoze_readers := micah kali meskio kwadronaut
windozecert_readers := micah kali kwadronaut
diff --git a/README b/README
index 6f8b191..3cc901e 100644
--- a/README
+++ b/README
@@ -9,6 +9,9 @@ Usage summary
git commit file.gpg
git push
+OpenPGP keyrings: see bottom
+-----------------------------------------------
+
Makefile configuration
-----------------------------------------------
@@ -52,3 +55,24 @@ always end in .txt, and the encrypted file will always end in .gpg.
After you change the x_readers list for a file, you will need to run
`touch x.txt` in order for `make` to encrypt `x.gpg`.
+OpenPGP keys
+-----------------------------------------------
+
+The keys and keyring are inside a tar file. To open:
+
+ gpg-tar --decrypt reports.tar.gpg
+
+To use cd into the directory:
+
+ cd reports.tar_1_
+ export GNUPGHOME=.
+
+Do what you want to do, like decrypting messages.
+
+afterwards:
+
+ rm -rf reports.tar_1_
+
+But if you made changes:
+
+ gpgtar --encrypt --dry-run --output reports-gpg.tar -r kwadronaut@autistici.org -r cyberta@riseup.net -r makechanges@riseup.net -r mcnair@riseup.net reports
diff --git a/gpg-keys/reports.tar.gpg b/gpg-keys/reports.tar.gpg
new file mode 100644
index 0000000..4de1dbe
--- /dev/null
+++ b/gpg-keys/reports.tar.gpg
Binary files differ