Skip to content

Commit

Permalink
Merge pull request #121 from openconfig/bootz_workflow_word
Browse files Browse the repository at this point in the history
Cleanup the contradictory wording
  • Loading branch information
marcushines authored Feb 14, 2024
2 parents 49b5a48 + fe29446 commit d01210a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,7 @@ boot option to the device for an endpoint (URL) from which the boot package can
be retrieved. The package returned by the endpoint consists of a binary encoded
protocol buffer containing all data for being able to complete the boot process.
In this context, “complete the boot process” implies the device reaching a fully
manageable state - with the relevant gRPC services running, security
operations(enrollment, attestation, production credentials installed) are
completed.
manageable state - with the relevant gRPC services running.

Upon receiving the bootz protocol buffer, the device is responsible for
unmarshalling the bootz message and distributing to the relevant system
Expand All @@ -251,7 +249,8 @@ components, etc.
The bootz payload will be encrypted via the TLS session underlying the gRPC
service.

After loading all the provided data on first boot the device is still not in a
Depends on the security requirement for the deployment environment, after loading
all the provided data on first boot the device might still not be in a
trusted state, however it should have enough g\* services initialized to a state
where the device can be interrogated from a trusted system to enroll the TPM and
validate specific TPM values to attest the device. Once attested, the systems
Expand Down

0 comments on commit d01210a

Please sign in to comment.