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

WIP: Ecos #127

Closed
wants to merge 4 commits into from
Closed

WIP: Ecos #127

wants to merge 4 commits into from

Conversation

JanZachmann
Copy link
Contributor

No description provided.

empwilli and others added 4 commits June 20, 2024 11:40
set_device_cert requires certificate/key data from three different input
parameters. Currently, the first parameter is expected to be a file, whereas the
latter two are expected to be u8 vectors. We introduce a new trait "CertData"
and implement it for paths and vectors in order to homogenize the interface.
We add a CLI command stub for the ECOS certificate use case. When finished, the
command should automatically create a key pair, create a CSR for the key pair,
retrieve the certificate for this CSR from the ECOS server and inject the data
into the firmware image.

The command, therefore, has the typical image options (image name, packing the
image, creation of a bmap file), user credentials for the ECOS service, and the
identifier for the respective ECOS ca.
We add the ability to authenticate against the ecos server and to retrieve a
bearer token for the following communication with the server.
@JanZachmann JanZachmann deleted the ecos branch October 7, 2024 08:31
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