Skip to main content

build_csr

Function build_csr 

Source
pub fn build_csr(
    domains: &[String],
    key: &KeyPair,
) -> Result<Vec<u8>, AcmeError>
Expand description

DER CSR with SAN = domains, CN = the first domain.