pub fn read_cert_pem(
path: &Path,
) -> Result<(X509, Option<Stack<X509>>), ProtoError>
Available on crate feature
dns-over-openssl
only.Expand description
Read the certificate from the specified path.
If the password is specified, then it will be used to decode the Certificate