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:
@@ -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 = []
|
||||||
|
Reference in New Issue
Block a user