Skip to content

Commit

Permalink
Make more changes to proto comments
Browse files Browse the repository at this point in the history
  • Loading branch information
melzhan committed Oct 12, 2024
1 parent 5eef834 commit 7ba6074
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions proto/tpm_enrollz.proto
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,18 @@ message RotateOIakCertRequest {
ControlCardSelection control_card_selection = 1;

// PEM-encoded owner initial attestation key certificate signed by the
// switch owner/administrator CA.
// switch owner/administrator CA. The PEM formatted cert string can have
// more than one certificate block representing a certificate chain.
string oiak_cert = 2;

// [Optional] PEM-encoded owner initial DevID certificate signed by the
// switch owner/administrator CA. Will be empty if `idevid_cert` was not
// provided in GetIakCertResponse earlier in the workflow.
// switch owner/administrator CA. The PEM formatted cert string can have
// more than one certificate block representing a certificate chain.
//
// Will be unassigned in these workflows:
// 1. During oIak Installation, if `idevid_cert` was not
// provided in GetIakCertResponse.
// 2. During oIak Rotation.
string oidevid_cert = 3;

// SSL profile for which the certs will be assigned.
Expand Down

0 comments on commit 7ba6074

Please sign in to comment.