MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / k256_key

Method k256_key

kms/src/config.rs:103–105  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

101 }
102
103 pub fn k256_key(&self) -> PathBuf {
104 self.cert_dir.join(K256_KEY)
105 }
106
107 pub fn bootstrap_info(&self) -> PathBuf {
108 self.cert_dir.join(BOOTSTRAP_INFO)

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