pub fn pkcs12der_from_pem(
key: &[u8],
cert: &[u8],
) -> Result<Pkcs12Archive, ErrorStack>
Expand description
Constructs an identity from a PEM-formatted key and certificate using OpenSSL.
pub fn pkcs12der_from_pem(
key: &[u8],
cert: &[u8],
) -> Result<Pkcs12Archive, ErrorStack>
Constructs an identity from a PEM-formatted key and certificate using OpenSSL.