We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0f6c3 commit 11f44e4Copy full SHA for 11f44e4
1 file changed
guest-agent/rpc/proto/agent_rpc.proto
@@ -119,7 +119,9 @@ message DeriveK256KeyResponse {
119
message GetKeyResponse {
120
// Derived key
121
bytes key = 1;
122
- // Derived signature chain
+ // The signature chain consists of the following signatures:
123
+ // [0] - the k256 signature of the derived pK signed by the app root key
124
+ // [1] - the k256 signature of the app root pK signed by the KMS root key
125
repeated bytes signature_chain = 2;
126
}
127
0 commit comments