Article: Sending Certificates

Index

Sending Certificates

You can set client certificates to be validated by your hosts.

Example

HTTPS https = new HTTPS();

https.X509CertificateFile = “certifcate.cer”;

Related Articles

Main Categories