[][src]Function trust_dns_openssl::tls_server::new_acceptor

pub fn new_acceptor(
    cert: X509,
    chain: Option<Stack<X509>>,
    key: PKey<Private>
) -> Result<SslAcceptor>

Construct the new Acceptor with the associated pkcs12 data