pub fn ssl_use_certificate(
ssl: &mut SslRef,
cert: &X509Ref,
) -> Result<(), ErrorStack>
Expand description
Load the certificate into ssl
See SSL_use_certificate.
pub fn ssl_use_certificate(
ssl: &mut SslRef,
cert: &X509Ref,
) -> Result<(), ErrorStack>
Load the certificate into ssl
See SSL_use_certificate.