Function git2::opts::set_ssl_cert_dir
source · pub unsafe fn set_ssl_cert_dir<P>(path: P) -> Result<(), Error>where
P: IntoCString,
Expand description
Set the SSL certificate-authority location to path
. path
is the location
of a directory holding several certificates, one per file.