Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ tmp_ca_key
Method
tmp_ca_key
kms/src/config.rs:79–81 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
77
}
78
79
pub fn tmp_ca_key(&self) -> PathBuf {
80
self.cert_dir.join(TEMP_CA_KEY)
81
}
82
83
pub fn root_ca_cert(&self) -> PathBuf {
84
self.cert_dir.join(ROOT_CA_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