You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ x] I have read the documentation at readthedocs and the issue is not addressed there.
[ x] I have tested that the issue is present in current master branch (aka latest git).
[ x] I have searched the issue tracker for a similar issue.
[x ] If there is a stack dump, I have decoded it.
[ x] I have filled out all fields below.
Platform
Hardware: ESP-12s
Core Version: July 7 2018
Development Env: eclipse
Operating System: MacOS
Settings in IDE
Module: Generic ESP8266 Module
Flash Mode: dio
Flash Size: 4MB
lwip Variant: v2 Higher Bandwidth
Reset Method: none
Flash Frequency: 40Mhz
CPU Frequency: 160MHz
Upload Using: SERIAL
Upload Speed: 115200
Problem Description
Two minor issues with BearSSL_CertStore example.
code shows a .idx file being accessed with no explanation that this is created internally in SPIFFS and not generated by "ar". I found this confusing, maybe add a comment in the code that this is not created by ar?
the arguments to "ar" in the certs-from-mozilla.py script do not work on Linux or MacOS. I used "-q" on MacOS and that seemed to work.
Basic Infos
Platform
Settings in IDE
Problem Description
Two minor issues with BearSSL_CertStore example.
code shows a .idx file being accessed with no explanation that this is created internally in SPIFFS and not generated by "ar". I found this confusing, maybe add a comment in the code that this is not created by ar?
the arguments to "ar" in the certs-from-mozilla.py script do not work on Linux or MacOS. I used "-q" on MacOS and that seemed to work.
MCVE Sketch
N/A
Debug Messages
Running certs-from-mozilla.py:
The text was updated successfully, but these errors were encountered: