Duplicate with MKR1010/1500

How do I do the following with ArduinoBearSSL with an MKR1010/1500?

For ESP32 using #include <WiFiClientSecure.h>

  wifiClient.setCACert(AWS_CERT_CA); //Root CA
  wifiClient.setCertificate(CERT_CRT);  //client certificate
  wifiClient.setPrivateKey(CERT_PRIVATE);  //client key

For ThingStream PointPerfect does not allow the client to provide the key.

How would you duplicate this with ArduinoBearSSL?

Thanks

Bruce

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.