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

Function cert_data

gateway/src/kv/mod.rs:326–328  ·  view source on GitHub ↗

Key for domain certificate data (cert + key)

(domain: &str)

Source from the content-addressed store, hash-verified

324
325 /// Key for domain certificate data (cert + key)
326 pub fn cert_data(domain: &str) -> String {
327 format!("{CERT_PREFIX}{domain}/data")
328 }
329
330 /// Key for domain certificate renew lock
331 pub fn cert_lock(domain: &str) -> String {

Callers 2

get_cert_dataMethod · 0.85
save_cert_dataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected