Searched refs:pKeyName (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dsimplessl.c33 3.3. set pKeyName to the key identifier you want to use
35 4.1. set pKeyName to the file name of your client key
55 const char *pKeyName; local
61 pKeyName = "rsa_test";
65 pKeyName = "testkey.pem";
114 curl_easy_setopt(curl,CURLOPT_SSLKEY,pKeyName);

Completed in 38 milliseconds