summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-03-25 14:32:01 -0700
committerJunio C Hamano <gitster@pobox.com>2020-03-25 14:32:01 -0700
commit357906b72afda4a1350f2cda79d502d04e2a5f3a (patch)
tree9d2624085927efdf0675d1befc7b4e470c5d704a /git-config.html
parenta334b5f1c5d35390cc64bd14740644fb470fa465 (diff)
downloadgit-htmldocs-357906b72afda4a1350f2cda79d502d04e2a5f3a.tar.gz
Autogenerated HTML docs for v2.26.0-51-ga7d14
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html41
1 files changed, 41 insertions, 0 deletions
diff --git a/git-config.html b/git-config.html
index 99543e103..ac0bd6886 100644
--- a/git-config.html
+++ b/git-config.html
@@ -5992,6 +5992,47 @@ http.proxyAuthMethod
</div></div>
</dd>
<dt class="hdlist1">
+http.proxySSLCert
+</dt>
+<dd>
+<p>
+ The pathname of a file that stores a client certificate to use to authenticate
+ with an HTTPS proxy. Can be overridden by the <code>GIT_PROXY_SSL_CERT</code> environment
+ variable.
+</p>
+</dd>
+<dt class="hdlist1">
+http.proxySSLKey
+</dt>
+<dd>
+<p>
+ The pathname of a file that stores a private key to use to authenticate with
+ an HTTPS proxy. Can be overridden by the <code>GIT_PROXY_SSL_KEY</code> environment
+ variable.
+</p>
+</dd>
+<dt class="hdlist1">
+http.proxySSLCertPasswordProtected
+</dt>
+<dd>
+<p>
+ Enable Git&#8217;s password prompt for the proxy SSL certificate. Otherwise OpenSSL
+ will prompt the user, possibly many times, if the certificate or private key
+ is encrypted. Can be overriden by the <code>GIT_PROXY_SSL_CERT_PASSWORD_PROTECTED</code>
+ environment variable.
+</p>
+</dd>
+<dt class="hdlist1">
+http.proxySSLCAInfo
+</dt>
+<dd>
+<p>
+ Pathname to the file containing the certificate bundle that should be used to
+ verify the proxy with when using an HTTPS proxy. Can be overriden by the
+ <code>GIT_PROXY_SSL_CAINFO</code> environment variable.
+</p>
+</dd>
+<dt class="hdlist1">
http.emptyAuth
</dt>
<dd>