Home
last modified time | relevance | path

Searched refs:certificate_file (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dadapter.rs168 /// let builder = TlsConfigBuilder::new().certificate_file("cert.pem", TlsFileType::PEM);
170 pub fn certificate_file<T: AsRef<Path>>(mut self, path: T, file_type: TlsFileType) -> Self { in certificate_file() functions
717 .certificate_file("cert.pem", TlsFileType::PEM) in ut_set_certificate_file()

Completed in 2 milliseconds