pub fn verify_chain(
chain_pem: &str,
key: &KeyPair,
domains: &[String],
now: i64,
) -> Result<(), AcmeError>Expand description
The chain parses, the leaf’s public key is key, it is valid at now
(±skew), and its DNS SANs cover every domain.