Function ripasso::git::certificate_check

source ·
pub fn certificate_check(
    cert: &Cert<'_>,
    host: &str,
    home: &Option<PathBuf>
) -> Result<CertificateCheckStatus, Error>
Expand description

The git2 callback used to validate a certificate (only ssh known hosts are validated).