Index
Sending Certificates
You can set client certificates to be validated by your hosts.
Example
HTTPS https = new HTTPS();
https.X509CertificateFile = “certifcate.cer”;
in HTTPS
You can set client certificates to be validated by your hosts.
HTTPS https = new HTTPS();
https.X509CertificateFile = “certifcate.cer”;