Name
easy:SetOpt_CAInfo_Blob -- Certificate Authority (CA) bundle in PEM format (V2.0)
Synopsis
easy:SetOpt_CAInfo_Blob(blob)
Function
Pass a string which contains information of PEM encoded content holding one or more certificates to verify the HTTPS server with.

If #CURLOPT_SSL_VERIFYPEER is zero and you avoid verifying the server's certificate, #CURLOPT_CAINFO_BLOB is not needed.

This option overrides #CURLOPT_CAINFO.

Inputs
blob
input value

Show TOC