Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ rpc_cert
Method
rpc_cert
kms/src/config.rs:91–93 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
89
}
90
91
pub fn rpc_cert(&self) -> PathBuf {
92
self.cert_dir.join(RPC_CERT)
93
}
94
95
pub fn rpc_key(&self) -> PathBuf {
96
self.cert_dir.join(RPC_KEY)
Callers
2
keys_exists
Method · 0.80
store_certs
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected