A configuration for the Curl client engine.
Sets path to Certificate Authority (CA) bundle using CURLOPT_CAINFO.
CURLOPT_CAINFO
Sets directory that holds Certificate Authority (CA) certificates using CURLOPT_CAPATH.
CURLOPT_CAPATH
Enables TLS host and certificate verification by setting the CURLOPT_SSL_VERIFYPEER and CURLOPT_SSL_VERIFYHOST options. Similar to -k/--insecure curl option.
CURLOPT_SSL_VERIFYPEER
CURLOPT_SSL_VERIFYHOST
-k/--insecure