Skip to content

Conversation

@ineskhou
Copy link
Contributor

@ineskhou ineskhou commented Jan 29, 2026

Update key makefile

Description

Adding copying local keys to make and changing the readme accordingly

How Has This Been Tested?

  • Unit tests
  • Integration tests
  • Z Tests
  • Manual testing (describe steps)

Checklist

  • Written detailed sdd with requirements, channels, ports, commands, telemetry defined and correctly formatted and spelled
  • Have written relevant integration tests and have documented them in the sdd
  • Have done a code review with
  • Have tested this PR on every supported board with correct board definitions

Further Notes / Considerations

@ineskhou ineskhou moved this to In review in V1.X.X Jan 29, 2026
@hrfarmer hrfarmer self-requested a review January 29, 2026 20:42
Copy link
Collaborator

@hrfarmer hrfarmer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just for clarity that it's different from the signing key

Co-authored-by: aychar <aychar@aychar.dev>
@ineskhou ineskhou merged commit 57ae01a into main Jan 30, 2026
3 checks passed
@ineskhou ineskhou deleted the update_ket_make branch January 30, 2026 00:31
@github-project-automation github-project-automation bot moved this from In review to Done in V1.X.X Jan 30, 2026
Comment on lines +134 to +135
.PHONY: copy-keys
copy-keys:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you remove the PHONY declaration and name the target keys/proves.pem it will only run if that file doesn't exist. This means that you can set this target to run automatically during the build step and remove the readme guidance.

Suggested change
.PHONY: copy-keys
copy-keys:
keys/proves.pem:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants