Skip to content

Commit 90a7e1a

Browse files
committed
document http.sslCertType and sslKeyType
These useful config options were added in 0a01d41 but lacked documentation. Signed-off-by: Andrew Carter <[email protected]>
1 parent efff4a8 commit 90a7e1a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/config/http.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,16 @@ http.sslBackend::
216216
This option is ignored if cURL lacks support for choosing the SSL
217217
backend at runtime.
218218

219+
http.sslCertType::
220+
Type of client certificate used when fetching or pushing over HTTPS.
221+
(e.g. "PEM", "DER", or "P12"). See also libcurl `CURLOPT_SSLCERTTYPE`
222+
Can be overridden by the `GIT_SSL_CERT_TYPE` environment variable.
223+
224+
http.sslKeyType::
225+
Type of client private key used when fetching or pushing over HTTPS.
226+
(e.g. "PEM", "DER", or "P12"). See also libcurl `CURLOPT_SSLCERTTYPE`
227+
Can be overridden by the `GIT_SSL_KEY_TYPE` environment variable.
228+
219229
http.schannelCheckRevoke::
220230
Used to enforce or disable certificate revocation checks in cURL
221231
when http.sslBackend is set to "schannel". Defaults to `true` if

0 commit comments

Comments
 (0)