CURLOPT_SSLKEYTYPE (3) Linux Manual Page
CURLOPT_SSLKEYTYPE – set type of the private key file Synopsis#include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SSLKEYTYPE, char *type); DescriptionPass a pointer to a zero terminated string as parameter. The string should be the format of your private key. Supported formats are "PEM", "DER" and "ENG". The format "ENG" enables you to load the private key from…
