Home | History | Annotate | Download | only in src

Lines Matching full:cacert

106   " using the --cacert option.\n"
242 if(!config->cacert &&
248 config->cacert = strdup(env);
249 if(!config->cacert) {
270 config->cacert = strdup(env);
271 if(!config->cacert) {
1017 if(config->cacert)
1018 my_setopt_str(curl, CURLOPT_CAINFO, config->cacert);