File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ The verification process follows these steps:
150150
151151## The RPC Interface
152152
153- The KMS RPC interface is defined in [ kms .proto] ( rpc/proto/kms .proto ) .
153+ The KMS RPC interface is defined in [ kms_rpc .proto] ( rpc/proto/kms_rpc .proto ) .
154154
155155The core interface serving the dstack app are:
156156- ` GetAppKey ` : Requests an app key using the app ID and TDX quote
@@ -171,7 +171,7 @@ The `GetAppKey` RPC is used by the dstack app to request an app key. In this RPC
171171
172172
173173Note:
174- There are multiple keys derived for different usage, see [ kms .proto] ( rpc/proto/kms .proto ) for more details.
174+ There are multiple keys derived for different usage, see [ kms_rpc .proto] ( rpc/proto/kms_rpc .proto ) for more details.
175175The root key is generated by a genesis KMS node in TEE and would be stored in the KMS node's encrypted local disk, replicated to other KMS nodes.
176176The keys are derived with app id which guarantees apps can not get the keys from other apps.
177177
You can’t perform that action at this time.
0 commit comments