Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci contrib: allow validation of all branches against CI key #28

Merged
merged 3 commits into from
Jan 12, 2024

Conversation

blocktrron
Copy link
Member

ci build: add signing step for beta and stable

Add back beta and stable signing steps for the manifest. This signs beta
and stable firmware with the CI private-key.

This does not count as valid signatures for the autoupdater, but it can
be used to validate the manifest to be signed with a persons private key
originates from the CI.


contrib: validate downloaded manifest for CI signature

Validate the signature of the downloaded manifest against the CI public
key to check the integrity of the downloaded manifest.

Add back beta and stable signing steps for the manifest. This signs beta
and stable firmware with the CI private-key.

This does not count as valid signatures for the autoupdater, but it can
be used to validate the manifest to be signed with a persons private key
originates from the CI.

Signed-off-by: David Bauer <[email protected]>
The sign.sh script is only called by sign-release.sh.

Move the sign.sh script into a function of sign-release.sh.

Signed-off-by: David Bauer <[email protected]>
Validate the signature of the downloaded manifest against the CI public
key to check the integrity of the downloaded manifest.

Signed-off-by: David Bauer <[email protected]>
@herbetom herbetom merged commit 0b9a51b into freifunk-darmstadt:master Jan 12, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants