Sending Certificates
You can set client certificates to be validated by your hosts.
Example
HTTPS https = new HTTPS();
https.X509CertificateFile = “certifcate.cer”;
You can set client certificates to be validated by your hosts.
HTTPS https = new HTTPS();
https.X509CertificateFile = “certifcate.cer”;
© 2021 Crystal Universe Software, Inc. All rights reserved.