Upcoming maintenance
Dear Customers and Partners.
This website will be undergoing scheduled maintenance on June 14, 2023. Please be aware there may be disruption to the developer portal website and associated services during the scheduled maintenance period.
This upgrade is essential to ensure the continued performance, reliability, and security of Developer World.
We apologize for any inconvenience.
Installing SSL Certificate(.pfx file) in Spresene main Board
-
Hi,
I have interfaced ESP-01 WiFi module with SPresense main Board. I wish to connect this to my office Network (SEN). SO to do this , I need to install SSL certificate in Spresense. What is the exact procedure to install SSL certifcate which is in .pfx format in Spresense using either SDK or Arduino IDE.
Kindly help me out with this.
-
Hello, @Noor
Sorry for the delayed response.
I believe you need to upload the certificate to the esp board using the AT commands.
The ESP8266 library we have adapted to Spresense at https://github.com/kamtom480/ITEADLIB_Arduino_WeeESP8266 communicates to the ESP board using AT commands, but it does not have a function to send an SSL certificate.Some googling led me to this
https://github.com/JiriBilek/ESP_ATMod#atcipsslcert---load-query-or-delete-tls-ca-certificateThis person seems to explain how to do this, but you would have to look deeper into it.
-