Name
easy:GetInfo_CertInfo -- get the TLS certificate chain
Synopsis
chainp = easy:GetInfo_CertInfo()
Function
Returns a table that holds a number of string lists with info about the certificate chain, assuming you had #CURLOPT_CERTINFO enabled when the request was made. The table reports how many certs it found and then you can extract info for each of those certs by following the string lists. The info chain is provided in a series of data in the format "name:content" where the content is for the specific named data.

Inputs
none

Results
chainp
output value

Show TOC