pub fn pem_to_cert_key_pair(pem: &[u8]) -> (Cert, PrivateKey)
Expand description

Parse PEM file into a pair of certificate and private key.