From 4c202615959e7162e43ab17813c372e406075889 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sat, 9 Oct 2021 22:19:49 +0200 Subject: [PATCH] Add new ECDSA signing key. --- home/dotfiles/local/bin/update-profile | 1 + 1 file changed, 1 insertion(+) diff --git a/home/dotfiles/local/bin/update-profile b/home/dotfiles/local/bin/update-profile index c011978..97d989f 100755 --- a/home/dotfiles/local/bin/update-profile +++ b/home/dotfiles/local/bin/update-profile @@ -48,6 +48,7 @@ fi chmod 700 "${GNUPGHOME}" for key in \ B5108C5A158A6608AD3361DA1573F6D8EFE4D0CF \ + 04ADEF85EA6AEC6F75941E84468BBEEBB9EC6AEA \ ; do if ! gpg --list-keys "${key}" >/dev/null 2>&1; then # key does not exist yet