MCPcopy 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_existsMethod · 0.80
store_keysMethod · 0.80
update_certsFunction · 0.80
newMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected