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

Method root_ca_cert

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

Source from the content-addressed store, hash-verified

81 }
82
83 pub fn root_ca_cert(&self) -> PathBuf {
84 self.cert_dir.join(ROOT_CA_CERT)
85 }
86
87 pub fn root_ca_key(&self) -> PathBuf {
88 self.cert_dir.join(ROOT_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