Home
last modified time | relevance | path

Searched refs:certificate_chain_file (Results 1 – 1 of 1) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dadapter.rs209 pub fn certificate_chain_file<T: AsRef<Path>>(mut self, path: T) -> Self { in certificate_chain_file() method
710 .certificate_chain_file("cert.pem") in ut_set_certificate_chain_file()