Skip to main content

certified_key_from_pem

Function certified_key_from_pem 

Source
fn certified_key_from_pem(
    chain_pem: &str,
    key_pem: &str,
) -> Result<Arc<CertifiedKey>, AcmeError>
Expand description

Like super::load_certified_key but skips CertifiedKey::keys_match() (see the comment in build_challenge_cert for why that check can’t run on a challenge certificate).