Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ root_ca_key
Method
root_ca_key
kms/src/config.rs:87–89 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
85
}
86
87
pub fn root_ca_key(&self) -> PathBuf {
88
self.cert_dir.join(ROOT_CA_KEY)
89
}
90
91
pub fn rpc_cert(&self) -> PathBuf {
92
self.cert_dir.join(RPC_CERT)
Callers
4
keys_exists
Method · 0.80
store_keys
Method · 0.80
update_certs
Function · 0.80
new
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected