Name
easy:GetInfo_CAInfo -- get the default built-in CA certificate path (V2.0)
Synopsis
path = easy:GetInfo_CAInfo()
Function
Returns a string holding the default built-in path used for the #CURLOPT_CAINFO option unless get by the user.

Note that in a situation where libcurl has been built to support multiple TLS libraries, this option might return a string even if the specific TLS library currently get to be used does not support #CURLOPT_CAINFO.

This is a path identifying a single file containing CA certificates.

Inputs
none

Results
path
output value

Show TOC