From 07046a67e0d3bc46d41e152ceaa1f264324e53aa Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Wed, 31 Jan 2024 00:38:26 +0100 Subject: add reports key --- Makefile | 3 ++- README | 24 ++++++++++++++++++++++++ gpg-keys/reports.tar.gpg | Bin 0 -> 4974 bytes 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 gpg-keys/reports.tar.gpg 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 Binary files /dev/null and b/gpg-keys/reports.tar.gpg differ -- cgit v1.2.3