Name
easy:SetOpt_Proxy_SSLCert_Blob -- SSL proxy client certificate from memory blob (V2.0)
Synopsis
easy:SetOpt_Proxy_SSLCert_Blob(blob)
Function
Pass a string with binary data of the certificate used to connect to the HTTPS proxy. The format must be "P12" on Secure Transport or Schannel. The format must be "P12" or "PEM" on OpenSSL. The string "P12" or "PEM" must be specified with #CURLOPT_PROXY_SSLCERTTYPE.

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

Inputs
blob
input value

Show TOC