aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/cert.d
diff options
context:
space:
mode:
authorArchangel_SDY <Archangel.SDY@gmail.com>2018-04-18 21:01:14 +0800
committerJay Satiro <raysatiro@yahoo.com>2018-04-23 03:16:52 -0400
commitf0819f99ae226c293c0f49ef5e715a44bdad618b (patch)
tree5286b212ef2708d378d064ecd8d78d0b9b47929a /docs/cmdline-opts/cert.d
parentab988caef66d75707fd43756906b9b9f42a89337 (diff)
CURLOPT_SSLCERT.3: improve WinSSL-specific usage info
Ref: https://github.com/curl/curl/pull/2376#issuecomment-381858780 Closes https://github.com/curl/curl/pull/2504
Diffstat (limited to 'docs/cmdline-opts/cert.d')
-rw-r--r--docs/cmdline-opts/cert.d11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/cmdline-opts/cert.d b/docs/cmdline-opts/cert.d
index 0cd5d535f..adf62fc7a 100644
--- a/docs/cmdline-opts/cert.d
+++ b/docs/cmdline-opts/cert.d
@@ -29,4 +29,15 @@ system or user keychain, or the path to a PKCS#12-encoded certificate and
private key. If you want to use a file from the current directory, please
precede it with "./" prefix, in order to avoid confusion with a nickname.
+(Schannel/WinSSL only) Client certificates must be specified by a path
+expression to a certificate store. (Loading PFX is not supported; you can
+import it to a store first). You can use
+"<store location>\\<store name>\\<thumbprint>" to refer to a certificate
+in the system certificates store, for example,
+"CurrentUser\\MY\\934a7ac6f8a5d579285a74fa61e19f23ddfe8d7a". Thumbprint is
+usually a SHA-1 hex string which you can see in certificate details. Following
+store locations are supported: CurrentUser, LocalMachine, CurrentService,
+Services, CurrentUserGroupPolicy, LocalMachineGroupPolicy,
+LocalMachineEnterprise.
+
If this option is used several times, the last one will be used.