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

Method get_cert_data

gateway/src/cert_store.rs:78–80  ·  view source on GitHub ↗

Get certificate data for a domain

(&self, domain: &str)

Source from the content-addressed store, hash-verified

76
77 /// Get certificate data for a domain
78 pub fn get_cert_data(&self, domain: &str) -> Option<&CertData> {
79 self.cert_data.get(domain)
80 }
81
82 /// List all loaded domains
83 pub fn list_domains(&self) -> Vec<String> {

Callers 1

update_certMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected