How to flash cert store to esp8266?
Posted: Mon Oct 24, 2022 6:04 pm
I'm on Linux. How do I flash an ssl cert store to my esp8266 using these instructions?. It links to the Arduino IDE documentation which shows putting a data and tools directory into the project. I have the directories created as shown, and the certs.ar file in the data directory, but the IDE isn't listing the tool as an option in the "Tools" menu when I restart it. Any way to flash this by hand?
Directory:
Directory:
Code: Select all
~/Arduino/proj1/
├── data
│ └── certs.ar
├── get_moz_root_ca.py
├── proj1.ino
└── tools
└── ESP8266FS
└── tool
└── esp8266fs.jar