Skip to content

Commit

Permalink
document http.sslCertType and sslKeyType
Browse files Browse the repository at this point in the history
These useful config options were added in 0a01d41 but lacked documentation.

Signed-off-by: Andrew Carter <[email protected]>
  • Loading branch information
plentydone committed Jan 19, 2025
1 parent efff4a8 commit 90a7e1a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Documentation/config/http.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,16 @@ http.sslBackend::
This option is ignored if cURL lacks support for choosing the SSL
backend at runtime.

http.sslCertType::
Type of client certificate used when fetching or pushing over HTTPS.
(e.g. "PEM", "DER", or "P12"). See also libcurl `CURLOPT_SSLCERTTYPE`
Can be overridden by the `GIT_SSL_CERT_TYPE` environment variable.

http.sslKeyType::
Type of client private key used when fetching or pushing over HTTPS.
(e.g. "PEM", "DER", or "P12"). See also libcurl `CURLOPT_SSLCERTTYPE`
Can be overridden by the `GIT_SSL_KEY_TYPE` environment variable.

http.schannelCheckRevoke::
Used to enforce or disable certificate revocation checks in cURL
when http.sslBackend is set to "schannel". Defaults to `true` if
Expand Down

0 comments on commit 90a7e1a

Please sign in to comment.