Skip to content

Commit

Permalink
config: documentation for HTTPS proxy client cert.
Browse files Browse the repository at this point in the history
The commit adds 4 options, client cert, key, key password and CA info.
The CA info can be used to specify a different CA path to validate the
HTTPS proxy cert.

Signed-off-by: Jorge Lopez Silva <jalopezsilva@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
jalopezsilva authored and gitster committed Feb 27, 2020
1 parent 15a1520 commit 8c015f6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Documentation/config/http.txt
Expand Up @@ -29,6 +29,20 @@ http.proxyAuthMethod::
* `ntlm` - NTLM authentication (compare the --ntlm option of `curl(1)`)
--

http.proxycert::
File indicating a client certificate to use to authenticate with an HTTPS proxy.

http.proxykey::
File indicating a private key to use to authenticate with an HTTPS proxy.

http.proxykeypass::
When communicating to the proxy using TLS (using an HTTPS proxy), use this
option along `http.proxykey` to indicate a password for the key.

http.proxycainfo::
File containing the certificates to verify the proxy with when using an HTTPS
proxy.

http.emptyAuth::
Attempt authentication without seeking a username or password. This
can be used to attempt GSS-Negotiate authentication without specifying
Expand Down

0 comments on commit 8c015f6

Please sign in to comment.