-
Notifications
You must be signed in to change notification settings - Fork 8
/
certificates.py
18 lines (18 loc) · 1.37 KB
/
certificates.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
certificates = [
("Microsoft Root Certificate Authority 2010", "3B1EFD3A66EA28B16697394703A72CA340A05BD5"),
("GlobalSign", "D69B561148F01C77C54578C10926DF5B856976AD"),
("Microsoft Root Certificate Authority", "CDD4EEAE6000AC7F40C3802C171E30148030C072" ),
("Baltimore CyberTrust Root", "D4DE20D05E66FC53FE1A50882C78DB2852CAE474"),
("AAA Certificate Services", "D1EB23A46D17D68FD92564C2F1F1601764D8E349"),
("GlobalSign Root CA", "B1BC968BD4F49D622AA89A81F2150152A41D829C"),
("Starfield Class 2 Certification Authority", "AD7E1C28B064EF8F6003402014C3D0E3370EB58A"),
("DigiCert Global Root CA", "A8985D3A65E5E5C4B2D7D66D40C6DD2FB19C5436"),
("VeriSign Class 3 Public Primary Certification Authority - G5", "4EB6D578499B1CCF5F581EAD56BE3D9B6744A5E5"),
("Go Daddy Class 2 Certification Authority", "2796BAE63F1801E277261BA0D77770028F20EEE4"),
("DigiCert Assured ID Root CA", "0563B8630D62D75ABBC8AB1E4BDFB5A899B24D43"),
("DigiCert Trusted Root G4", "DDFB16CD4931C973A2037D3FC83A4D7D775D05E4"),
("QuoVadis Root CA 2", "CA3AFBCF1240364B44B216208880483919937CF7"),
("USERTrust RSA Certification Authority", "2B8F1B57330DBBA2D07A6C51F70EE90DDAB9AD8E"),
("Microsoft Identity Verification Root Certificate Authority 2020", "F40042E2E5F7E8EF8189FED15519AECE42C3BFA2"),
("IdenTrust Commercial Root CA 1", "DF717EAA4AD94EC9558499602D48DE5FBCF03A25"),
]