Searched refs:certificates (Results 1 – 3 of 3) sorted by relevance
3 This directory contains certificates used for testing interop between Tonic's7 To regenerate certificates for some reason, do the following:14 This will generate certificates and write them to the filesystem. The effective
66 let mut certificates = Vec::new(); in main() localVariable72 certificates.push(cert.clone()); in main()80 .add_extension(Arc::new(ConnInfo { addr, certificates })) in main()98 certificates: Vec<CertificateDer<'static>>, field112 conn_info.addr, conn_info.certificates in unary_echo()
57 * **tls:** Add ability to add multiple ca certificates ([#1724](https://github.com/hyperium/tonic/i…