arduino-libraries / WiFiNINA

141 stars 107 forks source link

SSL self signed certificate upload to WiFi module. #115

Open YutaSuzu opened 4 years ago

YutaSuzu commented 4 years ago

Hello. I'm using Arduino MKR WIFI1010 and I would like to know about upload self signed certificate.

I created self signed certificate with Openssl and use for my local server. When I use Arduino MKR1000, I was able to upload my self signed certificate(binary) by command line software from following link. https://github.com/arduino-libraries/WiFi101-FirmwareUpdater

Tool from Arduino IDE does not work.

Is it any possibility to upload my self signed certificate to Arduino MKR WIFI1010 ?

sabas1080 commented 2 years ago

Any update?

miterfrants commented 2 years ago

I think u could use ArduinoBearSSL to implement self-signed certificate

sample code: https://github.com/Vitomir2/Digital-Twins-Azure-IoT-Hub/blob/3ac9d42b382175a7d961970e0d575a4b07f1f6f4/source/auth-x509-certs-arduino-sketches/authentication-x509-certificates-2/authentication-x509-certificates-2.ino#L153