Archlinux distro signing public key update to (expires 2037-10-27)#1457
Merged
tlaurion merged 1 commit intolinuxboot:masterfrom Aug 11, 2023
Merged
Conversation
Collaborator
Author
|
This PR should update CircleCI checks soon, meanwhile build is happening at https://app.circleci.com/pipelines/github/tlaurion/heads/1881/workflows/cc19a950-affb-4025-af15-960a9fa1ebaa Upgrade instructions are at https://osresearch.net/Updating |
|
T430 maximised unable to boot to Arch Linux iso: @tlaurion edit: that was prior of this PR, on master |
Collaborator
Author
|
Another case where things working is not reported as working I guess. Merging since otherwise what is upstream is not working? Assigning to not forget to push when we have a working cache to not consume CircleCI cpu time for nothing |
tlaurion
added a commit
to tlaurion/heads
that referenced
this pull request
Mar 27, 2026
Re-export both keys through the new update_distro_signing_key scripts to strip non-signing subkeys (encryption, authentication) and expired subkeys that had accumulated in the in-tree copies. Only the primary key and currently-valid signing subkeys are retained. archlinux.key: 1168B -> 673B (495B saved, auth+encrypt subkeys removed) tails.key: 21282B -> 7376B (13906B saved, expired+non-signing subkeys removed) Qubes OS keys (4.2, 4.3, weekly builds) were already minimal -- no change. Fixes linuxboot#2066. This class of manual update has been needed repeatedly in the past and was caught late each time, causing distro ISO verification failures in the field for Tails and other supported distros: linuxboot#1808 (issue: Tails key expired, ISOs unbootable) linuxboot#1631 (PR: update tails.key, replay of manual steps) linuxboot#1809 (PR: replay of linuxboot#1631 for next Tails rotation) linuxboot#2000 (PR: Tails 7.0 key, same manual process again) linuxboot#1457 (PR: Arch Linux key update) linuxboot#2033 (PR: Qubes OS 4.3 key addition) TODO: wire bin/update_distro_signing_keys.sh into CI (e.g. a scheduled workflow) so upstream key rotations are detected automatically before they break users. Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #1456
Replication notes: