CURLOPT_CRLFILE (3) Linux Manual Page
CURLOPT_CRLFILE – specify a Certificate Revocation List file Synopsis#include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_CRLFILE, char *file); DescriptionPass a char * to a zero terminated string naming a file with the concatenation of CRL (in PEM format) to use in the certificate validation that occurs during the SSL exchange. When curl is built to use NSS…
