pub fn build_csr( domains: &[String], key: &KeyPair, ) -> Result<Vec<u8>, AcmeError>
DER CSR with SAN = domains, CN = the first domain.
domains