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

Calls

no outgoing calls

Tested by

no test coverage detected