pub fn read_cert(cert_path: &Path) -> Result<Vec<Certificate>, ProtoError>
Expand description
Read the certificate from the specified path.
If the password is specified, then it will be used to decode the Certificate
pub fn read_cert(cert_path: &Path) -> Result<Vec<Certificate>, ProtoError>
Read the certificate from the specified path.
If the password is specified, then it will be used to decode the Certificate