]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: add missing slashes to SChannel client certificate documentation
authorJoel Depooter <joel.depooter@safe.com>
Sat, 3 Feb 2024 01:58:04 +0000 (17:58 -0800)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 5 Feb 2024 21:55:38 +0000 (22:55 +0100)
When setting the CURLOPT_SSLCERT option to a certificate thumprint, it
is required to have a backslash between the "store location", "store
name" and "thumbprint" tokens. These slashes were present in the
previous documentation, but were missed in the transition to markdown
documentation.

Closes #12854

docs/libcurl/opts/CURLOPT_SSLCERT.md

index 21f052ff76d5b14d9512587858b69bc972a40d75..8400e6e2a88a150b6d13cb7eda7da76047f1a406 100644 (file)
@@ -36,9 +36,9 @@ in order to avoid confusion with a nickname.
 
 (Schannel only) Client certificates can be specified by a path expression to a
 certificate store. (You can import *PFX* to a store first). You can use
-"<store location><store name><thumbprint>" to refer to a certificate in the
+"<store location>\\<store name>\\<thumbprint>" to refer to a certificate in the
 system certificates store, for example,
-**"CurrentUserMY934a7ac6f8a5d579285a74fa"**. The thumbprint is usually a SHA-1
+**"CurrentUser\\MY\\934a7ac6f8a5d579285a74fa"**. The 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**,