Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Commit c027066

Browse files
authored
Adding Danielle Adam's latest key as noted in nodejs/node#36793 (#225)
Deprecate her old key as DanielleAdamOld Updated the keyserver from "pool.sks-keyservers.net" -> "hkp://pgp.mit.edu:11371" as the old sks-keyserver is deprecated: https://unix.stackexchange.com/questions/656205/sks-keyservers-gone-what-to-use-instead Updated KEYS file (#214)
1 parent 9bf0921 commit c027066

File tree

2 files changed

+1388
-2067
lines changed

2 files changed

+1388
-2067
lines changed

runtime-image/bin/gen_keys.sh

+4-3
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ IsaacZSchlueter=93C7E9E91B49E432C2F75674B0A78B0A6C481CF6
1515
ItaloACasas=56730D5401028683275BD23C23EFEFE93C4CFFFE
1616
JulienGilli=114F43EE0176B71C7BC219DD50A3051F888C628D
1717
TimothyJFontaine=7937DFD2AB06298B2293C3187D33FF9D0246406D
18+
DanielleAdamsOld=1C050899334244A8AF75E53792EF661D867B9DFA
1819

1920
#Latest releases are signed with these keys
2021

2122
BethGriggs=4ED778F539E3634C779C87C6D7062848A1AB005C
2223
ColinIhrig=94AE36675C464D64BAFA68DD7434390BDBE9B9C5
23-
DanielleAdams=1C050899334244A8AF75E53792EF661D867B9DFA
24+
DanielleAdams=74F12602B6F1C4E913FAA37AD3A89613643B6201
2425
JamesMSnell=71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
2526
MichaelZasso=8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
2627
MylesBorins=C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
@@ -30,10 +31,10 @@ RubenBridgewater=A48C2BEE680E841632CD4E44F07496B3EB3C1762
3031
RuyAdorno=108F52B48DB57BB0CC439B2997B01419BD92F80A
3132
ShelleyVohr=B9E2F5981AA6E0CD28160D9FF13993A75599653C
3233

33-
keylist="${EvanLucas} ${GibsonFahnestock} ${JeremiahSenkpiel} ${ChrisDickinson} ${IsaacZSchlueter} ${ItaloACasas} ${JulienGilli} ${TimothyJFontaine} ${BethGriggs} ${ColinIhrig} ${DanielleAdams} ${JamesMSnell} ${MichaelZasso} ${MylesBorins} ${RichardLau} ${RodVagg} ${RubenBridgewater} ${RuyAdorno} ${ShelleyVohr}"
34+
keylist="${EvanLucas} ${GibsonFahnestock} ${JeremiahSenkpiel} ${ChrisDickinson} ${IsaacZSchlueter} ${ItaloACasas} ${JulienGilli} ${TimothyJFontaine} ${DanielleAdamsOld} ${BethGriggs} ${ColinIhrig} ${DanielleAdams} ${JamesMSnell} ${MichaelZasso} ${MylesBorins} ${RichardLau} ${RodVagg} ${RubenBridgewater} ${RuyAdorno} ${ShelleyVohr}"
3435

3536
for key in ${keylist} ; do
36-
gpg2 --keyserver pool.sks-keyservers.net --recv-keys ${key}
37+
gpg2 --keyserver hkp://pgp.mit.edu:11371 --recv-keys ${key}
3738
done
3839

3940
gpg2 --armor --output=contents/KEYS --export ${keylist}

0 commit comments

Comments
 (0)