From ad9aaef8c83054b5d79bb311489673e2588802f0 Mon Sep 17 00:00:00 2001 From: ilmanowar <37931150+ilmanowar@users.noreply.github.com> Date: Sat, 22 Apr 2023 17:33:27 +0300 Subject: [PATCH] Fix removing first certificate in certs-from-mozilla.py (#8907) .pem list has no headers, that operation removes a real certificate. --- .../ESP8266WiFi/examples/BearSSL_CertStore/certs-from-mozilla.py | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/ESP8266WiFi/examples/BearSSL_CertStore/certs-from-mozilla.py b/libraries/ESP8266WiFi/examples/BearSSL_CertStore/certs-from-mozilla.py index 1f35a99850..80dbc48387 100755 --- a/libraries/ESP8266WiFi/examples/BearSSL_CertStore/certs-from-mozilla.py +++ b/libraries/ESP8266WiFi/examples/BearSSL_CertStore/certs-from-mozilla.py @@ -47,7 +47,6 @@ if item.startswith("'-----BEGIN CERTIFICATE-----"): pems.append(item) del names[0] # Remove headers -del pems[0] # Remove headers # Try and make ./data, skip if present try: