mirror of
https://github.com/curl/curl.git
synced 2026-08-24 16:33:33 +03:00
schannel: add client certificate authentication
Users can now specify a client certificate in system certificates store explicitly using expression like `--cert "CurrentUser\MY\<thumbprint>"` Closes #2376
This commit is contained in:
parent
bc4b8c9717
commit
e35b0256eb
2 changed files with 123 additions and 1 deletions
|
|
@ -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\\<thumbprint>" 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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue