From e35b0256eb34f1fe562e3e2a2615beb50a391c52 Mon Sep 17 00:00:00 2001 From: Archangel_SDY Date: Sat, 10 Mar 2018 23:40:00 +0800 Subject: schannel: add client certificate authentication Users can now specify a client certificate in system certificates store explicitly using expression like `--cert "CurrentUser\MY\"` Closes #2376 --- docs/libcurl/opts/CURLOPT_SSLCERT.3 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/libcurl/opts') diff --git a/docs/libcurl/opts/CURLOPT_SSLCERT.3 b/docs/libcurl/opts/CURLOPT_SSLCERT.3 index 6e190dce1..3f40b73b9 100644 --- a/docs/libcurl/opts/CURLOPT_SSLCERT.3 +++ b/docs/libcurl/opts/CURLOPT_SSLCERT.3 @@ -38,6 +38,9 @@ you wish to authenticate with as it is named in the security database. If you want to use a file from the current directory, please precede it with "./" prefix, in order to avoid confusion with a nickname. +With WinSSL, this can be expression like "CurrentUser\\MY\\" to +refer to a certificate in the system certificates store. + When using a client certificate, you most likely also need to provide a private key with \fICURLOPT_SSLKEY(3)\fP. -- cgit v1.2.3