Skip to content

Commit 583fdd0

Browse files
committed
config: documentation for HTTPS proxy client cert.
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 <[email protected]>
1 parent 3cf866d commit 583fdd0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Documentation/config/http.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,20 @@ http.proxyAuthMethod::
2929
* `ntlm` - NTLM authentication (compare the --ntlm option of `curl(1)`)
3030
--
3131

32+
http.proxycert::
33+
File indicating a client certificate to use to authenticate with an HTTPS proxy.
34+
35+
http.proxykey::
36+
File indicating a private key to use to authenticate with an HTTPS proxy.
37+
38+
http.proxykeypass::
39+
When communicating to the proxy using TLS (using an HTTPS proxy), use this
40+
option along `http.proxykey` to indicate a password for the key.
41+
42+
http.proxycainfo::
43+
File containing the certificates to verify the proxy with when using an HTTPS
44+
proxy.
45+
3246
http.emptyAuth::
3347
Attempt authentication without seeking a username or password. This
3448
can be used to attempt GSS-Negotiate authentication without specifying

0 commit comments

Comments
 (0)