Skip to content

Commit

Permalink
scripts: update Roasbeef's key ID in verify-install.sh
Browse files Browse the repository at this point in the history
This was overlooked in lightninglabs#1229.
We're updating to the parent key ID
A5B61896952D9FDA83BC054CDC42612E89237182.

cat scripts/keys/roasbeef.asc| gpg --with-colons --import-options show-only --import                                                                   ─╯
pub:-:255:22:DC42612E89237182:1729552568:::-:::scESCA:::::ed25519:::0:
fpr:::::::::A5B61896952D9FDA83BC054CDC42612E89237182:
uid:-::::1729552794::8D805FB762825ECBDA00EB0AF5FEDF76DE288546::Olaoluwa Osuntokun <[email protected]>::::::::::0:
sub:-:255:18:19E88A946BEF6D65:1729552568:1761088568:::::e:::::cv25519::
fpr:::::::::70206BBE2C0A81EC381A212C19E88A946BEF6D65:
sub:-:255:22:966072F65DF1D016:1729552672:1761088672:::::a:::::ed25519::
fpr:::::::::98E3632DC026406855001E22966072F65DF1D016:
sub:-:255:22:90525F7DEEE0AD86:1729552758:1761088758:::::s:::::ed25519::
fpr:::::::::296212681AADF05656A2CDEE90525F7DEEE0AD86:
  • Loading branch information
guggero committed Dec 12, 2024
1 parent 06fbd06 commit 3e4a647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/verify-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ MIN_REQUIRED_SIGNATURES=5
# NOTE: Reviewers of this file must make sure that both the key IDs and
# usernames in the list below are unique!
KEYS=()
KEYS+=("E4D85299674B2D31FAA1892E372CBD7633C61696 roasbeef")
KEYS+=("A5B61896952D9FDA83BC054CDC42612E89237182 roasbeef")
KEYS+=("F4FC70F07310028424EFC20A8E4256593F177720 guggero")
KEYS+=("6D664242E706635868EB0C67D55307DC71F37212 jharveyb")
KEYS+=("7D85EF2052C86F6F81D2C59112BF5261A78AFF3D georgetsagk")
Expand Down

0 comments on commit 3e4a647

Please sign in to comment.