Name
easy:SetOpt_SSLKey_Blob -- private key for client cert from memory blob (V2.0)
Synopsis
easy:SetOpt_SSLKey_Blob(blob)
Function
Pass a string which contains a private key. Compatible with OpenSSL. The format (like "PEM") must be specified with #CURLOPT_SSLKEYTYPE.

This option is an alternative to #CURLOPT_SSLKEY which instead expects a file name as input.

Inputs
blob
input value

Show TOC