mirror of
https://github.com/git/git
synced 2024-11-05 18:59:29 +00:00
config: document default value of http.sslVerify
Remove any doubt that certificates might not be verified by default. Signed-off-by: Simon Ruderich <simon@ruderich.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
27dea4683b
commit
dec366c9a8
1 changed files with 2 additions and 2 deletions
|
@ -1793,8 +1793,8 @@ empty string.
|
||||||
|
|
||||||
http.sslVerify::
|
http.sslVerify::
|
||||||
Whether to verify the SSL certificate when fetching or pushing
|
Whether to verify the SSL certificate when fetching or pushing
|
||||||
over HTTPS. Can be overridden by the `GIT_SSL_NO_VERIFY` environment
|
over HTTPS. Defaults to true. Can be overridden by the
|
||||||
variable.
|
`GIT_SSL_NO_VERIFY` environment variable.
|
||||||
|
|
||||||
http.sslCert::
|
http.sslCert::
|
||||||
File containing the SSL certificate when fetching or pushing
|
File containing the SSL certificate when fetching or pushing
|
||||||
|
|
Loading…
Reference in a new issue