diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-03-02 22:09:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-03-02 22:09:30 +0000 |
commit | aa50a00898495b2f3a4334ecbe4d81efa6dd6b6b (patch) | |
tree | 78e80638d526ef2cf346d1bececda16dff0d1232 /docs/libcurl | |
parent | 26f112ba5598b695397135cc9453458d5617fbcf (diff) |
point out that CAINFO points out a file name by default
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 5db673eb2..d2d809741 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -1142,6 +1142,9 @@ certificates to verify the peer with. This makes sense only when used in combination with the \fICURLOPT_SSL_VERIFYPEER\fP option. If \fICURLOPT_SSL_VERIFYPEER\fP is zero, \fICURLOPT_CAINFO\fP need not even indicate an accessible file. + +Note that option is by default set to the system path where libcurl's cacert +bundle is assumed to be stored, as established at build time. .IP CURLOPT_CAPATH Pass a char * to a zero terminated string naming a directory holding multiple CA certificates to verify the peer with. The certificate |