Hi,
The below is the function which I use to send Cert details along with the REST API in Web HTTP Protocol which is already working. This is cert is placed on LG.
web_set_certificate_ex("CertFilePath=D:\\LRE_Cert\\testinghost_gsm1900.org.pem",
"CertFormat=PEM",
"KeyFilePath=D:\\LRE_Cert\\testinghost_gsm1900.org.pem",
"KeyFormat=PEM",
LAST);
Now I need to work on Truclient protocol. What is the relevant function which I can use in Truclient protocol similar to web_set_certificate_ex in WebHTTP protocol to send cert details?