pub fn server_tls_with_client_ca(
certs: &TestCerts,
client_ca: &TestCa,
) -> ServerTlsExpand description
As server_tls, but also requires and verifies a client certificate
issued by client_ca.
ยงPanics
Panics if certs/client_ca does not parse.