Function mz_tls_util::pkcs12der_from_pem
source ยท 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.