Skip to content

Commit fc9e020

Browse files
docs: fix kms rpc proto link
1 parent d3c819e commit fc9e020

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kms/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

155155
The 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

173173
Note:
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.
175175
The 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.
176176
The keys are derived with app id which guarantees apps can not get the keys from other apps.
177177

0 commit comments

Comments
 (0)