pub fn load_pem(key_path: &str, cert_path: &str) -> Result<(Vec<u8>, Vec<u8>)>
Expand description

Loads the TLS key and certificate from the PEM-encoded files.