mirror of
https://github.com/curl/curl.git
synced 2026-08-06 20:36:15 +03:00
Julian Noble pointed out that capath is indeed working fine on Windows
these days since the c_rehash tool is written (fixed) to do the proper action even on file systems that don't support symlinks.
This commit is contained in:
parent
32cef52f0d
commit
21c16f923c
2 changed files with 5 additions and 6 deletions
|
|
@ -358,7 +358,7 @@ static void help(void)
|
|||
puts(" --engine <eng> Specifies the crypto engine to use (HTTPS)\n"
|
||||
" --cacert <file> CA certifciate to verify peer against (SSL)\n"
|
||||
" --capath <directory> CA directory (made using c_rehash) to verify\n"
|
||||
" peer against (SSL, NOT Windows)\n"
|
||||
" peer against (SSL)\n"
|
||||
" --ciphers <list> What SSL ciphers to use (SSL)\n"
|
||||
" --compressed Request a compressed response (using deflate).");
|
||||
puts(" --connect-timeout <seconds> Maximum time allowed for connection\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue