Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
marcushines committed Jan 13, 2025
1 parent b7611fc commit 99b3bef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions proto/tpm_enrollz.proto
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ message RotateOIakCertResponse {

// The RotateAIKCertRequest handles the workflow for enrollment of TPM1.2
// devices. The initial request will include the issuer_public_key to allow
// the building of the AIK which will then be returned and used to generate the AIK cert.
// For any updates after initial enrollment the new AIK cert can just be returned.
// the building of the AIK which will then be returned and used to generate
// the AIK cert. For any updates after initial enrollment the new AIK cert
// can just be returned.
message RotateAIKCertRequest {
oneof value {
bytes issuer_public_key = 1;
Expand Down

0 comments on commit 99b3bef

Please sign in to comment.