Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ tmp_ca_cert
Method
tmp_ca_cert
kms/src/config.rs:75–77 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
73
}
74
75
pub fn tmp_ca_cert(&self) -> PathBuf {
76
self.cert_dir.join(TEMP_CA_CERT)
77
}
78
79
pub fn tmp_ca_key(&self) -> PathBuf {
80
self.cert_dir.join(TEMP_CA_KEY)
Callers
3
keys_exists
Method · 0.80
store_certs
Method · 0.80
new
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected