pub fn client_tls_with_client_cert(
certs: &TestCerts,
server_name: &str,
client_certs: &TestCerts,
) -> ClientTlsExpand description
A [ClientTls] that trusts certs and presents a certificate issued by
client_ca — for a peer requiring mutual TLS.
§Panics
Panics if certs/client_ca/client_certs does not parse, or
server_name is not a usable DNS name or IP address.