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

Improve signer keypair generation #5

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

jburgess777
Copy link

These changes make it a bit easier to setup a new MCP instance by proving a Makefile to build the signer code and create a new key pair. The makefile also provides some targets to assist with using this new key with the MCP and Tilda firmware.

Fix typo and add newline to existing messages.
* signer:   build signer executable
* test:     check signer operation
* all:      creates executable and runs test
* clean:    removes executables and object files
* keys.txt: generate a new key pair
* keys.sh:  create shell script to set generated keys
now the default target. Added new keys.c target to describe how
to update the public key in the badge firmware.

Removed keys.txt dependency on signer to prevent regeneration
of keys whenever you rebuild the executable.
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.

1 participant