pub fn placeholder_cert(
domains: &[String],
) -> Result<(Arc<CertifiedKey>, Vec<u8>), AcmeError>Expand description
A self-signed, 1-hour placeholder (SAN = all domains, CN = the first) served while no real certificate exists yet. Never persisted.