docs: add missing slashes to SChannel client certificate documentation

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
This commit is contained in:
Joel Depooter 2024-02-02 17:58:04 -08:00 committed by Daniel Stenberg
parent 0dc036225b
commit aefb0bde4e
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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**,