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

Method root_ca_key

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

Source from the content-addressed store, hash-verified

85 }
86
87 pub fn root_ca_key(&self) -> PathBuf {
88 self.cert_dir.join(ROOT_CA_KEY)
89 }
90
91 pub fn rpc_cert(&self) -> PathBuf {
92 self.cert_dir.join(RPC_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