Key for domain certificate renew lock
(domain: &str)
| 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 { |
no outgoing calls
no test coverage detected