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

Function cert_lock

gateway/src/kv/mod.rs:331–333  ·  view source on GitHub ↗

Key for domain certificate renew lock

(domain: &str)

Source from the content-addressed store, hash-verified

329
330 /// Key for domain certificate renew lock
331 pub fn cert_lock(domain: &str) -> String {
332 format!("{CERT_PREFIX}{domain}/lock")
333 }
334
335 /// Key for latest attestation of a domain
336 pub fn cert_attestation_latest(domain: &str) -> String {

Callers 3

get_cert_lockMethod · 0.85
try_acquire_cert_lockMethod · 0.85
release_cert_lockMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected