Skip to content

Commit

Permalink
docs: indicate 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 23, 2025
1 parent 4e746b1 commit fde67ef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Documentation/config/http.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,18 @@ 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 "ENG"). Particularly useful when set to "ENG"
for authenticating with PKCS#11 tokens. 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 fde67ef

Please sign in to comment.