Skip to content

Commit ad9aaef

Browse files
authored
Fix removing first certificate in certs-from-mozilla.py (#8907)
.pem list has no headers, that operation removes a real certificate.
1 parent c3f3631 commit ad9aaef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/ESP8266WiFi/examples/BearSSL_CertStore/certs-from-mozilla.py

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
if item.startswith("'-----BEGIN CERTIFICATE-----"):
4848
pems.append(item)
4949
del names[0] # Remove headers
50-
del pems[0] # Remove headers
5150

5251
# Try and make ./data, skip if present
5352
try:

0 commit comments

Comments
 (0)