Home
last modified time | relevance | path

Searched refs:cainfo (Results 1 – 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
HDlibzfs_crypto.c616 char *cainfo = getenv("SSL_CA_CERT_FILE"); /* matches fetch(3) */ in get_key_material_https() local
625 if (cainfo != NULL) in get_key_material_https()
626 (void) curl_easy_setopt(curl, CURLOPT_CAINFO, cainfo); in get_key_material_https()