fix: [mozilla-IntermediateCA] Typo
parent
7290956691
commit
8f2691535b
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"description": "Fingerprint of known intermedicate of trusted certificates taken from Mozilla's lists at https://wiki.mozilla.org/CA",
|
"description": "Fingerprint of known intermediate of trusted certificates taken from Mozilla's lists at https://wiki.mozilla.org/CA",
|
||||||
"list": [
|
"list": [
|
||||||
"000555cdcf3b5faac807b975bf2eb722b77876c797385aec00a8767daaba900f",
|
"000555cdcf3b5faac807b975bf2eb722b77876c797385aec00a8767daaba900f",
|
||||||
"000cf657b374afa36610df4a183c90b2",
|
"000cf657b374afa36610df4a183c90b2",
|
||||||
|
@ -7270,7 +7270,7 @@
|
||||||
"x509-fingerprint-sha1",
|
"x509-fingerprint-sha1",
|
||||||
"x509-fingerprint-sha256"
|
"x509-fingerprint-sha256"
|
||||||
],
|
],
|
||||||
"name": "Fingerprint of known intermedicate of trusted certificates",
|
"name": "Fingerprint of known intermediate of trusted certificates",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"version": 20210604
|
"version": 20210604
|
||||||
}
|
}
|
||||||
|
|
|
@ -53,4 +53,4 @@ if __name__ == '__main__':
|
||||||
process(Included_CA_file, Included_CA_dst, 'trusted CA certificates')
|
process(Included_CA_file, Included_CA_dst, 'trusted CA certificates')
|
||||||
download_to_file(CA_known_intermediate_url, CA_known_intermediate_file)
|
download_to_file(CA_known_intermediate_url, CA_known_intermediate_file)
|
||||||
process(CA_known_intermediate_file, CA_known_intermediate_dst,
|
process(CA_known_intermediate_file, CA_known_intermediate_dst,
|
||||||
'known intermedicate of trusted certificates')
|
'known intermediate of trusted certificates')
|
||||||
|
|
Loading…
Reference in New Issue