Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ rpc_domain
Method
rpc_domain
kms/src/config.rs:99–101 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
97
}
98
99
pub fn rpc_domain(&self) -> PathBuf {
100
self.cert_dir.join(RPC_DOMAIN)
101
}
102
103
pub fn k256_key(&self) -> PathBuf {
104
self.cert_dir.join(K256_KEY)
Callers
2
store
Method · 0.80
update_certs
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected