|
|
|
|
@ -26,10 +26,10 @@ function fn_extract_uid(){
|
|
|
|
|
echo "# Fingerprint | User Type | User ID"
|
|
|
|
|
for gpgkeyfile in *automation*gpg.pub; do
|
|
|
|
|
u_type="autom"
|
|
|
|
|
echo "$(fn_extract_fpr "${gpgkeyfile}") | ${u_type} | $(fn_extract_uid "${gpgkeyfile}")"
|
|
|
|
|
echo "# $(fn_extract_fpr "${gpgkeyfile}") | ${u_type} | $(fn_extract_uid "${gpgkeyfile}")"
|
|
|
|
|
done
|
|
|
|
|
for gpgkeyfile in $(ls *gpg.pub | grep -v automation); do
|
|
|
|
|
u_type="human"
|
|
|
|
|
echo "$(fn_extract_fpr "${gpgkeyfile}") | ${u_type} | $(fn_extract_uid "${gpgkeyfile}")"
|
|
|
|
|
echo "# $(fn_extract_fpr "${gpgkeyfile}") | ${u_type} | $(fn_extract_uid "${gpgkeyfile}")"
|
|
|
|
|
done
|
|
|
|
|
echo "# keys in https://git.dev-at.de/smardigo-hetzner/communication-keys"
|
|
|
|
|
|