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

feat: adds measured boot recipe #5

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

feat: adds measured boot recipe #5

wants to merge 1 commit into from

Conversation

fnerdman
Copy link
Collaborator

@fnerdman fnerdman commented Jul 5, 2024

No description provided.

@fnerdman fnerdman marked this pull request as draft July 5, 2024 13:11
@fnerdman
Copy link
Collaborator Author

fnerdman commented Jul 5, 2024

This is WIP, tried to make it run after the wic image is created but I haven't had full success.

@fnerdman
Copy link
Collaborator Author

fnerdman commented Jul 5, 2024

the measurements.json file that will be consumed by the reverse proxy attestation client needs to look like this:

{
  "4": {
    "expected": "3d458cfe55cc03ea1f443f1562...",
    "warnOnly": false
  },
  "9": {
    "expected": "8df51c75e14a9fcf9a7234a13f1...",
    "warnOnly": false
  },
  "11": {
    "expected": "cc03ea1f443f1562beec8df51c...",
    "warnOnly": false
  }
}

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