Key for a DNS credential
(cred_id: &str)
| 312 | |
| 313 | /// Key for a DNS credential |
| 314 | pub fn dns_cred(cred_id: &str) -> String { |
| 315 | format!("{DNS_CRED_PREFIX}{cred_id}") |
| 316 | } |
| 317 | |
| 318 | // ==================== Certificate keys (per domain) ==================== |
| 319 |
no outgoing calls
no test coverage detected