From b7bcc8dd2c8cbeac359b62ce7d8e67524cdeb29a Mon Sep 17 00:00:00 2001 From: LeeW Date: Thu, 30 Jan 2025 17:07:09 +0100 Subject: [PATCH] automates listing of keyfiles --- __update_sops.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/__update_sops.sh b/__update_sops.sh index 1c74378..9f64109 100755 --- a/__update_sops.sh +++ b/__update_sops.sh @@ -31,3 +31,4 @@ for gpgkeyfile in $(ls *gpg.pub | grep -v automation); do u_type="human" echo "$(fn_extract_fpr "${gpgkeyfile}") | ${u_type} | $(fn_extract_uid "${gpgkeyfile}")" done +echo "# keys in https://git.dev-at.de/smardigo-hetzner/communication-keys"