pub fn ssl_add_chain_cert(
ssl: &mut SslRef,
cert: &X509Ref,
) -> Result<(), ErrorStack>
Expand description
Add the certificate into the cert chain of ssl
pub fn ssl_add_chain_cert(
ssl: &mut SslRef,
cert: &X509Ref,
) -> Result<(), ErrorStack>
Add the certificate into the cert chain of ssl