Git config has many http configuration items in it, some of them authentication related (https://git-scm.com/docs/git-config#git-config-httpemptyAuth). The relevant ones to our use case are these:
http.sslCert - specifies client SSL certificate
http.sslKey - specifies the private key for the client SSL certificate
http.sslCertPasswordProtected
Git config has many http configuration items in it, some of them authentication related (https://git-scm.com/docs/git-config#git-config-httpemptyAuth). The relevant ones to our use case are these:
http.sslCert- specifies client SSL certificatehttp.sslKey- specifies the private key for the client SSL certificatehttp.sslCertPasswordProtected