Function sozu_command_lib::certificate::parse
source · pub fn parse(certificate: &[u8]) -> Result<Pem, CertificateError>
Expand description
parse a pem file encoded as binary and convert it into the right structure
(a.k.a Pem
)