]> git.ipfire.org Git - thirdparty/curl.git/commit
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)
commitaefb0bde4e91291329fc08d03cd565e74c97f5ca
tree537a2acfeab87f3e6d57f32d506876c96c9bb41a
parent0dc036225b3013bf994da81fa44571bcfcecbe92
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
docs/libcurl/opts/CURLOPT_SSLCERT.md