1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-11 09:43:08 +03:00

certs-from-mozilla.py - Update Mozilla CCADB URL (#9264)

site that provides CCADB is now at URL "ccadb.my.salesforce-sites.com"
This commit is contained in:
Jani Poikela
2025-08-06 21:29:03 +03:00
committed by GitHub
parent 4cc20a90f8
commit ec1d3a5fd4

View File

@@ -24,7 +24,7 @@ if which('openssl') is None and not os.path.isfile('./openssl') and not os.path.
raise Exception("You need to have openssl in PATH, installable from https://www.openssl.org/") raise Exception("You need to have openssl in PATH, installable from https://www.openssl.org/")
# Mozilla's URL for the CSV file with included PEM certs # Mozilla's URL for the CSV file with included PEM certs
mozurl = "https://ccadb-public.secure.force.com/mozilla/IncludedCACertificateReportPEMCSV" mozurl = "https://ccadb.my.salesforce-sites.com/mozilla/IncludedCACertificateReportPEMCSV"
# Load the names[] and pems[] array from the URL # Load the names[] and pems[] array from the URL
names = [] names = []