libtls::config
pub fn default_ca_cert_file() -> PathBuf
Return path of the default CA file.
The default_ca_cert_file utility function returns the path of the file that contains the default root certificates.
default_ca_cert_file
let certs = config::default_ca_cert_file(); assert!(certs.is_absolute());
tls_default_ca_cert_file(3)