Prefix for all attestations of a domain (for iteration)
(domain: &str)
| 344 | |
| 345 | /// Prefix for all attestations of a domain (for iteration) |
| 346 | pub fn cert_attestation_prefix(domain: &str) -> String { |
| 347 | format!("{CERT_PREFIX}{domain}/attestation/") |
| 348 | } |
| 349 | |
| 350 | /// Parse domain from cert/{domain}/... key |
| 351 | pub fn parse_cert_domain(key: &str) -> Option<&str> { |
no outgoing calls
no test coverage detected