pingora_openssl::ext

Function ssl_add_chain_cert

Source
pub fn ssl_add_chain_cert(
    ssl: &mut SslRef,
    cert: &X509Ref,
) -> Result<(), ErrorStack>
Expand description

Add the certificate into the cert chain of ssl

See SSL_add1_chain_cert