pub fn issue(ca: &TestCa, names: &[&str]) -> TestCertsExpand description
Issues a certificate for names, signed by ca — for a peer that must
present a certificate ca (or a server_tls_with_client_ca built
from it) will accept.
§Panics
Panics if certificate generation fails.