Last active
February 20, 2024 14:31
-
-
Save robstradling/071da4acf6a94f0f6a5aea1e7121df89 to your computer and use it in GitHub Desktop.
2023-10-27: CA Owner "?" on https://crt.sh/cert-populations
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WITH cas AS ( | |
SELECT cac.CA_ID | |
FROM ccadb_certificate cc | |
JOIN ca_certificate cac ON cc.CERTIFICATE_ID = cac.CERTIFICATE_ID | |
WHERE cc.INCLUDED_CERTIFICATE_OWNER IS NULL | |
EXCEPT | |
SELECT cac.CA_ID | |
FROM ccadb_certificate cc | |
JOIN ca_certificate cac ON cc.CERTIFICATE_ID = cac.CERTIFICATE_ID | |
GROUP BY cac.CA_ID | |
HAVING max(coalesce(coalesce(nullif(trim(cc.SUBORDINATE_CA_OWNER), ''), nullif(trim(cc.CA_OWNER), '')), cc.INCLUDED_CERTIFICATE_OWNER)) IS NOT NULL | |
) | |
SELECT ca.ID, | |
sum(coalesce(ca.NUM_ISSUED[1], 0)) CERT_POPULATION, | |
(sum(coalesce(ca.NUM_ISSUED[1], 0)) - sum(coalesce(ca.NUM_EXPIRED[1], 0))) CERT_POPULATION_UNEXPIRED, | |
sum(coalesce(ca.NUM_ISSUED[2], 0)) PRECERT_POPULATION, | |
(sum(coalesce(ca.NUM_ISSUED[2], 0)) - sum(coalesce(ca.NUM_EXPIRED[2], 0))) PRECERT_POPULATION_UNEXPIRED, | |
ca.NAME, | |
array_to_string(array_agg(DISTINCT trust.CTX ORDER BY trust.CTX), ',') | |
FROM cas | |
JOIN ca ON cas.CA_ID = ca.ID | |
LEFT JOIN LATERAL ( | |
SELECT tc.CTX | |
FROM ca_trust_purpose ctp, trust_context tc | |
WHERE ctp.CA_ID = ca.ID | |
AND ctp.TRUST_CONTEXT_ID = tc.ID | |
) trust ON TRUE | |
GROUP BY ca.ID, ca.NAME | |
ORDER BY CERT_POPULATION DESC; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CA ID | Certificates:ALL | Certificates:Unexpired | Precertificates:ALL | Precertificates:Unexpired | CA Name | Trust Programs | |
---|---|---|---|---|---|---|---|
34007 | 2954690 | 0 | 0 | 0 | C=US, ST=CA, L=San Francisco, O="CloudFlare, Inc.", CN=CloudFlare Inc Compatibility CA-3 | Microsoft | |
974 | 351169 | 26 | 0 | 0 | C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global CA | 360 Browser,Adobe AATL,Android,Apple,Chrome,Gmail,Java,Microsoft,Mozilla | |
79 | 80875 | 0 | 0 | 0 | C=JP, O="Cybertrust Japan Co., Ltd.", CN=Cybertrust Japan Public CA G1 | Microsoft | |
292 | 72395 | 0 | 0 | 0 | C=JP, O="Betrusted Japan Co., Ltd.", CN=Cybertrust Japan Public CA | Microsoft | |
103 | 70585 | 0 | 0 | 0 | C=US, O=Akamai Technologies Inc, CN=Akamai Subordinate CA 3 | Microsoft | |
142 | 62005 | 0 | 0 | 0 | C=JP, O=SECOM Trust.net, CN=SECOM Passport for Web CA | Microsoft | |
147 | 61395 | 0 | 0 | 0 | O=Cybertrust Inc, CN=Cybertrust SureServer Standard Validation CA | Microsoft | |
234 | 56086 | 29 | 0 | 0 | C=DK, O=TDC, OU=TDC SSL Server CA | 360 Browser,Adobe AATL,Android,Apple,Chrome,Gmail,Java,Microsoft,Mozilla | |
973 | 55375 | 0 | 0 | 0 | C=BE, O=Cybertrust, OU=Educational CA, CN=Cybertrust Educational CA | Microsoft | |
165 | 54475 | 0 | 0 | 0 | DC=com, DC=microsoft, DC=corp, DC=redmond, CN=Microsoft Secure Server Authority | Microsoft | |
4 | 45895 | 0 | 0 | 0 | C=US, O=Google Inc, CN=Google Internet Authority | Microsoft | |
1006 | 45080 | 0 | 0 | 0 | C=US, O=DigiCert Inc., CN=DigiCert Security Services CA | Microsoft | |
13797 | 32145 | 225 | 0 | 0 | CN=Developer ID Certification Authority, OU=Apple Certification Authority, O=Apple Inc., C=US | Apple | |
250885 | 31790 | 22696 | 32325 | 23015 | C=CN, O="TrustAsia Technologies, Inc.", CN=TrustAsia DV TLS ECC Test CA G4 | ||
1155 | 20485 | 0 | 0 | 0 | C=US, O=Apple Inc., OU=Apple Worldwide Developer Relations, CN=Apple Worldwide Developer Relations Certification Authority | Apple | |
1010 | 20175 | 0 | 0 | 0 | DC=com, DC=microsoft, DC=corp, DC=redmond, CN=Microsoft Secure Server Authority | Microsoft | |
1354 | 17705 | 6 | 0 | 0 | O=Root CA, OU=http://www.cacert.org, CN=CA Cert Signing Authority, [email protected] | ||
130 | 15280 | 0 | 0 | 0 | C=IT, O=I.T. Telecom, OU=Servizi di certificazione, CN=I.T. Telecom Global CA | Microsoft | |
361 | 13592 | 0 | 0 | 0 | C=US, O=Trusted Secure Certificate Authority, CN=Trusted Secure Certificate Authority | 360 Browser,Android,Apple,Chrome,Java,Microsoft,Mozilla | |
970 | 12195 | 0 | 0 | 0 | C=GB, O=Comodo Limited, OU=Comodo Trust Network, OU=Terms and Conditions of use: http://www.comodo.net/repository, OU=(c)2002 Comodo Limited, CN=Comodo Class 3 Security Services CA | Microsoft | |
125 | 10140 | 0 | 0 | 0 | C=AE, O=Etisalat, OU=Etisalat eBusiness Services, CN=Comtrust Server Certification Authority | Microsoft | |
259 | 9945 | 0 | 0 | 0 | C=US, O=Wells Fargo, OU=Wells Fargo Certification Authority, CN=Wells Fargo Certificate Authority 01 | Microsoft | |
232 | 7455 | 0 | 0 | 0 | C=US, O=Cybertrust Inc, OU=Services, OU=PKI, CN=Cybertrust Public Issuing CA 1 | Microsoft | |
261 | 7140 | 0 | 0 | 0 | DC=local, DC=experian, CN=Configuration, CN=Services, CN=Public Key Services, CN=AIA, CN=Experian PrdSubCA1 | 360 Browser,Adobe AATL,Android,Apple,Chrome,Gmail,Java,Microsoft,Mozilla | |
1033 | 7030 | 0 | 0 | 0 | C=DE, O=TC TrustCenter GmbH, OU=TC TrustCenter SSL CA, CN=TC TrustCenter SSL CA I | Microsoft | |
552 | 7000 | 0 | 0 | 0 | C=IT, O=InfoCert SpA, OU=Internet Services, CN=InfoCert Certification Authority | Microsoft | |
1355 | 6719 | 2 | 0 | 0 | O=CAcert Inc., OU=http://www.CAcert.org, CN=CAcert Class 3 Root | ||
1034 | 5335 | 0 | 0 | 0 | O=GlobalSign Inc, CN=Cybertrust SureServer CA | Microsoft | |
304 | 4980 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, CN=Actalis Server Authentication CA | Microsoft | |
2048 | 4650 | 0 | 0 | 0 | C=US, O=DigiCert Inc., CN=DigiCert Security Services CA | Microsoft | |
478 | 4645 | 0 | 0 | 0 | C=DE, O=adidas AG, CN=adidas EMEA Issuing CA 01 | Microsoft | |
282 | 4630 | 0 | 0 | 0 | C=TW, O=TAIWAN-CA.COM Inc., OU=SSL Certification Service Provider, CN=TaiCA Secure CA | Microsoft | |
1162 | 4607 | 0 | 0 | 0 | C=JP, O=SECOM Trust.net, CN=SECOM Passport for Web SR CA | Android,Apple,Chrome,Gmail,Microsoft,Mozilla | |
667 | 4220 | 0 | 0 | 0 | C=US, O=Anthem Inc, OU=Ecommerce, CN=Anthem Inc Certificate Authority | Microsoft | |
162 | 3850 | 0 | 0 | 0 | O=Bayer Group, OU=Bayer Business Services, CN=Bayer Group External Server CA | Microsoft | |
1082 | 3825 | 0 | 0 | 0 | DC=edu, DC=lsu, CN=Louisiana State University Issuing CA 1 | Microsoft | |
493 | 2810 | 0 | 0 | 0 | C=US, O=SAIC, OU=PKI, CN=SAIC Public Issuing CA 01 | Microsoft | |
1042 | 2675 | 0 | 0 | 0 | C=IT, O=Postecom S.p.A., OU=Servizi Certification Authority, CN=Postecom CS2 | Microsoft | |
855 | 2587 | 0 | 0 | 0 | C=NL, O=DigiNotar, CN=DigiNotar Services 1024 CA, [email protected] | 360 Browser,Adobe AATL,Android,Apple,Chrome,Gmail,Java,Microsoft,Mozilla | |
452 | 2580 | 0 | 0 | 0 | DC=com, DC=sanpaoloimi, DC=corp, DC=sede, CN=Intesa Sanpaolo S.p.A. CA Servizi Esterni | Microsoft | |
1613 | 2355 | 5 | 0 | 0 | CN=Apple Server Authentication CA, OU=Certification Authority, O=Apple Inc., C=US | Apple | |
12406 | 2355 | 0 | 0 | 0 | DC=com, DC=disney, OU=PKI, CN=The Walt Disney Company Enterprise CA | 360 Browser,Adobe AATL,Android,Apple,Chrome,Gmail,Java,Microsoft,Mozilla | |
421 | 2335 | 0 | 0 | 0 | C=US, O=Intel Corporation, CN=Intel External Basic Issuing CA 3A | Microsoft | |
1210 | 2295 | 0 | 0 | 0 | C=DE, O=Siemens, serialNumber=ZZZZZZVI, OU=Copyright (C) Siemens AG 2009 All Rights Reserved, CN=Siemens Issuing CA Class Internet Server V1.0 | Microsoft | |
564 | 2240 | 0 | 0 | 0 | DC=ru, DC=yandex, DC=ld, CN=YandexExternalCA | Microsoft | |
387 | 2210 | 0 | 0 | 0 | C=US, O=Bechtel Corporation, OU=Information Security, CN=Bechtel External iBechtel CA 1 | Microsoft | |
1004 | 2165 | 0 | 0 | 0 | C=DE, O=T-Systems Enterprise Services GmbH, OU=Trust Center Deutsche Telekom, CN=Deutsche Telekom CA 6 | Microsoft | |
227 | 2155 | 0 | 0 | 0 | C=US, O=Intel Corporation, CN=Intel External Basic Issuing CA 3B | Microsoft | |
13908 | 2010 | 0 | 0 | 0 | DC=com, DC=microsoft, DC=corp, DC=redmond, CN=Microsoft Secure Server Authority | Microsoft | |
12952 | 1990 | 0 | 0 | 0 | C=US, O=Bechtel Corporation, OU=Information Security, CN=Bechtel External iBechtel CA 1 | Microsoft | |
217001 | 1680 | 1010 | 2087 | 1275 | C=US, O="DigiCert, Inc.", CN=DigiCert Verified Mark RSA4096 SHA256 2021 CA1 | ||
1149 | 1630 | 0 | 0 | 0 | C=JP, O="Betrusted Japan Co.,Ltd.", CN=BTJ Public CA 2 | Microsoft | |
1003 | 1525 | 0 | 0 | 0 | C=MY, O=Digicert Sdn. Bhd., OU=457608-K, CN=Digisign Server ID (Enrich) | Microsoft | |
73 | 1525 | 0 | 0 | 0 | C=US, O=SAIC, OU=PKI, CN=SAIC Public Issuing CA 02 | Microsoft | |
8065 | 1340 | 0 | 0 | 0 | CN=Microsoft Secure Server Authority | Microsoft | |
12482 | 1280 | 0 | 0 | 0 | C=US, O=SAIC, OU=PKI, CN=SAIC Public Issuing CA 01 | Microsoft | |
12590 | 1275 | 0 | 0 | 0 | C=JP, O=Fuji Xerox, CN=Fuji Xerox SDES CA | Android,Apple,Chrome,Gmail,Microsoft,Mozilla | |
10103 | 1165 | 0 | 0 | 0 | DC=com, DC=microsoft, DC=corp, DC=redmond, CN=Microsoft Secure Server Authority | Microsoft | |
287 | 1135 | 0 | 0 | 0 | DC=edu, DC=liberty, CN=LUPKI01 | Microsoft | |
1319 | 1030 | 0 | 0 | 0 | C=US, O=Aetna Inc., CN=Aetna Inc. Secure Server CA | Microsoft | |
1111 | 1015 | 0 | 0 | 0 | C=TW, O=TAIWAN-CA.COM Inc., OU=Certification Service Provider, CN=TaiCA Secure CA | Microsoft | |
9078 | 970 | 0 | 0 | 0 | C=US, O=Apple Inc., OU=Apple Certification Authority, CN=Apple Application Integration Certification Authority | Apple | |
1383 | 755 | 0 | 0 | 0 | DC=com, DC=ch2m, CN=CH2M HILL Internet CA | Microsoft | |
507 | 670 | 0 | 0 | 0 | CN=PKI FINMECCANICA, O=FINMECCANICA, OU=FINMECCANICA, C=IT | Microsoft | |
395 | 620 | 0 | 0 | 0 | CN=Marks and Spencer Group plc External sub CA1, OU=Marks and Spencer Group plc OmniRoot sub CA, O=Marks and Spencer Group plc, C=GB | Microsoft | |
1245 | 550 | 0 | 0 | 0 | C=JP, O=NTT Communications Corporation, CN=BLADE Server CA 2 | Microsoft | |
619 | 545 | 0 | 0 | 0 | CN=Sempra Energy Secure Server CA1 | Microsoft | |
1341 | 545 | 0 | 0 | 0 | O=ZF, OU=ZF IT, CN=ZF CA 01 | Microsoft | |
1236 | 525 | 0 | 0 | 0 | C=DE, O=GAD EG, OU=VR IDENT, CN=VR IDENT SSL CA 2009 | Microsoft | |
50446 | 525 | 5 | 0 | 0 | CN=Apple Application Integration 2 Certification Authority, OU=Apple Certification Authority, O=Apple Inc., C=US | Apple | |
12382 | 495 | 0 | 0 | 0 | DC=com, DC=disney, OU=PKI, CN=The Walt Disney Company Commerce CA | 360 Browser,Adobe AATL,Android,Apple,Chrome,Gmail,Java,Microsoft,Mozilla | |
1346 | 465 | 0 | 0 | 0 | CN=Developer Authentication Certification Authority, OU=Apple Worldwide Developer Relations, O=Apple Inc., C=US | Apple | |
795 | 455 | 0 | 0 | 0 | DC=edu, DC=sacredheart, CN=Sacred Heart University CA | Microsoft | |
50445 | 440 | 0 | 0 | 0 | CN=Apple Server Authentication CA 2, OU=Apple Certification Authority, O=Apple Inc., C=US | Apple | |
100629 | 415 | 5 | 0 | 0 | CN=Apple System Integration 2 Certification Authority, OU=Apple Certification Authority, O=Apple Inc., C=US | Apple | |
199042 | 410 | 0 | 0 | 0 | CN=Apple System Integration CA 4, OU=Apple Certification Authority, O=Apple Inc., C=US | Apple | |
937 | 408 | 0 | 0 | 0 | C=JP, O=Fuji Xerox, CN=Fuji Xerox Xnet CA | Android,Apple,Chrome,Gmail,Microsoft,Mozilla | |
179937 | 395 | 0 | 890 | 385 | CN=Apple Application Integration CA 6 - G1, OU=Apple Certification Authority, O=Apple Inc., C=US | Apple | |
6635 | 395 | 0 | 0 | 0 | C=US, O=Intel Corporation, CN=Intel External Basic Issuing CA 3A | Microsoft | |
514 | 390 | 0 | 0 | 0 | C=US, ST=California, L=San Jose, O=Cadence Design Systems, OU=Information Security Services, CN=Cadence Secure Server Authority, [email protected] | Microsoft | |
6634 | 385 | 0 | 0 | 0 | C=US, O=Intel Corporation, CN=Intel External Basic Issuing CA 3B | Microsoft | |
660 | 380 | 0 | 0 | 0 | DC=Net, DC=One, DC=Nalco, CN=NalcoExternalIssuingCA-1 | Microsoft | |
12623 | 374 | 0 | 0 | 0 | C=JP, O=Fuji Xerox, CN=Fuji Xerox Endorsement CA | Android,Apple,Chrome,Gmail,Microsoft,Mozilla | |
130192 | 360 | 360 | 0 | 0 | C=CZ, O=Správa základních registrů, CN=NCA SubCA1/RSA 12/2018, organizationIdentifier=NTRCZ-72054506 | Adobe EUTL | |
1189 | 305 | 0 | 0 | 0 | C=US, O=Trusted Secure Certificate Authority, CN=Trusted Secure Certificate Authority | Microsoft | |
1154 | 275 | 80 | 0 | 0 | C=US, O=Apple Inc., OU=Apple Certification Authority, CN=Apple Root CA | Apple | |
860 | 250 | 0 | 0 | 0 | C=AE, O=Etisalat, OU=Etisalat eBusiness Services, CN=Comtrust User Certification Authority | Microsoft | |
60075 | 236 | 112 | 0 | 0 | C=DE, O=Bundesagentur fuer Arbeit, CN=BA-QC-Wurzel-CA-2:PN | Adobe EUTL | |
1136 | 230 | 0 | 0 | 0 | C=IT, O=Centro Nazionale per l'Informatica nella PA, OU=Servizi di Sicurezza e Certificazione, CN=CNIPA CA3 | Microsoft | |
14219 | 225 | 0 | 0 | 0 | DC=com, DC=microsoft, DC=corp, DC=redmond, CN=Microsoft Secure Server Authority | Microsoft | |
1080 | 220 | 0 | 0 | 0 | C=JP, O=Comodo Japan Inc., CN=Comodo Japan CA | Microsoft | |
12686 | 215 | 0 | 0 | 0 | CN=Sempra Energy Secure Server CA1 | Microsoft | |
14175 | 200 | 45 | 0 | 0 | CN=Apple Root CA - G3, OU=Apple Certification Authority, O=Apple Inc., C=US | Apple | |
1256 | 195 | 0 | 0 | 0 | CN=Sempra Energy Secure Server CA1 | Microsoft | |
12504 | 195 | 0 | 0 | 0 | C=US, O=Bechtel Corporation, OU=Information Security, CN=Bechtel Corporation External CA | Microsoft | |
1196 | 195 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, OU=TeleSec Trust Center, CN=Deutsche Telekom CA 4 | Microsoft | |
14314 | 165 | 0 | 0 | 0 | C=GB, O=Marks and Spencer Group plc, OU=Marks and Spencer Group plc OmniRoot sub CA, CN=Marks and Spencer Group plc External sub CA1 | Microsoft | |
247224 | 160 | 160 | 0 | 0 | CN=NCA SubCA1/RSA 05/2022, O=Správa základních registrů, organizationIdentifier=NTRCZ-72054506, C=CZ | Adobe EUTL | |
13753 | 160 | 0 | 0 | 0 | CN=Apple Timestamp Certification Authority, OU=Apple Certification Authority, O=Apple Inc., C=US | Apple | |
12670 | 155 | 0 | 0 | 0 | C=JP, O=SECOM Trust.net, CN=SECOM Passport for Web CA | Microsoft | |
14982 | 154 | 0 | 0 | 0 | C=KZ, L=АСТАНА, ST=АСТАНА, O=РМК «МЕМЛЕКЕТТІК ТЕХНИКАЛЫҚ ҚЫЗМЕТ», CN=ҰЛТТЫҚ КУӘЛАНДЫРУШЫ ОРТАЛЫҚ (RSA) | ||
29151 | 146 | 0 | 0 | 0 | C=DE, O=Bundesnetzagentur, CN=14R-CA 1:PN | ||
29107 | 144 | 60 | 0 | 0 | C=SK, L=Bratislava, serialNumber=NTRSK-35975946, O=Disig a.s., OU=ACA-307-2007-2, CN=CA Disig QCA3 | Adobe EUTL | |
1060 | 121 | 0 | 0 | 0 | C=US, O=U.S. Government, OU=DoD, OU=PKI, CN=DOD CLASS 3 CA-7 | ||
29110 | 120 | 0 | 0 | 0 | C=SK, L=Bratislava, O=Disig a.s., OU=ACA-307-2007-2, CN=CA Disig | Adobe EUTL | |
1165 | 117 | 0 | 0 | 0 | C=AE, O=Etisalat, OU=Comtrust eBusiness Services, CN=Comtrust Server CA | Microsoft | |
1359 | 110 | 0 | 0 | 0 | C=US, ST=California, L=San Jose, O=Cadence Design Systems, OU=Information Security Services, CN=Cadence Secure Server Authority, [email protected] | Microsoft | |
14239 | 100 | 0 | 0 | 0 | C=US, ST=UT, O=PKI Services, CN=Compatibility Intermediate CA | Microsoft | |
983 | 95 | 0 | 0 | 0 | C=RU, DC=ru, DC=deltacredit, L=Moscow, O=Commercial bank DeltaCredit Closed joint stock company, CN=DeltaCredit Bank Enterprise Certification Authority | Microsoft | |
1047 | 95 | 0 | 0 | 0 | C=US, OU=American Express Technologies, ST=NY, CN=American Express Channel Server CA 3 | Microsoft | |
936 | 85 | 0 | 0 | 0 | C=JP, O=Fuji Xerox, CN=Fuji Xerox Certification Authority | Android,Apple,Chrome,Gmail,Microsoft,Mozilla | |
176246 | 81 | 2 | 0 | 0 | CN=Apple Software Update Certification Authority, OU=Certification Authority, O=Apple Inc., C=US | ||
100630 | 80 | 1 | 0 | 0 | CN=Apple Code Signing Certification Authority, OU=Certification Authority, O=Apple Inc., C=US | Apple | |
12573 | 80 | 0 | 0 | 0 | C=IT, O=Centro Nazionale per l'Informatica nella PA, OU=Servizi di Sicurezza e Certificazione, CN=CNIPA CA2 | Microsoft | |
12627 | 70 | 0 | 0 | 0 | C=ww, O=global, OU=pki, CN=issuingca | Microsoft | |
759 | 70 | 0 | 0 | 0 | C=US, ST=California, L=Mountain View, O=Google Inc, OU=GeoRoot Certification Authority, CN=Google Inc CA | Gmail,Java,Microsoft | |
13435 | 65 | 0 | 0 | 0 | C=DE, O=Siemens, serialNumber=ZZZZZSTE, OU=Copyright (C) Siemens AG 2004 All Rights Reserved, OU=Issuing CA for Siemens non-personalized SSL/TLS-based End Entities, CN=Siemens Issuing CA Class STE | Microsoft | |
12374 | 65 | 0 | 0 | 0 | C=NL, O=DigiNotar, CN=DigiNotar Root CA | Microsoft | |
1301 | 65 | 0 | 0 | 0 | C=US, O=Retail Ventures, OU=Public, CN=Retail Ventures - Public Primary CA | Microsoft | |
1611 | 63 | 0 | 213 | 0 | C=US, O=Symantec Corporation, OU=Symantec Trust Network, CN=Symantec Class 3 DSA EV SSL CA | ||
248253 | 63 | 63 | 0 | 0 | C=FR, L=Issy-Les-Moulineaux, O=Stormshield, OU=Stormshield Network Security, CN=Stormshield Network Security Products CA | ||
164 | 60 | 0 | 0 | 0 | CN=Microsoft Internet Authority | Microsoft | |
12566 | 55 | 0 | 0 | 0 | C=JP, O="TEIKOKU DATABANK, LTD.", CN=TDB CA S4 | Microsoft | |
1022 | 55 | 0 | 0 | 0 | C=WW, O=Cable & Wireless plc, CN=cw | Microsoft | |
29155 | 54 | 0 | 0 | 0 | C=DE, O=Bundesnetzagentur, CN=12R-CA 1:PN | ||
12633 | 51 | 0 | 0 | 0 | C=JP, O=Fuji Xerox, CN=Fuji Xerox Product CA | Android,Apple,Chrome,Gmail,Microsoft,Mozilla | |
6389 | 50 | 0 | 0 | 0 | C=TW, O=TAIWAN-CA.COM Inc., OU=Certification Service Provider, CN=TaiCA Secure CA | Microsoft | |
12598 | 50 | 0 | 0 | 0 | C=US, O=Apple Inc., OU=Apple iPhone, CN=Apple iPhone Device CA | Apple | |
1026 | 50 | 0 | 0 | 0 | C=CA, O=Syncrude Canada Ltd, CN=Syncrude Corporate Issuing CA 5 | Microsoft | |
24219 | 48 | 0 | 0 | 0 | C=DE, O=Bundesagentur fuer Arbeit, CN=BA-QC-Wurzel-CA-1:PN | Adobe EUTL | |
12174 | 45 | 0 | 0 | 0 | C=NL, O=DigiNotar, CN=DigiNotar Cyber CA, [email protected] | Microsoft | |
48277 | 40 | 40 | 0 | 0 | C=CN, O="Global Digital Cybersecurity Authority Co., Ltd.", CN=数安时代 R5 根 CA | 360 Browser,Adobe AATL | |
50959 | 40 | 9 | 0 | 0 | C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, CN=Microsoft Code Verification Root | Microsoft | |
29106 | 40 | 0 | 0 | 0 | C=SK, L=Bratislava, O=Narodny bezpecnostny urad, OU=SIBEP, CN=SNCA2 | Adobe EUTL | |
248232 | 36 | 36 | 0 | 0 | O=David Miller Trust Services, CN=David Miller Root CA - R1 | ||
45947 | 35 | 5 | 0 | 0 | C=US, O=Apple Inc., OU=Apple Certification Authority, CN=Apple Secure Boot Certification Authority | Apple | |
13566 | 35 | 0 | 0 | 0 | C=DE, O=Schering AG, OU=ScheringGroup, CN=Schering AG CA 2 | Microsoft | |
221523 | 33 | 0 | 0 | 0 | DC=corp, DC=spacex, CN=SpaceX Issuing CA | ||
53327 | 32 | 24 | 0 | 0 | C=HR, O=AKD d.o.o., organizationIdentifier=VATHR-58843087891, CN=KIDCA | Adobe EUTL | |
29157 | 32 | 0 | 0 | 0 | C=DE, O=RegulierungsbehÈorde fÈur Telekommunikation und Post, 0.2.262.1.10.7.20=1 + CN=6R-Ca 1:PN | ||
12280 | 30 | 0 | 0 | 0 | DC=com, DC=disney, OU=PKI, CN=The Walt Disney Company CA | 360 Browser,Adobe AATL,Android,Apple,Chrome,Gmail,Java,Microsoft,Mozilla | |
13014 | 30 | 0 | 0 | 0 | O=GlobalSign Inc, CN=Cybertrust SureObject CA | Microsoft | |
273180 | 30 | 16 | 10 | 10 | C=GB, ST=Cymru, O=AS207960 Cyfyngedig, OU=AS207960 Department of Random Numbers, CN=AS207960 Onion CA | ||
15956 | 30 | 0 | 0 | 0 | CN=Apple HomeKit Server CA, OU=Apple Certification Authority, O=Apple Inc., C=US | Apple | |
1327 | 30 | 0 | 0 | 0 | C=TW, O=TAIWAN-CA.COM Inc., OU=Certification Service Provider-Evaluation Only, CN=TaiCA Secure CA -Evaluation Only | Microsoft | |
14981 | 29 | 3 | 0 | 0 | C=FR, O=Ordre des Experts-Comptables, OU=0002 775670003, CN=Ordre des Experts-Comptables | ||
248252 | 28 | 27 | 0 | 0 | C=FR, ST=Nord, L=Villeneuve d'Ascq, O=NETASQ - Secure Internet Connectivity, OU=NETASQ Firewall Certification Authority | ||
23972 | 28 | 20 | 0 | 0 | C=FR, O=ALMERYS, OU=0002 432701639, CN=ALMERYS ROOT CA | Adobe AATL | |
29158 | 26 | 0 | 0 | 0 | C=PL, O=Minister wlasciwy do spraw gospodarki, CN=Narodowe Centrum Certyfikacji (NCCert) | ||
13270 | 25 | 0 | 0 | 0 | CN=Sempra Energy Secure Server CA1 | Microsoft | |
14649 | 25 | 0 | 0 | 0 | C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=GFS, CN=Microsoft Online Services GFS CA1 | Microsoft | |
1062 | 25 | 0 | 0 | 0 | C=UK, O=Vodafone Group, CN=Vodafone | Microsoft | |
618 | 25 | 0 | 0 | 0 | O=Sempra Energy, CN=Sempra Energy Internet Authority | Microsoft | |
13122 | 25 | 0 | 0 | 0 | C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=GFS, CN=Microsoft Online Services GFS CA2 | Microsoft | |
1107 | 25 | 0 | 0 | 0 | CN=GDT-SubCA-Public | Microsoft | |
12561 | 25 | 0 | 0 | 0 | C=US, O=Apple Inc., OU=Apple Certification Authority, CN=Apple iPhone Certification Authority | Apple | |
12673 | 25 | 0 | 0 | 0 | C=US, O="Secure Business Services, Inc.", CN=Secure Business Services CA | Microsoft | |
229968 | 24 | 24 | 0 | 0 | C=ES, L=Barcelona, O=UANATACA S.A., OU=TSP-UANATACA, CN=UANATACA CA1 2021, organizationIdentifier=VATES-A66721499 | Adobe EUTL | |
236762 | 24 | 11 | 0 | 0 | C=RU, O=The Ministry of Digital Development and Communications, CN=Russian Trusted Sub CA | ||
110965 | 24 | 20 | 0 | 0 | CN=Logalty Qualified CA G2, OU=Logalty Trust Services, organizationIdentifier=VATES-B84492891, O=Logalty Servicios de Tercero de Confianza SL, L=Alcobendas, ST=Madrid, C=ES | Adobe EUTL | |
29039 | 24 | 24 | 0 | 0 | C=ES, L=Barcelona (see current address at www.uanataca.com/address), O=UANATACA S.A., OU=TSP-UANATACA, CN=UANATACA CA2 2016, organizationIdentifier=VATES-A66721499 | Adobe EUTL | |
51496 | 23 | 0 | 0 | 0 | C=FR, O=KEYNECTIS, OU=KEYNECTIS for Adobe, CN=KEYNECTIS CDS CA | Adobe CDS | |
258806 | 22 | 22 | 0 | 0 | C=CN, O=David Miller Trust Services, CN=David Miller Root CA - R4 | ||
29156 | 22 | 0 | 0 | 0 | C=DE, O=Bundesnetzagentur, CN=10R-CA 1:PN | ||
24169 | 22 | 0 | 0 | 0 | C=DE, O=Deutsche Rentenversicherung, OU=QC Root CA | ||
230424 | 22 | 6 | 16 | 3 | C=CN, ST=河南省, O=河南瑞趸商贸有限公司, CN=卧龙 ClientServer 2025 | ||
1461 | 21 | 1 | 5 | 0 | C=US, O="Entrust, Inc.", OU=www.entrust.net/rpa is incorporated by reference, OU="(c) 2009 Entrust, Inc.", CN=Entrust Certification Authority - L1E | ||
23984 | 20 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Qualified Root CA 3 2012:PN | Adobe AATL | |
23982 | 20 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Qualified Root CA 1 2012:PN | Adobe AATL | |
29105 | 20 | 0 | 0 | 0 | C=SK, L=Trencin, O=Ministry of Defence, CN=CAMOSR2 | Adobe EUTL | |
24008 | 20 | 16 | 0 | 0 | C=FR, O=Cryptolog International, OU=0002 43912916400026, CN=Universign Primary CA hardware | Adobe AATL | |
226 | 20 | 0 | 0 | 0 | C=US, O=Intel Corporation, CN=Intel External Basic Policy CA | Microsoft | |
124 | 20 | 0 | 0 | 0 | C=AE, O=Etisalat, OU=Etisalat eBusiness Services, CN=Comtrust Root Certification Authority | Microsoft | |
166550 | 20 | 20 | 0 | 0 | C=PT, O=Instituto dos Registos e do Notariado I.P., OU=Cartão de Cidadão, OU=subECEstado, CN=EC de Assinatura Digital Qualificada do Cartão de Cidadão 0017 | Adobe EUTL | |
1232 | 20 | 0 | 0 | 0 | C=TW, O=TAIWAN-CA.COM, OU=Certification Service Provider, CN=TWCA Secure CA | Microsoft | |
1612 | 20 | 0 | 200 | 0 | C=US, O=Symantec Corporation, OU=Symantec Trust Network, CN=Symantec Class 3 DSA SSL CA | ||
10102 | 20 | 0 | 0 | 0 | CN=Microsoft Internet Authority | Microsoft | |
68937 | 20 | 0 | 0 | 0 | C=SK, L=Bratislava, serialNumber=NTRSK-36061701, O=Narodny bezpecnostny urad, OU=SEP, CN=SNCA3 | Adobe EUTL | |
191132 | 20 | 16 | 0 | 0 | CN=EADTrust RSA 4096 SubCA For Qualified Certificates 2019, O="European Agency of Digital Trust, S.L.", C=ES, organizationIdentifier=VATES-B85626240, OU=Legal Person | Adobe EUTL | |
147184 | 20 | 20 | 0 | 0 | C=FR, O=CONSEIL SUPERIEUR DU NOTARIAT, OU=0002 784350134, organizationIdentifier=SI:FR-784350134, CN=NOTAIRES DE FRANCE 2033 | Adobe AATL | |
251016 | 19 | 7 | 0 | 0 | C=HU, ST=Csongrád-Csanád, L=Szeged, O=Kiss Kornél, CN=Commercié Extended Validation Server CA | ||
1059 | 19 | 0 | 0 | 0 | C=US, O=U.S. Government, OU=DoD, OU=PKI, CN=DoD CLASS 3 Root CA | ||
1633 | 17 | 0 | 56 | 0 | C=US, O=GeoTrust Inc., CN=GeoTrust DSA SSL CA | ||
248233 | 17 | 17 | 0 | 0 | O=David Miller Trust Services, CN=David Miller Root CA - R2 | ||
53345 | 16 | 16 | 0 | 0 | C=SI, O=POSTA SLOVENIJE d.o.o., organizationIdentifier=VATSI-25028022, CN=POSTArCA G2 | Adobe EUTL | |
133160 | 16 | 16 | 0 | 0 | C=KR, O=Korea Information Certificate Authority, OU=AccreditedCA, CN=KICA_ROOT_CA | Adobe AATL | |
136893 | 16 | 16 | 0 | 0 | organizationIdentifier=NTRIE-637218, CN=TrustPro Qualified Root CA 1, OU=QTSP, O=TrustPro QTSP Ltd, L=Dublin, C=IE | Adobe EUTL | |
124862 | 16 | 0 | 0 | 0 | C=LU, O=BE INVEST International S.A., CN=BE-YS SIGNATURE AND AUTHENTICATION CA NC, organizationIdentifier=VATLU-LU29222134 | Adobe AATL,Adobe EUTL | |
24049 | 16 | 0 | 0 | 0 | C=CZ, CN=I.CA - Qualified root certificate, O="První certifikační autorita, a.s." | Adobe EUTL | |
53342 | 16 | 16 | 0 | 0 | C=RO, O=Centrul de Calcul S.A., OU=CertDigital ROOT CA G3 | Adobe EUTL | |
24833 | 16 | 0 | 0 | 0 | CN=DigiSign Qualified Public CA, OU=DigiSign Public CA, O=DigiSign S.A, C=RO | Adobe EUTL | |
1340 | 15 | 10 | 0 | 0 | O=ZF, OU=ZF IT, CN=ZF Root CA | Microsoft | |
78212 | 15 | 0 | 0 | 0 | C=US, O=Apple Inc., OU=Apple Certification Authority, CN=Apple FairPlay AAA Certification Authority | Apple | |
477 | 15 | 0 | 0 | 0 | C=DE, O=adidas AG, CN=adidas Global Intermediate CA 01 | Microsoft | |
173793 | 15 | 9 | 0 | 0 | C=NO, O=FNH og Sparebankforeningen, OU=BankID, CN=BankID Root CA | ||
12195 | 15 | 0 | 0 | 0 | C=US, O=Disney Enterprises, OU=WDIG, CN=Disney Enterprises CA Version 2 | Microsoft | |
260 | 15 | 0 | 0 | 0 | DC=local, DC=experian, CN=Configuration, CN=Services, CN=Public Key Services, CN=AIA, CN=Experian Primary CA | 360 Browser,Adobe AATL,Android,Apple,Chrome,Gmail,Java,Microsoft,Mozilla | |
12378 | 15 | 0 | 0 | 0 | C=US, O=SAIC, OU=PKI, CN=SAIC Public Policy CA 01 | Microsoft | |
29159 | 15 | 1 | 0 | 0 | C=HU, L=Budapest, O=Magyar Telekom Rt., OU=Magyar Telekom Trust Center, CN=Magyar Telekom Root CA | ||
13902 | 15 | 0 | 0 | 0 | C=BE, O=Certipost s.a./n.v., CN=Certipost E-Trust Secondary LightWeight CA for Communities | Microsoft | |
101036 | 15 | 0 | 16 | 0 | C=CN, ST=Henan, L=Nanyang, O="Peddie Institute Co., Ltd.", OU=IT Department, CN=Peddie Institute Intermediate Certificate Authority, [email protected] | ||
13830 | 15 | 5 | 0 | 0 | C=US, O="Apple Computer, Inc.", OU=Apple Computer Certificate Authority, CN=Apple Root Certificate Authority | Apple | |
29161 | 14 | 8 | 0 | 0 | C=SK, L=Bratislava, O=Narodny bezpecnostny urad, OU=SIBEP, CN=KCA NBU SR 3 | ||
12515 | 14 | 0 | 0 | 0 | C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO Exclude All dNSNames Testing CA | Gmail,Java,Microsoft | |
173830 | 14 | 11 | 0 | 0 | C=DE, ST=Bayern, L=Muenchen, O=Siemens, serialNumber=ZZZZZZA1, OU=Siemens Trust Center, CN=Siemens Root CA V3.0 2016 | ||
173771 | 14 | 14 | 0 | 0 | C=CZ, O=eIdentity a.s., organizationIdentifier=VATCZ-27112489, OU=Qualified Trust Service Provider, CN=ACAeID3 - Root Certificate | ||
12339 | 13 | 1 | 0 | 0 | O=eSign Australia, OU=Gatekeeper PKI, CN=Gatekeeper Root CA | ||
234138 | 12 | 12 | 0 | 0 | CN=Den Danske Stat kvalificeret rod-CA, O=Den Danske Stat, C=DK | Adobe EUTL | |
23985 | 12 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Qualified Root CA 3 2014:PN | Adobe AATL | |
24491 | 12 | 12 | 0 | 0 | C=RO, O=DigiSign S.A., OU=DigiSign Certification Services, CN=DigiSign Root Certification Authority | Adobe EUTL | |
23983 | 12 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Qualified Root CA 2 2014:PN | Adobe AATL | |
41600 | 12 | 12 | 0 | 0 | C=US, O=Adobe Systems Incorporated, OU=Adobe Trust Services, CN=Adobe Root CA G2 | Adobe AATL | |
188956 | 12 | 12 | 0 | 0 | C=ES, O=Sectigo (Europe) SL, CN=Sectigo Qualified Time Stamping CA R35 | Adobe EUTL | |
13343 | 12 | 0 | 0 | 0 | C=US, O=Ball State University, OU=GeoRoot Certification Authority, CN=Ball State University Public Issuing CA | Microsoft | |
130193 | 12 | 12 | 0 | 0 | CN=Digidentity SSCD Root CA, O=Digidentity B.V., C=NL | Adobe AATL | |
28902 | 12 | 0 | 0 | 0 | C=CZ, O="Česká pošta, s.p. [IČ 47114983]", CN=PostSignum Qualified CA | Adobe EUTL | |
124863 | 12 | 12 | 0 | 0 | C=MY, O=Pos Digicert Sdn. Bhd., OU=457608-K, CN=Pos Digicert AATL Root CA | Adobe AATL | |
173824 | 12 | 11 | 0 | 0 | C=DE, O=Deutsche Telekom AG, CN=TeleSec qualified Root CA 1, organizationIdentifier=USt-IdNr. DE 123475223 | ||
198045 | 12 | 12 | 0 | 0 | C=RO, O=STS, OU=Autoritatea de Certificare STS ROOT G2 | Adobe EUTL | |
124864 | 12 | 12 | 0 | 0 | CN=Swisscom Root CA 4, OU=Digital Certificate Services, organizationIdentifier=VATCH-CHE-101.654.423, O=Swisscom, C=CH | Adobe AATL | |
29043 | 12 | 4 | 0 | 0 | C=ES, O=SISTEMAS INFORMATICOS ABIERTOS SOCIEDAD ANONIMA, OU=QUALIFIED CA, serialNumber=A82733262, CN=SIA SUB01 | Adobe EUTL | |
251099 | 11 | 11 | 0 | 0 | C=AP, ST=APPNET, L=APPNET, O=Air's Project Private Network, OU=NET, CN=APPNET-GlobalCA-RSA-X1, emailAddress=APPNET Administrators | ||
24069 | 11 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Root CA 2005-001:PN | ||
24099 | 11 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Root CA 2006-001:PN | ||
1061 | 11 | 0 | 0 | 0 | C=US, O=U.S. Government, OU=DoD, OU=PKI, CN=DOD CLASS 3 CA-8 | ||
24259 | 11 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Root CA 2007-001:PN | ||
24082 | 11 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Root CA 2012-001:PN | ||
173828 | 11 | 7 | 0 | 0 | C=LV, O=VAS Latvijas Valsts radio un televīzijas centrs, organizationIdentifier=NTRLV-40003011203, CN=eParaksts Root CA | ||
24856 | 11 | 0 | 0 | 0 | C=US, O=Adobe Systems Incorporated, OU=Adobe Trust Services, CN=Adobe Root CA | Adobe CDS | |
72 | 10 | 0 | 0 | 0 | C=US, O=SAIC, OU=PKI, CN=SAIC Public Policy CA 01 | Microsoft | |
11959 | 10 | 0 | 0 | 0 | C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Cybertrust CA G2 | Microsoft | |
12222 | 10 | 0 | 0 | 0 | C=DE, O=GAD EG, OU=VR IDENT, CN=VR IDENT EXTERNAL TEST CA 2010 | Microsoft | |
12516 | 10 | 0 | 0 | 0 | C=IT, O=Intesa Sanpaolo S.p.A., CN=Intesa Sanpaolo S.p.A. - Certification Authority Infrastrutture | Microsoft | |
12676 | 10 | 0 | 0 | 0 | O=Sempra Energy, CN=Sempra Energy Internet Authority | Microsoft | |
1025 | 10 | 0 | 0 | 0 | C=CA, O=Syncrude Canada Ltd, CN=Syncrude Corporate Policy CA 2 | Microsoft | |
251214 | 10 | 10 | 0 | 0 | C=CN, ST=河南省, O=河南瑞趸商贸有限公司, CN=邓州 ClientServer 2032 | ||
13400 | 10 | 0 | 0 | 0 | C=CA, O=Syncrude Canada Ltd, CN=Syncrude Corporate Issuing CA 5 | Microsoft | |
513 | 10 | 0 | 0 | 0 | CN=Cadence Internet Authority | Microsoft | |
1009 | 10 | 0 | 0 | 0 | CN=Microsoft Internet Authority | Microsoft | |
1235 | 10 | 0 | 0 | 0 | C=DE, O=GAD eG, OU=VR IDENT, CN=VR IDENT EXTERNAL ROOT CA 2009 | Microsoft | |
14262 | 10 | 0 | 0 | 0 | CN=Cybertrust SureObject CA, O=GlobalSign Inc | Microsoft | |
386 | 10 | 0 | 0 | 0 | C=US, O=Bechtel Corporation, OU=Information Security, CN=Bechtel External Policy CA 1 | Microsoft | |
6812 | 10 | 1 | 0 | 0 | C=US, O=U.S. Government, OU=ECA, CN=ECA Root CA | ||
173820 | 9 | 9 | 0 | 0 | C=ES, L=Barcelona (see current address at www.uanataca.com/address), O=UANATACA S.A., OU=TSP-UANATACA, CN=UANATACA ROOT 2016, organizationIdentifier=VATES-A66721499 | ||
259408 | 9 | 9 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For authorized use only, CN=David Miller Extended Validation Server CA - G4 - SHA256 | ||
251479 | 9 | 6 | 0 | 0 | C=HU, ST=Csongrád-Csanád, L=Szeged, O=Kiss Kornél, CN=Commercié Multi TLS CA | ||
259402 | 9 | 7 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For authorized use only, CN=David Miller Organization Validation Server CA - G5 - SHA256 | ||
210612 | 9 | 0 | 0 | 0 | CN=Starlink ECP384 Issuer CA | ||
9983 | 9 | 9 | 0 | 0 | C=CN, O=WoSign CA Limited, CN=IMS CA | ||
130779 | 9 | 0 | 0 | 0 | C=CN, ST=北京市, L=海淀区, O=北京中网易企秀科技有限公司, OU=技术架构部, CN=易企秀根证书—G1, [email protected], street=北京市海淀区高里掌路1号院19号楼1层101-1, postalCode=100095, serialNumber=911101083512756475 | ||
23994 | 8 | 8 | 0 | 0 | CN=IN.TE.S.A. CA - Certification Authority, O=IN.TE.S.A. S.p.A., C=IT | Adobe AATL,Adobe EUTL | |
253909 | 8 | 8 | 0 | 0 | C=RO, organizationIdentifier=VATRO-16723187, O=ZIPPER SERVICES SRL, OU=ZIPPER Time Stamping Services, CN=ZIPPER TSA G1 | Adobe EUTL | |
215682 | 8 | 8 | 0 | 0 | C=SK, L=Žilina, O="brainit.sk, s.r.o.", OU=NFQES, serialNumber=NTRSK-52577465, CN=CA Signing Certificate | Adobe EUTL | |
210290 | 8 | 8 | 0 | 0 | C=BE, L=Brussels, O=Kingdom of Belgium - Federal Government, OU=QTSP: FPS Policy and Support - BOSA (NTRBE-0671516647), serialNumber=202101, CN=Timestamp CA | Adobe EUTL | |
48276 | 8 | 8 | 0 | 0 | C=CN, O="Global Digital Cybersecurity Authority Co., Ltd.", CN=GDCA TrustAUTH E5 ROOT | 360 Browser | |
24499 | 8 | 4 | 0 | 0 | CN=DigiSign Qualified Root CA v2, OU=DigiSign Root CA, O=DigiSign S.A, C=RO | Adobe EUTL | |
53341 | 8 | 0 | 0 | 0 | C=RO, O=Centrul de Calcul S.A., OU=CertDigital QUALIFIED CA G3, organizationIdentifier=VATRO-2163993 | Adobe EUTL | |
145104 | 8 | 8 | 0 | 0 | C=RO, O=AlfaTrust Certification Services, OU=AlfaSign, CN=Alfasign Qualified Public CA | Adobe EUTL | |
29163 | 8 | 0 | 0 | 0 | C=CZ, O=eIdentity a.s., OU=Akreditovaný poskytovatel certifikačních služeb, L="Vinohradská 184/2396, 130 00, Praha 3", CN=ACAeID2 - Qualified Root Certificate (kvalifikovaný systémový certifikát kořenové CA) | ||
248231 | 8 | 8 | 0 | 0 | O=David Miller Trust Services, CN=David Miller Root CA - R3 | ||
23998 | 8 | 8 | 0 | 0 | C=IT, O=INFOCERT SPA, OU=Certificatore Accreditato, serialNumber=07945211006, CN=InfoCert Firma Qualificata 2 | Adobe AATL,Adobe EUTL | |
23995 | 8 | 8 | 0 | 0 | C=IT, O=IN.TE.S.A. S.p.A., CN=IN.TE.S.A. Certification Authority | Adobe AATL,Adobe EUTL | |
204178 | 8 | 8 | 0 | 0 | CN=VIDA Root Certificate Authority, OU=CA, O=PT Indonesia Digital Indentity, L=Jakarta, ST=DKI Jakarta, C=ID | Adobe AATL | |
191135 | 8 | 8 | 0 | 0 | C=BE, L=Brussels, O=Kingdom of Belgium - Federal Government, OU=FPS Home Affairs - BIK-GCI (NTRBE-0362475538), OU=FPS Policy and Support - BOSA (NTRBE-0671516647), CN=Belgium Root CA6 | Adobe EUTL | |
62436 | 8 | 4 | 0 | 0 | C=FR, O=CertEurope, OU=0002 434202180, CN=CertEurope eID Corp, organizationIdentifier=SI:FR-434202180 | Adobe EUTL | |
23990 | 8 | 8 | 0 | 0 | C=HK, O=DIGI-SIGN CERTIFICATION SERVICES LIMITED, OU=BRN 31346952-000, CN=ID-CERT ROOT CA CERT 2 | Adobe AATL | |
24003 | 8 | 8 | 0 | 0 | C=IT, O=Namirial S.p.A./02046570426, OU=Certification Authority, CN=Namirial CA Firma Qualificata | Adobe AATL,Adobe EUTL | |
12340 | 8 | 0 | 0 | 0 | O=VeriSign Australia, OU=Gatekeeper PKI, OU=Terms of use at https://www.esign.com.au/GKRPA/, CN=Gatekeeper TYPE 3 CA | ||
263530 | 8 | 8 | 0 | 0 | C=CL, ST=Region Metropolitana, L=Santiago, O=E-CERTCHILE, OU=Autoridad Certificadora, [email protected], CN=E-CERTCHILE CA ROOT 02 | Adobe AATL | |
1667 | 8 | 0 | 34 | 0 | C=US, O="thawte, Inc.", CN=thawte DSA SSL CA | ||
29100 | 8 | 0 | 0 | 0 | C=RO, O=AlfaTrust Certification Services, OU=AlfaSign, CN=AlfaSign Qualified CA | Adobe EUTL | |
198042 | 8 | 8 | 0 | 0 | C=RO, O=STS, CN=STS Qualified CA, organizationIdentifier=4267230 | Adobe EUTL | |
24010 | 8 | 8 | 0 | 0 | C=FR, O=Cryptolog International, OU=0002 43912916400026, CN=Universign Timestamping CA 2015 | Adobe AATL,Adobe EUTL | |
226059 | 8 | 8 | 0 | 0 | CN=Ardaco QSCA, organizationIdentifier=NTRSK-35829036, O=Ardaco a.s., C=SK | Adobe EUTL | |
23976 | 8 | 4 | 0 | 0 | C=FR, O=Certeurope, OU=0002 434202180, CN=Certeurope Root CA 3 | Adobe AATL | |
60068 | 8 | 4 | 0 | 0 | C=BG, organizationIdentifier=NTRBG-201230426, O=BORICA AD, OU=B-Trust, CN=B-Trust Operational Qualified CA | Adobe EUTL | |
89926 | 8 | 4 | 0 | 0 | C=BG, O=Sep Bulgaria JSC, organizationIdentifier=NTRBG-131107204, OU=SEP Bulgaria JSC Qualified QES Authority, CN=eSign Sep QES CA | Adobe EUTL | |
57969 | 8 | 8 | 0 | 0 | C=RO, OU=AlfaSign, O=AlfaTrust Certification Authority, CN=Alfasign Qualified Root CA | Adobe EUTL | |
60069 | 8 | 4 | 0 | 0 | CN=StampIT Global Qualified CA, organizationIdentifier=NTRBG-831641791, O=Information Services JSC, L=Sofia, C=BG | Adobe EUTL | |
100841 | 8 | 0 | 0 | 0 | C=CN, ST=Henan, L=Nanyang, O="Peddie Institute Co., Ltd.", OU=IT Department, CN=Peddie Institute Root Certificate Authority DEV, [email protected] | ||
100687 | 8 | 4 | 0 | 0 | C=ES, L=ZARAGOZA, O=ESPUBLICO SERVICIOS PARA LA ADMINISTRACION SA, OU=AUTORIDAD DE CERTIFICACION ESFIRMA - AAPP, serialNumber=A50878842, CN=ESFIRMA AC AAPP 2 | Adobe EUTL | |
158981 | 8 | 0 | 6 | 0 | C=CN, ST=Henan, O="Peddie Institute Co., Ltd.", CN=Peddie Wolong Root | ||
13533 | 8 | 0 | 0 | 0 | C=UK, O=Vodafone Group, CN=Vodafone (Trusted Sites) | Microsoft | |
45034 | 8 | 8 | 0 | 0 | C=IT, O=InfoCert S.p.A., OU=Qualified Trust Service Provider, organizationIdentifier=VATIT-07945211006, CN=InfoCert Qualified Electronic Signature CA 3 | Adobe AATL,Adobe EUTL | |
147186 | 8 | 8 | 0 | 0 | C=CH, O=Bundesamt fuer Informatik und Telekommunikation (BIT), OU=Swiss Government PKI, CN=Swiss Government Root CA IV | Adobe AATL | |
174525 | 8 | 0 | 0 | 0 | CN=Root SGC Authority | ||
189562 | 8 | 4 | 0 | 0 | C=PT, O=Centro de Gestão da Rede Informática do Governo, OU=SCEE, OU=ECEstado, CN=ECCE 002 | Adobe EUTL | |
53349 | 8 | 8 | 0 | 0 | C=SI, O=POSTA SLOVENIJE d.o.o., organizationIdentifier=VATSI-25028022, CN=POSTArCA Root | Adobe EUTL | |
170426 | 8 | 8 | 0 | 0 | C=CN, O=BEIJING CERTIFICATE AUTHORITY, CN=BJCA Global Root CA3 | Adobe AATL | |
126325 | 8 | 8 | 0 | 0 | C=MY, O=MSC Trustgate.com Sdn. Bhd., OU=MyTrust Gateway, CN=MyTrust Class 3 ECC Root CA | Adobe AATL | |
53350 | 8 | 8 | 0 | 0 | C=SI, O=NLB d.d., organizationIdentifier=VATSI-91132550, CN=ACNLB RootCA | Adobe EUTL | |
277685 | 8 | 8 | 0 | 0 | C=FR, L=Issy-Les-Moulineaux, O=Stormshield, OU==Stormshield Network Security, CN=Stormshield Network Security Products CA 3 | ||
24197 | 7 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Root CA 2008-001:PN | ||
210304 | 7 | 7 | 0 | 0 | C=CY, O=JCC PAYMENT SYSTEMS LTD, CN=JCC Root CA G1 | ||
24155 | 7 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Root CA 2009-001:PN | ||
81287 | 7 | 7 | 0 | 0 | C=GR, L=Athens, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions RootCA 2015 - Test | ||
173779 | 7 | 5 | 0 | 0 | C=LT, organizationIdentifier=188778315, O=Asmens dokumentu israsymo centras prie LR VRM, CN=ADIC Root CA | ||
29166 | 7 | 0 | 0 | 0 | C=DE, O=RegulierungsbehÈorde fÈur Telekommunikation und Post, 0.2.262.1.10.7.20=1 + CN=5R-CA 1:PN | ||
173770 | 7 | 7 | 0 | 0 | C=GR, OU=ADACOM Trust Services, organizationIdentifier=VATEL-099554476, O=ADACOM S.A., CN=ADACOM Global Qualified CA | ||
24133 | 7 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Root CA 2010-001:PN | ||
248332 | 7 | 7 | 0 | 0 | O=David Miller Trust Services, OU=For authorized use only, CN=David Miller EV Code Signing CA - G4 | ||
24058 | 7 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Root CA 2011-001:PN | ||
12201 | 7 | 0 | 0 | 0 | C=US, O=U.S. Government, OU=DoD, OU=PKI, CN=DOD CLASS 3 CA-3 | ||
253283 | 7 | 5 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For authorized use only, CN=David Miller SHA2 Domain Validation Server CA - G3 | ||
173811 | 7 | 5 | 0 | 0 | C=hu, CN=KGYHSZ (Public Administration Root CA - Hungary) | ||
228803 | 7 | 7 | 0 | 0 | C=US, ST=California, L=LA, O=SpaceX, OU=Starlink, CN=SpaceX Router Attest CA | ||
263510 | 6 | 6 | 0 | 0 | CN=DIGITEL TS QUALIFIED CA TSA G1, serialNumber=B47447560, OU=DIGITEL TS CERTIFICATION AUTHORITY, O=DIGITEL ON TRUSTED SERVICES SLU, L=Valladolid, C=ES | ||
14154 | 6 | 0 | 0 | 0 | C=ZA, O=LAWtrust, CN=LAWtrust CA | Adobe AATL,Apple,Gmail,Microsoft,Mozilla | |
14959 | 6 | 0 | 0 | 0 | C=US, O=HydrantID (Avalanche Cloud Corporation), CN=HydrantID SSL ICA 3A | ||
173826 | 6 | 6 | 0 | 0 | C=FR, O=MINISTERE INTERIEUR, OU=0002110014016, OU=SERVEURS, CN=AC RACINE MINISTERE INTERIEUR 2018 | ||
14983 | 6 | 0 | 0 | 0 | C=US, O=HydrantID (Avalanche Cloud Corporation), CN=HydrantID SSL ICA 1A | ||
12335 | 6 | 0 | 0 | 0 | C=FR, O=CertiNomis, OU=AC Intermediaire - Subsidiary CA, CN=CertiNomis Classe 2 | ||
29162 | 6 | 0 | 0 | 0 | C=SK, L=Bratislava, O=Narodny bezpecnostny urad, OU=Sekcia IBEP, CN=KCA NBU SR | ||
173807 | 6 | 6 | 0 | 0 | C=IT, O=InfoCert S.p.A., OU=WSA Trust Service Provider, serialNumber=07945211006, CN=InfoCert Root CA 3 | ||
51501 | 6 | 0 | 0 | 0 | C=US, O="VeriSign, Inc.", OU=Adobe Trust Services, CN=VeriSign Intermediate CA for Adobe CDS | Adobe CDS | |
1619 | 6 | 1 | 0 | 0 | C=US, O=GeoTrust Inc., OU=(c) 2012 GeoTrust Inc. - For authorized use only, CN=GeoTrust Primary Certification Authority - G4 | ||
14986 | 6 | 0 | 0 | 0 | C=US, O=HydrantID (Avalanche Cloud Corporation), CN=HydrantID SSL ICA 2A | ||
201922 | 6 | 3 | 0 | 0 | CN=Sunnystamp Legal Persons CA, OU=0002 480622257, organizationIdentifier=NTRFR-480622257, O=LEX PERSONA, C=FR | ||
81414 | 5 | 5 | 0 | 0 | C=GR, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions RootCA 2011 - Test | ||
42835 | 5 | 0 | 0 | 0 | C=US, O="DigiCert, Inc.", CN=DigiCert CT Test Intermediate | ||
1609 | 5 | 1 | 0 | 0 | C=US, O="thawte, Inc.", OU=Certification Services Division, OU="(c) 2012 thawte, Inc. - For authorized use only", CN=thawte Primary Root CA - G4 | ||
2232 | 5 | 2 | 8 | 0 | C=US, O="Entrust, Inc.", OU=See www.entrust.net/legal-terms, OU="(c) 2014 Entrust, Inc. - for authorized use only", CN=Entrust QA Certification Authority - L1M | ||
9942 | 5 | 0 | 0 | 0 | C=US, ST=Indiana, L=Indianapolis, O=Software in the Public Interest, OU=hostmaster, CN=Certificate Authority, [email protected] | ||
12186 | 5 | 0 | 0 | 0 | C=IT, O=Intesa Sanpaolo S.p.A., CN=Intesa Sanpaolo S.p.A. - Certification Authority Principale | Microsoft | |
12221 | 5 | 0 | 0 | 0 | C=US, O=U.S. Government, OU=DoD, OU=PKI, CN=DOD CLASS 3 CA-4 | ||
12281 | 5 | 0 | 0 | 0 | C=JP, O="TEIKOKU DATABANK, LTD.", CN=TDB ROOT CA 1-2 | Microsoft | |
12295 | 5 | 0 | 0 | 0 | C=ww, O=global, OU=pki, CN=rootca | Microsoft | |
139705 | 5 | 1 | 0 | 0 | C=US, ST=California, L=Sunnyvale, O=Fortinet, OU=Certificate Authority, CN=Fortinet Untrusted CA, [email protected] | ||
12665 | 5 | 0 | 0 | 0 | C=US, O=Bechtel Corporation, OU=Information Security, CN=Bechtel External Policy CA 1 | Microsoft | |
12678 | 5 | 0 | 0 | 0 | CN=Microsoft Internet Authority | Microsoft | |
12918 | 5 | 0 | 0 | 0 | C=US, O=Registry Services Corporation, OU=Terms and Conditions: http://www.registrypro.pro/repository, OU=(c)2005 Registry Services Corporation, CN=Registry Pro CA | Microsoft | |
13102 | 5 | 0 | 0 | 0 | C=AE, O=Etisalat, OU=Comtrust eBusiness Services, CN=Comtrust Demo CA | Microsoft | |
13134 | 5 | 0 | 0 | 0 | C=DE, O=adidas AG, CN=adidas Global Intermediate CA 02 | Microsoft | |
13139 | 5 | 0 | 0 | 0 | C=CR, O=Identiga Karto S.A., OU=Certification Services, CN=Root Authority | Microsoft | |
158993 | 5 | 5 | 0 | 0 | O=ZX Inc., CN=ZX Inc Root CA | ||
13495 | 5 | 0 | 0 | 0 | C=US, O=LifeMasters Supported SelfCare Inc., CN=LifeMasters Corporate Policy CA | Microsoft | |
248356 | 5 | 5 | 0 | 0 | O=David Miller Trust Services, OU=For authorized use only, CN=David Miller SHA2 EV Code Signing CA2 - G2 | ||
13589 | 5 | 0 | 0 | 0 | C=BE, O=Certipost s.a./n.v., CN=Certipost E-Trust Primary LightWeight CA | Microsoft | |
248326 | 5 | 4 | 1 | 0 | O=David Miller Trust Services, OU=For authorized use only, CN=David Miller SHA2 Organization Validation Server CA - G3 | ||
13993 | 5 | 0 | 0 | 0 | C=HK, O=DIGI-SIGN CERTIFICATION SERVICES LIMITED, OU=BRN 31346952-000, CN=ID-CERT CYBERTRUST SIGNING CA CERT | Microsoft | |
14010 | 5 | 5 | 0 | 0 | CN=Apple Root CA - G2, OU=Apple Certification Authority, O=Apple Inc., C=US | Apple | |
242171 | 5 | 5 | 0 | 0 | CN=Developer ID Certification Authority, OU=G2, O=Apple Inc., C=US | Apple | |
14400 | 5 | 0 | 0 | 0 | C=US, O="Apple Computer, Inc.", OU=Apple Computer Certificate Authority, CN=Apple FairPlay Certificate Authority | Apple | |
173785 | 5 | 5 | 0 | 0 | C=RO, O=Centrul de Calcul SA, OU=CertDigital, CN=CertDigital Root Certification Authority G2 | ||
173790 | 5 | 3 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Root CA 3 2016, organizationIdentifier=NTRDE-HRB74346 | ||
451 | 5 | 0 | 0 | 0 | C=IT, O=Intesa Sanpaolo S.p.A., CN=Intesa Sanpaolo S.p.A. - CA Root Interna | Microsoft | |
173800 | 5 | 0 | 0 | 0 | C=LT, O=Gyventoju registro tarnyba prie LR VRM - i.k. 188756767, OU=Nacionalinis sertifikavimo centras (NSC), CN=Nacionalinis sertifikavimo centras (PolicyCA) | ||
24110 | 5 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Qualified Root CA 4 2012:PN | ||
173801 | 5 | 5 | 0 | 0 | C=MT, O=Government of Malta, OU=Class Qualified, CN=Government of Malta Root CA | ||
213010 | 5 | 4 | 0 | 0 | C=CN, ST=河南省, O=河南瑞趸商贸有限公司, CN=瑞趸⸺宛(Staging) | ||
213001 | 5 | 5 | 0 | 0 | O=TeliaSonera, CN=TeliaSonera PreProd Root CA v1 | ||
173815 | 5 | 5 | 0 | 0 | C=RO, O=Trans Sped SRL, OU=Trans Sped CA, CN=Trans Sped Root CA G2 | ||
210302 | 5 | 5 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Root CA 3 2021 | ||
659 | 5 | 0 | 0 | 0 | CN=NalcoExternalPolicyCA-1 | Microsoft | |
173844 | 5 | 2 | 0 | 0 | C=AU, O=GOV, OU=DoD, OU=PKI, OU=CAs, CN=Australian Defence Interoperability CA | ||
982 | 5 | 0 | 0 | 0 | O=Commercial bank DeltaCredit Closed joint stock company, CN=DeltaCredit CA | Microsoft | |
23974 | 4 | 4 | 0 | 0 | C=IT, O=ArubaPEC S.p.A., OU=Certification AuthorityC, CN=ArubaPEC S.p.A. NG CA 3 | Adobe EUTL | |
24023 | 4 | 4 | 0 | 0 | C=AT, O=PrimeSign GmbH, CN=CRYPTAS-PrimeSign Qualified Root CA | Adobe EUTL | |
229966 | 4 | 4 | 0 | 0 | C=DE, O=Utimaco IS GmbH, organizationIdentifier=VATDE-815496496, CN=Utimaco qualified TSA CA1 | Adobe EUTL | |
229965 | 4 | 4 | 0 | 0 | C=DE, O=Utimaco IS GmbH, organizationIdentifier=VATDE-815496496, CN=Utimaco qualified TSA CA2 | Adobe EUTL | |
234151 | 4 | 4 | 0 | 0 | C=PT, O=Instituto dos Registos e do Notariado I.P., OU=Cartão de Cidadão, OU=subECEstado, CN=EC de Assinatura Digital Qualificada do Cartão de Cidadão 0018 | Adobe EUTL | |
23969 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A./03358520967, OU=Qualified Certification Service Provider, CN=Actalis Qualified Certificates CA G1 | Adobe EUTL | |
66217 | 4 | 4 | 0 | 0 | C=IT, L=Ponte San Pietro, O=ArubaPEC S.p.A., organizationIdentifier=VATIT-01879020517, OU=Qualified Time Stamping Authority, CN=ArubaPEC EU Qualified TimeStamp CA G1 | Adobe EUTL | |
173781 | 4 | 4 | 0 | 0 | C=MT, O=ANF AC Malta Ltd, OU=ANF Malta Certification Authority, serialNumber=MT23399415, CN=ANF Trusted Root CA | ||
173794 | 4 | 3 | 0 | 0 | C=BG, organizationIdentifier=NTRBG-201230426, O=BORICA AD, OU=B-Trust, CN=B-Trust Root Qualified CA | ||
173778 | 4 | 4 | 0 | 0 | C=HR, O=AKD d.o.o., organizationIdentifier=VATHR-58843087891, CN=AKDCA Root | ||
24044 | 4 | 0 | 0 | 0 | CN=I.CA - Qualified root certificate (kvalifikovaný certifikát poskytovatele) - PSEUDONYM, C=CZ, L="Podvinný mlýn 2178/6, 190 00 Praha 9", O=První certifikační autorita a.s., OU=Akreditovaný poskytovatel certifikačních služeb | Adobe EUTL | |
173773 | 4 | 4 | 0 | 0 | CN=YOUSIGN SAS - ROOT2 CA, OU=794513986, O=YOUSIGN SAS, L=CAEN, ST=CALVADOS, C=FR | ||
173622 | 4 | 4 | 0 | 0 | C=IT, organizationIdentifier=VATIT-05262890014, O=In.Te.S.A. S.p.A., CN=Intesa SpA - eIDAS Qualified Trust Services | Adobe EUTL | |
240161 | 4 | 4 | 0 | 0 | C=IS, O=Audkenni ehf., organizationIdentifier=NTRIS-5210002790, CN=Fullgilt audkenni 2021, serialNumber=5210002790 | Adobe EUTL | |
117999 | 4 | 4 | 0 | 0 | C=CN, O=MeSince Technology Limited, CN=MeSince Identity CA | Adobe AATL | |
100690 | 4 | 4 | 0 | 0 | C=IT, O=Telecom Italia Trust Technologies S.r.l., OU=Qualified Trust Service Provider, CN=TI Trust Technologies eIDAS CA, organizationIdentifier=VATIT-04599340967 | Adobe EUTL | |
173620 | 4 | 4 | 0 | 0 | C=SI, O=Rekono d.o.o., organizationIdentifier=VATSI-60762802, CN=RekonoQTSA ECC CA | Adobe EUTL | |
173619 | 4 | 4 | 0 | 0 | C=SI, O=Rekono d.o.o., organizationIdentifier=VATSI-60762802, CN=RekonoQTSA RSA CA | Adobe EUTL | |
226058 | 4 | 4 | 0 | 0 | C=LT, organizationIdentifier=188778315, O=Asmens dokumentu israsymo centras prie LR VRM, CN=ADIC CA-A | Adobe EUTL | |
226057 | 4 | 4 | 0 | 0 | C=LT, organizationIdentifier=188778315, O=Asmens dokumentu israsymo centras prie LR VRM, CN=ADIC CA-B | Adobe EUTL | |
225168 | 4 | 4 | 0 | 0 | C=CH, O=SwissSign AG, CN=SwissSign Signature Services Root 2020 - 2, organizationIdentifier=NTRCH-CHE-109.357.012 | Adobe AATL | |
247222 | 4 | 4 | 0 | 0 | CN=Notartel Qualified TimeStamp CA 2021, OU=Qualified Time Stamping Authority, organizationIdentifier=VATIT-05364151000, O=Notartel S.p.A., C=IT | Adobe EUTL | |
247223 | 4 | 4 | 0 | 0 | C=IT, O=Zucchetti S.p.A., OU=TSA, organizationIdentifier=VATIT-05006900962, CN=Zucchetti Time Stamping Authority 2 | Adobe EUTL | |
53332 | 4 | 4 | 0 | 0 | CN=Namirial EU Qualified eSignature, OU=Trust Service Provider, O=Namirial S.p.A., organizationIdentifier=VATIT-02046570426, C=IT | Adobe EUTL | |
24551 | 4 | 4 | 0 | 0 | C=IT, O=INFOCERT SPA, OU=TSA, serialNumber=07945211006, CN=InfoCert Qualified Time Stamping Authority 2 | Adobe EUTL | |
53339 | 4 | 4 | 0 | 0 | C=RO, O=DigiSign S.A., organizationIdentifier=VATRO-17544945, OU=DigiSign Certification Services, CN=DigiSign Qualified CA Class 3 2017 | Adobe EUTL | |
223207 | 4 | 4 | 0 | 0 | C=IT, O=InfoCert S.p.A., OU=Qualified Trust Service Provider, organizationIdentifier=VATIT-07945211006, CN=InfoCert Qualified Electronic Signature EC CA 4 | Adobe EUTL | |
223202 | 4 | 4 | 0 | 0 | C=SK, OU=SNCA, organizationIdentifier=NTRSK-42156424, O=Narodna agentura pre sietove a elektronicke sluzby, CN=SNCA4 | Adobe EUTL | |
247226 | 4 | 4 | 0 | 0 | CN=Notartel Qualified Electronic Signature CA 2021, OU=Qualified Trust Service Provider, organizationIdentifier=VATIT-05364151000, O=Notartel S.p.A., C=IT | Adobe EUTL | |
66214 | 4 | 4 | 0 | 0 | C=IT, L=Milano, O=NEXI S.p.A., organizationIdentifier=VATIT-13212880150, OU=Qualified Trust Service Provider, CN=NEXI EU Qualified Certificates CA | Adobe EUTL | |
223200 | 4 | 4 | 0 | 0 | C=IT, O=InfoCert S.p.A., OU=TSA, organizationIdentifier=VATIT-07945211006, CN=InfoCert Time Stamping Authority 3 | Adobe EUTL | |
247227 | 4 | 4 | 0 | 0 | C=IT, O=Zucchetti S.p.A., OU=Qualified Trust Service Provider, organizationIdentifier=VATIT-05006900962, CN=Zucchetti Qualified Electronic Signature CA 2 | Adobe EUTL | |
172262 | 4 | 1 | 0 | 0 | C=US, ST=California, L=Sunnyvale, O=Fortinet, OU=Certificate Authority, CN=FWF61E4Q16000760, [email protected] | ||
221592 | 4 | 4 | 0 | 0 | C=FR, O=BPCE, organizationIdentifier=NTRFR-493455042, OU=0002 493455042, CN=BPCERootCA | Adobe AATL | |
170423 | 4 | 4 | 0 | 0 | C=IT, O=InfoCert S.p.A., OU=Qualified Trust Service Provider, organizationIdentifier=VATIT-07945211006, CN=InfoCert Qualified Electronic Signature CA 4 | Adobe EUTL | |
170422 | 4 | 4 | 0 | 0 | organizationIdentifier=VATIT-80052590587, C=IT, O=Consiglio Nazionale del Notariato, OU=Servizio Firma Digitale, CN=Consiglio Nazionale del Notariato Qualified Certification Authority 2019 | Adobe EUTL | |
170407 | 4 | 4 | 0 | 0 | serialNumber=80052590587, C=IT, O=Consiglio Nazionale del Notariato, OU=Servizio Marcatura Temporale, CN=Consiglio Nazionale del Notariato Time Stamping Authority CA Qualificata 2019 | Adobe EUTL | |
62450 | 4 | 4 | 0 | 0 | C=IT, L=Ponte San Pietro, O=Actalis S.p.A., organizationIdentifier=VATIT-03358520967, OU=Qualified Trust Service Provider, CN=Actalis EU Qualified Certificates CA G2 | Adobe EUTL | |
75791 | 4 | 1 | 2 | 0 | C=SE, O=PrimeKey Solutions AB, CN=CT Log Test Root | ||
117995 | 4 | 4 | 0 | 0 | C=IL, O=ComSign Ltd., OU=ComSign Certification Authority, CN=ComSign International Root CA | Adobe AATL | |
215681 | 4 | 4 | 0 | 0 | C=IT, O=Telecom Italia Trust Technologies S.r.l., OU=Qualified Trust Service Provider, CN=TI Trust Technologies QTSP CA, organizationIdentifier=VATIT-04599340967 | Adobe EUTL | |
163815 | 4 | 0 | 0 | 0 | C=SK, L=Trencin, O=Ministry of Defence, serialNumber=NTRSK-30845572, CN=CAMOSR3 | Adobe EUTL | |
163809 | 4 | 4 | 0 | 0 | CN=BVtrust PSD2 QSEAL CA R2019, OU=BVtrust, O=Bank-Verlag GmbH, C=DE | Adobe EUTL | |
215680 | 4 | 4 | 0 | 0 | C=IT, O=Telecom Italia Trust Technologies S.r.l., OU=Qualified Trust Service Provider, CN=TI Trust Technologies QTSP CA 1, organizationIdentifier=VATIT-04599340967 | Adobe EUTL | |
215679 | 4 | 4 | 0 | 0 | C=IT, O=Telecom Italia Trust Technologies S.r.l., OU=Qualified Trust Service Provider, CN=TI Trust Technologies per il Ministero dell'Interno QTSP CA, organizationIdentifier=VATIT-04599340967 | Adobe EUTL | |
215678 | 4 | 4 | 0 | 0 | C=IT, O=Telecom Italia Trust Technologies S.r.l., OU=Qualified Trust Service Provider, CN=TI Trust Technologies QTSP CA 2, organizationIdentifier=VATIT-04599340967 | Adobe EUTL | |
215677 | 4 | 4 | 0 | 0 | C=IT, O=Telecom Italia Trust Technologies S.r.l., OU=Qualified Trust Service Provider, CN=TI Trust Technologies QTSP TSA CA, organizationIdentifier=VATIT-04599340967 | Adobe EUTL | |
173810 | 4 | 4 | 0 | 0 | C=FR, O=CertEurope, OU=0002 434202180, CN=CertEurope eID Root, organizationIdentifier=SI:FR-434202180 | ||
100689 | 4 | 4 | 0 | 0 | C=IT, L=Milano, O=Nexi Payments S.p.A., organizationIdentifier=VATIT-04107060966, OU=Qualified Trust Service Provider, CN=NEXI EU Qualified Certificates CA | Adobe EUTL | |
162409 | 4 | 1 | 0 | 0 | C=US, ST=California, L=Sunnyvale, O=Fortinet, OU=Certificate Authority, CN=Fortinet Untrusted CA, [email protected] | ||
84339 | 4 | 4 | 0 | 0 | C=IT, O=InfoCert S.p.A., OU=Trust Service Provider, organizationIdentifier=VATIT-07945211006, CN=InfoCert Advanced Electronic Signature CA 3 | Adobe AATL | |
55599 | 4 | 4 | 0 | 0 | C=IT, O=Consiglio Nazionale dei Dottori Commercialisti e degli Esperti Contabili, OU=Qualified Trust Service Provider, organizationIdentifier=VATIT-09758941000, CN=CNDCEC Qualified Electronic Signature CA | Adobe EUTL | |
24577 | 4 | 4 | 0 | 0 | C=IT, O=Namirial S.p.A./02046570426, OU=Certification Authority, CN=Namirial CA TSA | Adobe EUTL | |
211779 | 4 | 4 | 0 | 0 | C=CN, O=MeSign Technology Limited, CN=MeSign Identity CA | Adobe AATL | |
211058 | 4 | 1 | 0 | 0 | C=US, ST=California, L=Sunnyvale, O=Fortinet, OU=Certificate Authority, CN=FG100E4Q17019123, [email protected] | ||
153263 | 4 | 4 | 0 | 0 | C=IT, organizationIdentifier=VATIT-00432960342, O=Cedacri SpA, CN=Cedacricert EU 2019 | Adobe EUTL | |
253910 | 4 | 4 | 0 | 0 | C=RO, O=ZIPPER SERVICES SRL, CN=ZIPPER Root CA G1 | Adobe EUTL | |
210303 | 4 | 4 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Root CA 2 2021 | ||
24576 | 4 | 4 | 0 | 0 | C=IT, O=Zucchetti S.p.A., OU=Certificatore Accreditato, serialNumber=5006900962, CN=Zucchetti Qualified Time Stamping Authority | Adobe EUTL | |
210291 | 4 | 4 | 0 | 0 | C=ES, O=IZENPE S.A., CN=ROOT CA QC IZENPE | ||
84364 | 4 | 4 | 0 | 0 | C=IT, L=Ponte San Pietro, O=ArubaPEC S.p.A., organizationIdentifier=VATIT-01879020517, OU=ArubaPEC per IPZS, CN=CA di Firma Qualificata per Modello ATe | Adobe EUTL | |
13058 | 4 | 0 | 0 | 0 | O=Open and Free Technology Community, OU=certification authority for servers, CN=servers.ca.oftc.net, [email protected] | ||
62449 | 4 | 4 | 0 | 0 | C=IT, L=Ponte San Pietro, O=ArubaPEC S.p.A., organizationIdentifier=VATIT-01879020517, OU=Qualified Trust Service Provider, CN=ArubaPEC EU Qualified Certificates CA G2 | Adobe EUTL | |
153258 | 4 | 4 | 0 | 0 | C=IT, O=Register S.p.A., serialNumber=04628270482, OU=Digital Trust Services, CN=Register Time Stamping Authority | Adobe EUTL | |
84365 | 4 | 4 | 0 | 0 | C=IT, organizationIdentifier=VATIT-02780480964, O=Intesi Group S.p.A., OU=Qualified Trust Service Provider, CN=Intesi Group EU Qualified Electronic Signature CA G2 | Adobe EUTL | |
12652 | 4 | 0 | 0 | 0 | CN=SWITCH CA, [email protected], O=Switch - Teleinformatikdienste fuer Lehre und Forschung, C=CH | ||
136894 | 4 | 4 | 0 | 0 | C=PT, O=Instituto dos Registos e do Notariado I.P., OU=Cartão de Cidadão, OU=subECEstado, CN=EC de Assinatura Digital Qualificada do Cartão de Cidadão 0016 | Adobe EUTL | |
206305 | 4 | 4 | 0 | 0 | C=ES, ST=VALENCIA, OU=TRUST SERVICES, organizationIdentifier=VATES-B98333362, O=IVNOSYS SOLUCIONES S.L.U., CN=IvSign Global CA | Adobe EUTL | |
84366 | 4 | 4 | 0 | 0 | C=IT, organizationIdentifier=VATIT-02780480964, O=Intesi Group S.p.A., OU=Qualified Trust Service Provider, CN=Intesi Group EU Qualified Electronic Seal CA G2 | Adobe EUTL | |
136892 | 4 | 4 | 0 | 0 | CN=BVtrust qSeal CA R2019, OU=BVtrust, O=Bank-Verlag GmbH, C=DE | Adobe EUTL | |
263508 | 4 | 4 | 0 | 0 | C=DK, O=Penneo A/S, organizationIdentifier=NTRDK-35633766, CN=Penneo Qualified Root CA 06/22/RSA | Adobe EUTL | |
84372 | 4 | 4 | 0 | 0 | C=IT, organizationIdentifier=VATIT-02780480964, O=Intesi Group S.p.A., OU=Qualified Trust Service Provider, CN=Intesi Group EU Qualified Time-Stamp CA G2 | Adobe EUTL | |
60080 | 4 | 4 | 0 | 0 | CN=IN.TE.S.A. QUALIFIED TSA, O=IN.TE.S.A. S.p.A., C=IT | Adobe EUTL | |
136891 | 4 | 4 | 0 | 0 | CN=BVtrust qSeal CA E2019, OU=BVtrust, O=Bank-Verlag GmbH, C=DE | Adobe EUTL | |
24229 | 4 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Root CA 2010-003:PN | ||
263533 | 4 | 4 | 0 | 0 | C=CN, O=UniTrust, CN=UniTrust Event Certificate Root CA R1 | Adobe AATL | |
201921 | 4 | 4 | 0 | 0 | C=SI, O=Rekono d.o.o., organizationIdentifier=VATSI-60762802, CN=Rekono RSA RootCA-QC | Adobe EUTL | |
201917 | 4 | 4 | 0 | 0 | C=IT, O=Uanataca S.A., OU=QTSP, CN=UANATACA Qualified eIDAS CA 2020, organizationIdentifier=VATIT-09156101215 | Adobe EUTL | |
201911 | 4 | 4 | 0 | 0 | C=IT, O=Uanataca S.A., OU=QTSP, CN=UANATACA Qualified TSA 2020, organizationIdentifier=VATIT-09156101215 | Adobe EUTL | |
117994 | 4 | 4 | 0 | 0 | C=CN, O=WoTrus CA Limited, CN=CA WoTrus Root | Adobe AATL | |
263649 | 4 | 4 | 0 | 0 | CN=BVtrust qTime CA R2022, OU=BVtrust, O=Bank-Verlag GmbH, C=DE | Adobe EUTL | |
263650 | 4 | 4 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST CA 1-21-3 2021, organizationIdentifier=NTRDE-HRB74346 | Adobe EUTL | |
133166 | 4 | 4 | 0 | 0 | C=IT, O=Azienda Regionale per l'Innovazione e gli Acquisti S.p.A., OU=Qualified Trust Service Provider, CN=ARIA SPA EU Qualified Certificates CA, organizationIdentifier=VATIT-05017630152 | Adobe EUTL | |
60079 | 4 | 4 | 0 | 0 | C=DE, O=exceet Secure Solutions GmbH, CN=exceet trustcenter CA2 | Adobe EUTL | |
133165 | 4 | 4 | 0 | 0 | C=PL, O=Polska Wytwórnia Papierów Wartościowych S.A., CN=CUZ Sigillum - QTSA2, organizationIdentifier=VATPL-5250001090 | Adobe EUTL | |
269983 | 4 | 4 | 0 | 0 | CN=Namirial Qualified Electronic Signature CA 2023, OU=Qualified Trust Service Provider, organizationIdentifier=VATIT-02046570426, O=Namirial S.p.A., C=IT | Adobe EUTL | |
269984 | 4 | 4 | 0 | 0 | C=IT, O=Intesa Sanpaolo S.p.A., OU=Intesa Sanpaolo S.p.A. IdenTrust Infrastructure, organizationIdentifier=VATIT-11991500015, CN=Intesa Sanpaolo S.p.A. IdenTrust Certification Authority III | Adobe EUTL | |
10808 | 4 | 4 | 0 | 0 | C=CN, O=WoSign CA Limited, CN=IMS 根证书 | ||
277860 | 4 | 4 | 0 | 0 | C=IT, O=InfoCert S.p.A., OU=TSA, organizationIdentifier=VATIT-07945211006, CN=InfoCert Time Stamping Authority EC 4 | Adobe EUTL | |
57970 | 4 | 0 | 0 | 0 | C=DE, O=Deutsche Rentenversicherung, OU=QC Root CA, CN=DRV QC Root CA 2017c, organizationIdentifier=VATDE-136626890 | ||
191156 | 4 | 4 | 0 | 0 | C=SK, L=Bratislava, organizationIdentifier=NTRSK-35975946, O=Disig a.s., CN=SVK eID ACA2 | Adobe EUTL | |
191155 | 4 | 4 | 0 | 0 | C=SK, L=Bratislava, organizationIdentifier=NTRSK-35975946, O=Disig a.s., CN=CA Disig QCA4 | Adobe EUTL | |
191152 | 4 | 4 | 0 | 0 | CN=EADTrust ECC 256 SubCA For Qualified Certificates 2019, O="European Agency of Digital Trust, S.L.", C=ES, organizationIdentifier=VATES-B85626240, OU=Legal Person | Adobe EUTL | |
1610 | 4 | 1 | 0 | 0 | C=US, O=Symantec Corporation, OU=Symantec Trust Network, CN=Symantec Class 3 Public Primary Certification Authority - G7 | ||
191148 | 4 | 4 | 0 | 0 | CN=EADTrust ECC 384 SubCA For Qualified Certificates 2019, O="European Agency of Digital Trust, S.L.", C=ES, organizationIdentifier=VATES-B85626240, OU=Legal Person | Adobe EUTL | |
277861 | 4 | 4 | 0 | 0 | CN=TeamSystem Qualified Time Stamping Authority 2023, OU=Qualified Time Stamping Authority, organizationIdentifier=VATIT-01035310414, O=TeamSystem S.p.A., C=IT | Adobe EUTL | |
29098 | 4 | 0 | 0 | 0 | C=RO, O=ALFATRUST CERTIFICATION AUTHORITY, OU=AlfaSign, CN=AlfaSign Public CA | Adobe EUTL | |
57968 | 4 | 4 | 0 | 0 | organizationIdentifier=VATIT-00432960342, C=IT, O=Cedacri SpA, CN=Cedacricert CA1 2017 | Adobe EUTL | |
126326 | 4 | 4 | 0 | 0 | C=MY, O=MSC Trustgate.com Sdn. Bhd., OU=Malaysia Licensed CA No: LPBP-2/2010 (1), CN=Trustgate Time Stamping Authority CA (ECC) | Adobe AATL | |
29993 | 4 | 4 | 0 | 0 | CN=Namirial Qualified e-Signature, OU=Namirial Trust Service Provider, O=Namirial S.p.A., C=IT | Adobe EUTL | |
24561 | 4 | 4 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Qualified Time Stamping Authority, CN=Actalis TSA 1 EIDAS | Adobe EUTL | |
29994 | 4 | 4 | 0 | 0 | C=IT, O=Intesa Sanpaolo S.p.A., CN=Intesa Sanpaolo S.p.A. Firma Qualificata | Adobe EUTL | |
24305 | 4 | 4 | 0 | 0 | C=ES, O=DIRECCION GENERAL DE LA POLICIA, OU=DNIE, CN=AC RAIZ DNIE 2 | Adobe EUTL | |
55602 | 4 | 4 | 0 | 0 | serialNumber=80052590587, C=IT, O=Consiglio Nazionale del Notariato, OU=Servizio Marcatura Temporale, CN=Consiglio Nazionale del Notariato Time Stamping Authority CA Qualificata | Adobe EUTL | |
55601 | 4 | 4 | 0 | 0 | C=IT, O=Ministero della Difesa, OU=S.M.D. - C.do C4 Difesa, serialNumber=97355240587, CN=Ministero della Difesa - Time Stamp Authority eIDAS | Adobe EUTL | |
39902 | 4 | 4 | 0 | 0 | C=IT, O=Telecom Italia Trust Technologies S.r.l., OU=Servizi di certificazione, CN=TI Trust Technologies eIDAS TSA | Adobe EUTL | |
43724 | 4 | 4 | 0 | 0 | CN=Intesi Group Cloud Root CA, O=Intesi Group, C=IT | Adobe AATL | |
189561 | 4 | 4 | 0 | 0 | C=IT, O=InfoCamere S.C.p.A., OU=Qualified Trust Service Provider, organizationIdentifier=VATIT-02313821007, CN=InfoCamere Qualified Electronic Signature CA | Adobe EUTL | |
189560 | 4 | 4 | 0 | 0 | C=IT, O=Intesa Sanpaolo S.p.A., OU=Qualified Trust Service Provider, organizationIdentifier=VATIT-11991500015, CN=Intesa Sanpaolo Qualified Electronic Signature CA 2 | Adobe EUTL | |
189559 | 4 | 4 | 0 | 0 | C=IT, O=IN.TE.S.A. S.p.A., CN=IN.TE.S.A. Certification Authority | Adobe EUTL | |
189548 | 4 | 4 | 0 | 0 | CN=BVtrust qSig CA R2020, OU=BVtrust, O=Bank-Verlag GmbH, C=DE | Adobe EUTL | |
189544 | 4 | 4 | 0 | 0 | CN=BVtrust qSig CA E2020, OU=BVtrust, O=Bank-Verlag GmbH, C=DE | Adobe EUTL | |
189542 | 4 | 4 | 0 | 0 | C=IT, O=InfoCamere S.C.p.A., OU=TSA, organizationIdentifier=VATIT-02313821007, CN=InfoCamere Qualified Time Stamping Authority | Adobe EUTL | |
124867 | 4 | 4 | 0 | 0 | C=CN, O=UniTrust, CN=UCA Root G2 | Adobe AATL | |
173843 | 4 | 2 | 0 | 0 | C=US, O=U.S. Government, OU=DoD, OU=PKI, CN=US DoD CCEB Interoperability Root CA 2 | ||
24558 | 4 | 4 | 0 | 0 | C=IT, O=ArubaPEC S.p.A., OU=Qualified Time Stamping Authority, CN=ArubaPEC S.p.A. NG TSA 1 EIDAS | Adobe EUTL | |
45033 | 4 | 4 | 0 | 0 | C=ES, organizationIdentifier=VATES-Q2863012G, O=Colegio de Registradores de la Propiedad y Mercantiles, CN=Autoridad de Certificación de los Registradores - AC Interna | Adobe EUTL | |
29060 | 4 | 4 | 0 | 0 | C=HR, O=Zagrebacka banka d.d., CN=Zaba QCA | Adobe EUTL | |
24584 | 4 | 4 | 0 | 0 | CN=Namirial Time Stamping Authority, OU=Namirial Trust Service Provider, O=Namirial S.p.A., C=IT | Adobe EUTL | |
50107 | 4 | 4 | 0 | 0 | C=IT, O=Poste Italiane S.p.A., organizationIdentifier=VATIT-01114601006, CN=Poste Italiane EU Qualified Certificates CA | Adobe EUTL | |
50111 | 4 | 4 | 0 | 0 | C=IT, L=Arezzo, O=ArubaPEC S.p.A., organizationIdentifier=VATIT-01879020517, OU=Qualified Trust Service Provider, CN=ArubaPEC EU Qualified Certificates CA G1 | Adobe EUTL | |
50112 | 4 | 4 | 0 | 0 | C=IT, L=Ponte San Pietro, O=Actalis S.p.A., organizationIdentifier=VATIT-03358520967, OU=Qualified Trust Service Provider, CN=Actalis EU Qualified Certificates CA G1 | Adobe EUTL | |
50113 | 4 | 4 | 0 | 0 | C=IT, O=Postecom S.p.A., organizationIdentifier=VATIT-05838841004, CN=Postecom EU Qualified Certificates CA | Adobe EUTL | |
24358 | 4 | 4 | 0 | 0 | C=IT, O=Telecom Italia Trust Technologies S.r.l., OU=Servizi di certificazione, CN=TI Trust Technologies per il Ministero dell'Interno CA | Adobe EUTL | |
24359 | 4 | 0 | 0 | 0 | C=IT, O=Lombardia Informatica S.p.A., OU=Servizio di certificazione, CN=Servizio di Certificazione per la Firma Digitale - CA1 | Adobe EUTL | |
24360 | 4 | 0 | 0 | 0 | serialNumber=80052590587, C=IT, O=Consiglio Nazionale del Notariato, OU=Servizio Firma Digitale, CN=Consiglio Nazionale del Notariato Certification Authority | Adobe EUTL | |
24361 | 4 | 4 | 0 | 0 | C=IT, O=I.T. Telecom S.R.L., OU=Servizi di certificazione, CN=I.T. Telecom per il Ministero dell'Interno CA 1 | Adobe EUTL | |
24362 | 4 | 0 | 0 | 0 | C=IT, O=InfoCamere SCpA, serialNumber=02313821007, OU=Certificatore Accreditato del Sistema Camerale, CN=InfoCamere Firma Qualificata | Adobe EUTL | |
50122 | 4 | 4 | 0 | 0 | C=IT, O=Postecom S.p.A., organizationIdentifier=VATIT-05838841004, CN=Postecom Time Stamping Authority | Adobe EUTL | |
24364 | 4 | 4 | 0 | 0 | C=IT, O=ICBPI S.p.A./13212880150, OU=Qualified Certification Service Provider, CN=Certification Authority ICBPI | Adobe EUTL | |
24365 | 4 | 0 | 0 | 0 | C=IT, O=Consiglio Nazionale del Notariato, OU=Servizio Firma Digitale, CN=Consiglio Nazionale del Notariato - Servizio Firma Digitale, [email protected] | Adobe EUTL | |
24366 | 4 | 4 | 0 | 0 | C=IT, O=Actalis S.p.A./03358520967, OU=Qualified Certification Service Provider, CN=CA Qualificata Regione Campania erogata da Actalis | Adobe EUTL | |
24367 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, CN=- Firma digitale - Molise Dati | Adobe EUTL | |
24368 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, CN=- Firma Digitale Regione Campania | Adobe EUTL | |
24369 | 4 | 0 | 0 | 0 | C=IT, O=I.T. Telecom S.p.A., OU=PKI Solutions, CN=I.T. Telecom per GOLEM Software s.r.l. | Adobe EUTL | |
24370 | 4 | 4 | 0 | 0 | C=IT, O=ArubaPEC S.p.A., OU=ArubaPEC per mod. ATe firma qualificata, CN=ArubaPEC per CA di firma qualificata | Adobe EUTL | |
24371 | 4 | 0 | 0 | 0 | C=IT, O=I.T. Telecom S.R.L., OU=Servizi di certificazione, CN=I.T. Telecom per il Ministero dell'Interno CA | Adobe EUTL | |
24372 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, CN=Firma digitale Regione Marche | Adobe EUTL | |
24373 | 4 | 0 | 0 | 0 | C=IT, O=ArubaPEC S.p.A., OU=Certification Authority, CN=ArubaPEC S.p.A. NG CA 1 | Adobe EUTL | |
24374 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider 6, CN=Actalis Qualified Certificates CA | Adobe EUTL | |
24375 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Qualified Certification Service Provider, CN=Actalis Qualified Certificates CA | Adobe EUTL | |
24376 | 4 | 0 | 0 | 0 | C=IT, O=Consiglio Nazionale Dottori Commercialisti ed Esperti Contabili, OU=Firma Qualificata, serialNumber=09758941000, CN=Certicomm CNDCEC | Adobe EUTL | |
24377 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, CN=Actalis - Firma Digitale | Adobe EUTL | |
24378 | 4 | 0 | 0 | 0 | O=Bancaintesa S.p.A., OU=Bancaintesa Identrus Infrastructure, CN=Bancaintesa Production Identrus Certification Authority | Adobe EUTL | |
24379 | 4 | 4 | 0 | 0 | C=IT, O=Telecom Italia Trust Technologies S.r.l., OU=Servizi di certificazione, CN=TI Trust Technologies CA 2 | Adobe EUTL | |
24380 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider 2, CN=Actalis Qualified Certificates CA | Adobe EUTL | |
24381 | 4 | 4 | 0 | 0 | C=IT, O=ArubaPEC S.p.A., OU=ArubaPEC per CA Regione Basilicata di Firma Qualificata, CN=ArubaPEC per Regione Basilicata CA 1 | Adobe EUTL | |
24382 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, CN=Provincia di Roma Firma digitale | Adobe EUTL | |
24383 | 4 | 0 | 0 | 0 | C=IT, O=Lombardia Informatica S.p.A., OU=Servizio di certificazione, CN=Servizio di Certificazione per la Firma Digitale - CA2 | Adobe EUTL | |
24384 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, CN=- SIEMENS MEDICAL SOLUTIONS | Adobe EUTL | |
24385 | 4 | 0 | 0 | 0 | C=IT, O=Banca d'Italia/00950501007, OU=Servizi di certificazione, CN=Banca d'Italia | Adobe EUTL | |
24386 | 4 | 0 | 0 | 0 | C=IT, O=I.T. Telecom S.R.L., OU=Servizi di certificazione, CN=I.T. Telecom Firma Qualificata CA | Adobe EUTL | |
24387 | 4 | 0 | 0 | 0 | C=IT, O=Consiglio Nazionale del Notariato, CN=Consiglio Nazionale del Notariato-Firma Digitale, [email protected] | Adobe EUTL | |
24388 | 4 | 0 | 0 | 0 | C=IT, ST=BS, L=Brescia, O=Actalis S.p.A., OU=Ufficio Relazioni con il Pubblico, CN=Ca Provincia di Brescia firma digitale a norma, [email protected] | Adobe EUTL | |
24389 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, CN=Comune di Livorno Firma digitale | Adobe EUTL | |
24390 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, CN=- Firma Digitale RTRT | Adobe EUTL | |
24391 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, CN=- Firma Digit. AIPA Cons. Portale San. Ped. OPBG | Adobe EUTL | |
24392 | 4 | 0 | 0 | 0 | C=IT, O=Postecom s.p.a., OU=CA e Sicurezza, CN=Postecert per Regione Emilia-Romagna | Adobe EUTL | |
24393 | 4 | 4 | 0 | 0 | C=IT, O=Telecom Italia Trust Technologies S.r.l., OU=Servizi di certificazione, CN=TI Trust Technologies CA | Adobe EUTL | |
24394 | 4 | 0 | 0 | 0 | C=IT, O=I.T. Telecom S.p.A., OU=PKI Solutions, CN=I.T. Telecom FirmaSicura CA | Adobe EUTL | |
24395 | 4 | 0 | 0 | 0 | O=Trust Italia S.p.A., CN=TI Firma Digitale CA - G3, C=IT | Adobe EUTL | |
24396 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, CN=ASMEZ firma digitale, [email protected] | Adobe EUTL | |
24397 | 4 | 0 | 0 | 0 | C=IT, O=I.T. Telecom S.R.L., OU=Servizi di certificazione, CN=I.T. Telecom FirmaSicura CA | Adobe EUTL | |
24398 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, CN=- REGIONE EMILIA-ROMAGNA FORMAZIONE FIRMA DIGIT. | Adobe EUTL | |
24399 | 4 | 0 | 0 | 0 | C=IT, O=SECETI S.p.A., L=Milano, CN=SECETI Certificatore per la firma digitale | Adobe EUTL | |
24400 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, CN=- Firma Digitale Regione Liguria | Adobe EUTL | |
24401 | 4 | 0 | 0 | 0 | C=IT, O=Postecom S.p.A., OU=CA e Sicurezza, CN=Postecert per Camera dei Deputati | Adobe EUTL | |
24402 | 4 | 0 | 0 | 0 | C=IT, O=In.Te.S.A. S.p.A., CN=In.Te.S.A. - Certification Authority | Adobe EUTL | |
24403 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, CN=- Firma Digitale Intersiel S.p.A. | Adobe EUTL | |
24404 | 4 | 4 | 0 | 0 | C=IT, O=Telecom Italia Trust Technologies S.r.l., OU=Servizi di certificazione, CN=TI Trust Technologies CA 1 | Adobe EUTL | |
24405 | 4 | 4 | 0 | 0 | C=IT, O=ArubaPEC S.p.A., OU=ArubaPEC per Certification Authority Carabinieri 1, CN=ArubaPEC per Arma dei Carabinieri CA 1 | Adobe EUTL | |
24406 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, CN=- IZSAM - FIRMA DIGITALE | Adobe EUTL | |
24407 | 4 | 4 | 0 | 0 | C=IT, O=ArubaPEC S.p.A., OU=Certification AuthorityB, CN=ArubaPEC S.p.A. NG CA 2 | Adobe EUTL | |
24408 | 4 | 0 | 0 | 0 | C=IT, O=I.T. Telecom S.p.A., OU=PKI Solutions, CN=I.T. Telecom CA | Adobe EUTL | |
24409 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, CN=- Firma digitale Provincia di Varese | Adobe EUTL | |
50123 | 4 | 4 | 0 | 0 | C=IT, O=Poste Italiane S.p.A., organizationIdentifier=VATIT-01114601006, CN=Poste Italiane Time Stamping Authority | Adobe EUTL | |
24411 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, CN=- BNL S.p.A. Corporate Firma | Adobe EUTL | |
24412 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, CN=- Firma Digitale-Comune di Firenze | Adobe EUTL | |
277862 | 4 | 4 | 0 | 0 | C=DE, O=Bundesagentur fuer Arbeit, CN=BA-QC-Signatur-CA-20:PN | Adobe EUTL | |
24414 | 4 | 0 | 0 | 0 | C=IT, O=Certicomm, OU=Firma Qualificata, serialNumber=08093901000, CN=Certicomm Firma Qualificata | Adobe EUTL | |
24415 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, CN=- Firma Digitale AIPA - Ascoli Piceno | Adobe EUTL | |
24416 | 4 | 4 | 0 | 0 | C=IT, O=Ministero della Difesa, OU=S.M.D. - C.do C4 Difesa, serialNumber=97355240587, CN=Ministero della Difesa - CA di Firma Digitale | Adobe EUTL | |
24417 | 4 | 4 | 0 | 0 | C=IT, O=Zucchetti S.p.A., OU=Certificatore Accreditato, serialNumber=5006900962, CN=Zucchetti Firma Qualificata | Adobe EUTL | |
24418 | 4 | 0 | 0 | 0 | C=IT, O=Ministero della Difesa, OU=S.M.D. - C.do C4 Difesa, serialNumber=97355240587, CN=Ministero della Difesa - PKI di Firma Qualificata, [email protected] | Adobe EUTL | |
24419 | 4 | 0 | 0 | 0 | C=IT, O=SSB S.p.A., OU=Certification Authority, OU=Servizi di PKI, CN=SSB Firma Qualificata | Adobe EUTL | |
24420 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A./03358520967, OU=Certification Service Provider, CN=Actalis CA per Firma Digitale Qualificata 2 | Adobe EUTL | |
24421 | 4 | 0 | 0 | 0 | O=Sanpaolo IMI S.p.A., OU=sanpaoloimi Identrus Infrastructure, CN=sanpaoloimi Production Identrus Certification Authority | Adobe EUTL | |
24422 | 4 | 0 | 0 | 0 | DC=org, DC=cacdn, C=IT, O=Cedacrinord SpA, CN=Cedacricert | Adobe EUTL | |
24423 | 4 | 0 | 0 | 0 | C=IT, O=I.T. Telecom S.R.L., OU=Servizi di certificazione, CN=I.T. Telecom per GOLEM Software s.r.l. | Adobe EUTL | |
24424 | 4 | 0 | 0 | 0 | C=IT, O=SIA S.p.A., L=Milano, CN=SIA - Servizio di Certificazione per la Firma Digitale | Adobe EUTL | |
24425 | 4 | 0 | 0 | 0 | C=IT, O=Postecom S.p.A., OU=Certification Authority, CN=Postecom CA2 | Adobe EUTL | |
24426 | 4 | 0 | 0 | 0 | C=IT, O=Cedacri SpA, CN=Cedacricert | Adobe EUTL | |
51497 | 4 | 0 | 0 | 0 | C=BE, O=GlobalSign nv-sa, OU=GlobalSign CDS, CN=GlobalSign Primary SHA256 CA for Adobe | Adobe CDS | |
24428 | 4 | 0 | 0 | 0 | C=IT, O=Postecom s.p.a., OU=CA e Sicurezza, CN=Postecom CA1 | Adobe EUTL | |
24429 | 4 | 4 | 0 | 0 | C=IT, O=Intesa Sanpaolo S.p.A., OU=Intesa Sanpaolo S.p.A. IdenTrust Infrastructure, CN=Intesa Sanpaolo S.p.A. IdenTrust Certification Authority II | Adobe EUTL | |
24430 | 4 | 0 | 0 | 0 | C=IT, O=Intesa Sanpaolo S.p.A., OU=Intesa Sanpaolo Identrust Infrastructure, CN=Intesa Sanpaolo Production Identrust Certification Authority | Adobe EUTL | |
24431 | 4 | 4 | 0 | 0 | C=IT, O=Consiglio Nazionale Dottori Commercialisti ed Esperti Contabili, OU=CA Accreditata, serialNumber=09758941000, CN=Certicomm CNDCEC 2 | Adobe EUTL | |
24432 | 4 | 0 | 0 | 0 | C=IT, O=Saritel S.p.A., OU=Certification Service Provider, OU=Certificatore 1, CN=Certificatore Saritel | Adobe EUTL | |
24433 | 4 | 0 | 0 | 0 | C=IT, O=InfoCamere SCpA, OU=Ente Certificatore del Sistema Camerale, OU=Certification Service Provider, CN=InfoCamere Firma Digitale | Adobe EUTL | |
24434 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, CN=Actalis S.p.A. - Direzione Commerciale Firma | Adobe EUTL | |
24435 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, CN=- Firma Digitale Comune di Bologna | Adobe EUTL | |
24436 | 4 | 0 | 0 | 0 | C=IT, O=InfoCamere SCpA, OU=Ente Certificatore del Sistema Camerale, OU=Certification Service Provider, CN=InfoCamere Firma Digitale 2 | Adobe EUTL | |
24437 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, CN=- Teleskill Italia S.p.A-Firma Digit. AIPA CR 24 | Adobe EUTL | |
24438 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, CN=- Firma Digitale TELCAL | Adobe EUTL | |
24439 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, CN=- Firma Digitale AIPA - Provincia di Firenze | Adobe EUTL | |
24440 | 4 | 4 | 0 | 0 | C=IT, O=Actalis S.p.A./03358520967, OU=Qualified Certification Service Provider, CN=CA Qualificata BNL erogata da Actalis | Adobe EUTL | |
53328 | 4 | 4 | 0 | 0 | organizationIdentifier=VATIT-80052590587, C=IT, O=Consiglio Nazionale del Notariato, OU=Servizio Firma Digitale, CN=Consiglio Nazionale del Notariato Qualified Certification Authority | Adobe EUTL | |
24442 | 4 | 0 | 0 | 0 | C=IT, O=Sanpaolo IMI S.p.A., OU=sanpaoloimi Identrus Infrastructure, CN=sanpaoloimi Production Identrus Certification Authority | Adobe EUTL | |
24443 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, CN=- Firma Digitale Provincia di Campobasso | Adobe EUTL | |
24444 | 4 | 0 | 0 | 0 | C=IT, O=I.T. Telecom S.p.A., OU=PKI Solutions, CN=I.T. Telecom per il Ministero dell'Interno CA | Adobe EUTL | |
24445 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, CN=Actalis Qualified Certificates CA | Adobe EUTL | |
24446 | 4 | 0 | 0 | 0 | O=Trust Italia S.p.A., CN=TI Firma Digitale CA - G2, C=IT | Adobe EUTL | |
24447 | 4 | 0 | 0 | 0 | C=IT, O=LISIT S.p.A., OU=Servizio di certificazione, CN=LISIT Servizio di certificazione per la Firma Digitale | Adobe EUTL | |
24448 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, CN=Actalis CA per Firma Digitale Qualificata | Adobe EUTL | |
53329 | 4 | 4 | 0 | 0 | C=IT, L=Milano, O=ICBPI S.p.A., organizationIdentifier=VATIT-13212880150, OU=Qualified Trust Service Provider, CN=ICBPI EU Qualified Certificates CA | Adobe EUTL | |
24450 | 4 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, CN=- Firma Digitale Banca Agrileasing | Adobe EUTL | |
24451 | 4 | 4 | 0 | 0 | C=IT, O=Banca d'Italia/00950501007, OU=Servizi di certificazione, CN=Banca d'Italia | Adobe EUTL | |
24452 | 4 | 0 | 0 | 0 | C=IT, O=Cedacri SpA, CN=Cedacricert | Adobe EUTL | |
24453 | 4 | 0 | 0 | 0 | O=Trust Italia S.p.A., CN=TI Firma Digitale CA, C=IT | Adobe EUTL | |
53330 | 4 | 4 | 0 | 0 | organizationIdentifier=VATIT-00432960342, C=IT, O=Cedacri SpA, CN=Cedacricert 2017 | Adobe EUTL | |
277866 | 4 | 4 | 0 | 0 | CN=TeamSystem Qualified Electronic Signature CA 2023, OU=Qualified Trust Service Provider, organizationIdentifier=VATIT-01035310414, O=TeamSystem S.p.A., C=IT | Adobe EUTL | |
24494 | 4 | 4 | 0 | 0 | C=RO, O=DigiSign S.A., OU=DigiSign Root CA, CN=Digisign Qualified Root CA | Adobe EUTL | |
53331 | 4 | 4 | 0 | 0 | CN=Namirial EU Qualified CA, OU=Trust Service Provider, O=Namirial S.p.A., organizationIdentifier=VATIT-02046570426, C=IT | Adobe EUTL | |
24500 | 4 | 0 | 0 | 0 | C=RO, O=DigiSign S.A., OU=DigiSign Certification Services, CN=DigiSign Qualified Public CA | Adobe EUTL | |
23999 | 4 | 4 | 0 | 0 | C=IT, O=INFOCERT SPA, OU=Ente Certificatore, serialNumber=07945211006, CN=InfoCert Servizi di Certificazione 2 | Adobe AATL | |
23996 | 4 | 4 | 0 | 0 | C=IT, O=IN.TE.S.A. S.p.A., CN=IN.TE.S.A. Time Stamping Certification Authority | Adobe AATL | |
24001 | 4 | 4 | 0 | 0 | C=IT, O=INFOCERT SPA, OU=TSA, serialNumber=07945211006, CN=InfoCert Time Stamping Authority 2 | Adobe AATL | |
24002 | 4 | 0 | 0 | 0 | C=JP, O=LGPKI, OU=Bridge CA U8 | Adobe AATL | |
173791 | 4 | 4 | 0 | 0 | C=GR, O=ATHENS STOCK EXCHANGE, CN=ATHEX Root CA G3, L=Athens | ||
24504 | 4 | 4 | 0 | 0 | C=SI, O=Halcom d.d., CN=Halcom CA PO 3 | Adobe EUTL | |
24005 | 4 | 4 | 0 | 0 | C=US, O=Symantec Corporation, CN=Symantec Document Signing RSA Root CA | Adobe AATL | |
23980 | 4 | 4 | 0 | 0 | C=FR, O=CONSEIL SUPERIEUR DU NOTARIAT, OU=0002 784350134, OU=ProfessionsReglementees2028 | Adobe AATL | |
24009 | 4 | 0 | 0 | 0 | CN=Universign Timestamping CA, OU=0002 43912916400026, O=Cryptolog International, C=FR | Adobe AATL | |
66218 | 4 | 4 | 0 | 0 | C=IT, L=Ponte San Pietro, O=Actalis S.p.A., organizationIdentifier=VATIT-03358520967, OU=Qualified Time Stamping Authority, CN=Actalis EU Qualified TimeStamp CA G1 | Adobe EUTL | |
24011 | 4 | 0 | 0 | 0 | C=JP, O=Japanese Government, OU=OfficialStatusCA | Adobe AATL | |
223208 | 3 | 3 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Root CA 1 2021 | ||
98407 | 3 | 3 | 0 | 0 | C=GR, L=Athens, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions ECC RootCA 2015 - Test | ||
73615 | 3 | 3 | 0 | 0 | C=IT, L=Ponte San Pietro, O=Actalis S.p.A., CN=Actalis Authentication Root CA Test | ||
73317 | 3 | 3 | 0 | 0 | C=US, ST=Texas, L=Houston, O=SSL Corporation, CN=SSL.com Root Certification Authority RSA - Test | ||
53346 | 3 | 1 | 0 | 0 | C=si, O=mors, OU=simod-pki, CN=simod-ca-root | ||
50438 | 3 | 1 | 0 | 0 | C=US, O=Apple Inc., OU=Apple Certification Authority, CN=Apple Code Signing Certification Authority | Apple | |
29167 | 3 | 0 | 0 | 0 | C=DE, O=RegulierungsbehÈorde fÈur Telekommunikation und Post, 0.2.262.1.10.7.20=1 + CN=4R-CA 1:PN | ||
6537 | 3 | 2 | 0 | 0 | C=CH, O=SwissSign, CN=SwissSign CA (RSA IK May 6 1999 18:00:58), [email protected] | ||
276383 | 3 | 3 | 3 | 3 | C=GB, ST=Cymru, O=AS207960 Cyfyngedig, OU=AS207960 Department of Random Numbers, CN=AS207960 Test Intermediate - example.com | ||
272971 | 3 | 3 | 0 | 0 | C=GB, ST=Cymru, O=AS207960 Cyfyngedig, OU=AS207960 Department of Random Numbers, CN=AS207960 Test CA | ||
12182 | 3 | 0 | 0 | 0 | C=FR, O=CertiNomis, OU=AC Racine - Root CA, CN=CertiNomis | ||
263576 | 3 | 3 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For authorized use only, CN=David Miller Code Signing CA - G3 - SHA384 | ||
12329 | 3 | 0 | 0 | 0 | C=US, O=U.S. Government, OU=ECA, OU=Certification Authorities, CN=ORC ECA 2 | ||
259407 | 3 | 3 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For authorized use only, CN=David Miller Code Signing CA - G2 - SHA384 | ||
258189 | 3 | 3 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For authorized use only, CN=David Miller SHA2 Extended Validation Server CA - G3 | ||
256868 | 3 | 3 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For authorized use only, CN=David Miller SHA2 Organization Validation Server CA - G4 | ||
253449 | 3 | 3 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For authorized use only, CN=David Miller SHA2 Document Signing CA - G1 | ||
253280 | 3 | 3 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For authorized use only, CN=David Miller RSA4096 SHA256 Timestamping CA - G6 | ||
250774 | 3 | 3 | 0 | 0 | C=HU, ST=Csongrád-Csanád, L=Szeged, O=Kiss Kornél, CN=Commercié Root CA | ||
250312 | 3 | 2 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For authorized use only, CN=David Miller SHA2 Secure Email CA - G4 | ||
248354 | 3 | 3 | 0 | 0 | O=David Miller Trust Services, OU=For authorized use only, CN=David Miller High Assurance Code Signing CA - G2 | ||
248338 | 3 | 2 | 0 | 0 | O=David Miller Trust Services, OU=For authorized use only, CN=David Miller SHA2 Code Signing CA - G3 | ||
248241 | 3 | 3 | 0 | 0 | C=FR, L=Issy-Les-Moulineaux, O=Stormshield, OU=Cloud Services, CN=Stormshield Products Root CA | ||
240164 | 3 | 3 | 0 | 0 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=HARICA Qualified ECC Root CA 2021 | ||
240163 | 3 | 3 | 0 | 0 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=HARICA Qualified RSA Root CA 2021 | ||
238060 | 3 | 1 | 0 | 0 | C=US, ST=California, L=Sunnyvale, O=Fortinet, OU=Certificate Authority, CN=FG6H0E5819900154, [email protected] | ||
23979 | 3 | 1 | 0 | 0 | C=FR, O=ChamberSign France, OU=0002 433702479, CN=ChamberSign France | ||
228777 | 3 | 0 | 0 | 0 | C=TR, L=Gebze -Kocaeli, O=Türkiye Bilimsel ve Teknolojik Araştırma Kurumu - TÜBİTAK, OU=BİLGEM, CN=Kamu SM Kök Sertifika Hizmet Sağlayıcısı - TEST | ||
24130 | 3 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Qualified Root CA 2 2008:PN | ||
24134 | 3 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Qualified Root CA 1 2008:PN | ||
216997 | 3 | 3 | 0 | 0 | C=US, ST=Utah, L=Lehi, O="DigiCert, Inc.", OU=www.digicert.com, CN=DigiCert Verified Mark Root CA | ||
210085 | 3 | 1 | 0 | 0 | C=US, ST=California, L=Sunnyvale, O=Fortinet, OU=Certificate Authority, CN=FG6H0ETB20905172, [email protected] | ||
201932 | 3 | 3 | 0 | 0 | CN=Sunnystamp Root CA G2, OU=0002 480622257, organizationIdentifier=NTRFR-480622257, O=LEX PERSONA, C=FR | ||
201924 | 3 | 3 | 0 | 0 | C=NO, organizationIdentifier=NTRNO-983163327, O=Buypass AS, CN=Buypass Class 3 Root CA G2 HT | ||
193472 | 3 | 3 | 0 | 0 | CN=Apple Secure Boot Root CA - G2, O=Apple Inc., C=US | ||
191160 | 3 | 3 | 0 | 0 | CN=EADTrust ECC 256 Root CA For Qualified Certificates 2019, O="European Agency of Digital Trust, S.L.", C=ES, organizationIdentifier=VATES-B85626240 | ||
191159 | 3 | 3 | 0 | 0 | CN=EADTrust ECC 384 Root CA For Qualified Certificates 2019, O="European Agency of Digital Trust, S.L.", C=ES, organizationIdentifier=VATES-B85626240 | ||
191158 | 3 | 3 | 0 | 0 | CN=EADTrust RSA 8192 Root CA For Qualified Certificates 2019, O="European Agency of Digital Trust, S.L.", C=ES, organizationIdentifier=VATES-B85626240 | ||
191157 | 3 | 3 | 0 | 0 | CN=EADTrust RSA 2048 Root CA For Qualified Certificates 2019, O="European Agency of Digital Trust, S.L.", C=ES, organizationIdentifier=VATES-B85626240 | ||
191136 | 3 | 3 | 0 | 0 | CN=EADTrust RSA 4096 Root CA For Qualified Certificates 2019, O="European Agency of Digital Trust, S.L.", C=ES, organizationIdentifier=VATES-B85626240 | ||
24279 | 3 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Qualified Root CA 1 2014:PN | ||
191013 | 3 | 0 | 3 | 0 | C=CN, ST=河南省, L=南阳市, OU=信息技术部, O=河南承裕商贸有限公司, CN=承裕商贸 ClientServer 2021 | ||
189565 | 3 | 3 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Root CA 2 2017, organizationIdentifier=NTRDE-HRB74346 | ||
1496 | 3 | 1 | 0 | 0 | C=TW, O=TWCA RD Department, OU=CA Team, CN=RD TWCA Root CA 4096 Sha256 | ||
173944 | 3 | 3 | 0 | 0 | organizationIdentifier=VATES-B66024167, O=Signaturit Solutions S.L., C=ES, CN=Signaturit Root CA | ||
173845 | 3 | 3 | 0 | 0 | C=TW, O="Chunghwa Telecom Co., Ltd.", OU=eCA_RootCA_at_TL | ||
173834 | 3 | 0 | 0 | 0 | C=DE, O=Siemens, serialNumber=ZZZZZZV1, OU=Copyright (C) Siemens AG 2011 All Rights Reserved, CN=Siemens Trust Center Root-CA V2.0 | ||
173829 | 3 | 0 | 0 | 0 | C=DE, O=Siemens, OU=Copyright (C) Siemens Business Services 2003 All Rights Reserved, CN=Siemens Business Services Trust Center Root-CA V1.1.1 | ||
173827 | 3 | 2 | 0 | 0 | C=ES, O=Agencia Notarial de Certificacion S.L.U. - CIF B83395988, CN=ANCERT Corporaciones de Derecho Publico V2 | ||
173822 | 3 | 3 | 0 | 0 | C=ES, organizationIdentifier=VATES-Q2863012G, O=Colegio de Registradores de la Propiedad y Mercantiles, CN=Autoridad de Certificación Raíz de los Registradores | ||
173819 | 3 | 3 | 0 | 0 | organizationIdentifier=VATES-B84492891, CN=Logalty CA ROOT 03, OU=Logalty Trust Services, O=Logalty Servicios de Tercero de Confianza SL, L=Alcobendas, ST=Madrid, C=ES | ||
173813 | 3 | 3 | 0 | 0 | C=ES, O=VIAFIRMA SOCIEDAD LIMITADA, OU=VIAFIRMA QTSP, serialNumber=VATES-B91052142, CN=VIAFIRMA TSA SUB CA | ||
173809 | 3 | 3 | 0 | 0 | C=FR, O=ChamberSign France, OU=0002 433702479, organizationIdentifier=NTRFR-433702479, CN=ChamberSign France CA3 Root | ||
173808 | 3 | 3 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Root CA 1 2017, organizationIdentifier=NTRDE-HRB74346 | ||
173804 | 3 | 3 | 0 | 0 | CN=MediaCert Root CA 2018, O=Worldline, OU=0002 378901946, C=FR | ||
173784 | 3 | 3 | 0 | 0 | CN=Atos TrustedRoot 2 2019, O=Atos, C=DE | ||
173783 | 3 | 2 | 0 | 0 | C=ES, O=Agencia Notarial de Certificacion S.L.U. - CIF B83395988, CN=ANCERT Certificados Redes Privadas V2 | ||
173782 | 3 | 3 | 0 | 0 | C=FR, O=VIALINK, organizationIdentifier=NTRFR-428668545, CN=VIALINK EU ROOT CA | ||
173776 | 3 | 3 | 0 | 0 | CN=Atos TrustedRoot 1 2019, O=Atos, C=DE | ||
156139 | 3 | 3 | 0 | 0 | C=CN, ST=河南省, L=南阳市, O=河南承裕商贸有限公司, OU=信息技术部, CN=承裕商贸—G1 (DEV) | ||
173841 | 2 | 2 | 0 | 0 | C=US, O="SureID, Inc.", OU=Certificate Authorities, CN=SureID PKI Root CA | ||
173840 | 2 | 2 | 0 | 0 | DC=COM, DC=ABB, O=ABB, CN=ABB Root CA | ||
173839 | 2 | 1 | 0 | 0 | C=LT, O=Gyventoju registro tarnyba prie LR VRM - i.k. 188756767, OU=Nacionalinis sertifikavimo centras (NSC), CN=Nacionalinis sertifikavimo centras (RootCA) | ||
173838 | 2 | 1 | 0 | 0 | C=LT, O=Gyventoju registro tarnyba prie LR VRM - i.k. 188756767, OU=Nacionalinis sertifikavimo centras (NSC), CN=Nacionalinis sertifikavimo centras (RootCA) | ||
173837 | 2 | 2 | 0 | 0 | C=ES, O=VIAFIRMA SOCIEDAD LIMITADA, OU=VIAFIRMA QTSP, serialNumber=VATES-B91052142, CN=VIAFIRMA QTSP ROOT CA | ||
173836 | 2 | 2 | 0 | 0 | C=NL, O=Staat der Nederlanden, CN=Staat der Nederlanden Private Root CA - G1 | ||
173835 | 2 | 2 | 0 | 0 | C=US, O=Alexion Pharmaceuticals, OU=CAs, CN=Alexion Pharmaceuticals Root CA | ||
9154 | 2 | 2 | 0 | 0 | CN=karategirls.eu Root Certificate Authority, ST=BY, C=DE, [email protected], O=karategirls.eu, OU=Hello IT! | ||
173833 | 2 | 1 | 0 | 0 | C=US, ST=Colorado, L=Denver, O=Lockheed Martin Corporation, OU=Certification Authorities, CN=Lockheed Martin Root Certification Authority | ||
189564 | 2 | 2 | 0 | 0 | C=PT, O=Sistema de Certificação Eletrónica do Estado, CN=ECRaizEstado 002 | ||
127690 | 2 | 1 | 0 | 0 | C=US, ST=California, L=Sunnyvale, O=Fortinet, OU=Certificate Authority, CN=Fortinet Untrusted CA, [email protected] | ||
191137 | 2 | 2 | 0 | 0 | CN=EADTrust RSA 2048 Root CA For Non-Qualified Certificates 2019, O="European Agency of Digital Trust, S.L.", C=ES, organizationIdentifier=VATES-B85626240 | ||
29108 | 2 | 0 | 0 | 0 | C=SK, L=Bratislava, O=Viasec s.r.o., OU=ACA, CN=PSCA | ||
191369 | 2 | 2 | 0 | 0 | C=PL, O=Telekomunikacja Polska, OU=Signet Certification Authority, CN=Signet - RootCA | ||
198057 | 2 | 2 | 0 | 0 | C=HK, O=DIGI-SIGN CERTIFICATION SERVICES LIMITED, OU=BRN 31346952-000, CN=ID-CERT ROOT CA CERT 3 | ||
42834 | 2 | 2 | 0 | 0 | C=US, O="DigiCert, Inc.", CN=DigiCert CT Test Root | ||
173821 | 2 | 2 | 0 | 0 | C=ES, O=SISTEMAS INFORMATICOS ABIERTOS SOCIEDAD ANONIMA, serialNumber=A82733262, CN=SIA ROOT | ||
201923 | 2 | 2 | 0 | 0 | C=NO, organizationIdentifier=NTRNO-983163327, O=Buypass AS, CN=Buypass Class 3 Root CA G2 ST | ||
44123 | 2 | 2 | 0 | 0 | C=CN, O=TESTING PURPOSES ONLY, CN=UCA Test Root | ||
173816 | 2 | 2 | 0 | 0 | C=ES, L=MADRID, O=TESORERIA GENERAL DE LA SEGURIDAD SOCIAL, OU=GERENCIA DE INFORMATICA DE LA SEGURIDAD SOCIAL, serialNumber=Q2827003A, CN=RAIZ ACGISSv2 | ||
206310 | 2 | 2 | 0 | 0 | C=ES, ST=VALENCIA, OU=TRUST SERVICES, organizationIdentifier=VATES-B98333362, O=IVNOSYS SOLUCIONES S.L.U., CN=IvSign Root CA | ||
207486 | 2 | 2 | 0 | 0 | CN=Starlink ECP384 Root CA | ||
213000 | 2 | 2 | 0 | 0 | CN=Starlink ECP384 Dev Root CA | ||
51498 | 2 | 0 | 0 | 0 | C=US, O=GeoTrust Inc., CN=GeoTrust CA for Adobe | Adobe CDS | |
213008 | 2 | 2 | 0 | 0 | C=US, O=CommScope, CN=Test CommScope Public Trust RSA Root-01 | ||
213514 | 2 | 0 | 0 | 0 | CN=Starlink ECP384 Dev Issuer CA | ||
51505 | 2 | 0 | 0 | 0 | C=BE, O=GlobalSign nv-sa, OU=GlobalSign CDS, CN=GlobalSign SHA256 CA for Adobe | Adobe CDS | |
62451 | 2 | 1 | 0 | 0 | CN=YOUSIGN SAS - SIGN2 CA, OU=794513986, O=YOUSIGN SAS, L=CAEN, ST=CALVADOS, C=FR | ||
221404 | 2 | 1 | 0 | 0 | CN=SpaceX Offline Root Certification Authority | ||
173806 | 2 | 2 | 0 | 0 | C=BG, O=Sep Bulgaria JSC, organizationIdentifier=NTRBG-131107204, OU=SEP Bulgaria JSC Qualified Root Authority, CN=eSign Sep Root CA | ||
120548 | 2 | 2 | 0 | 0 | C=US, O=U.S. Government, CN=Test US Federal TLS Root CA | ||
173803 | 2 | 1 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST CA 1-3 2017, organizationIdentifier=NTRDE-HRB74346 | ||
173802 | 2 | 2 | 0 | 0 | C=FR, O=BNP Paribas, OU=0002 662042449, CN=BNP Paribas Group PDF Certification Authority | ||
1497 | 2 | 0 | 32 | 0 | C=TW, O=TAIWAN-CA INC., OU=CA Team, CN=RD TWCA CTTEST CA | ||
100842 | 2 | 2 | 0 | 0 | C=AE, ST=Dubai, L=Dubai, O=Dubai Government, OU=DESC, CN=Dubai Root CA TEST | ||
223210 | 2 | 2 | 0 | 0 | C=FR, O=CEGEDIM, organizationIdentifier=NTRFR-350422622, CN=CEGEDIM ROOT CA | ||
173799 | 2 | 2 | 0 | 0 | C=ES, O=DIRECCION GENERAL DE LA POLICIA, OU=CNP, organizationIdentifier=VATES-S2816015H, CN=AC RAIZ DGP 2 | ||
173798 | 2 | 2 | 0 | 0 | C=HR, O=Zagrebacka banka d.d., CN=Zaba Root QCA | ||
24103 | 2 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Qualified Root CA 2 2012:PN | ||
173797 | 2 | 2 | 0 | 0 | [email protected], CN=CIPSC - Raíz - Autoridad de Sellado de Tiempo v3, organizationIdentifier=VATES-B99091696, OU=Prestador de Servicios de Confianza, O=Coloriuris S.L., L=Zaragoza, C=ES | ||
173796 | 2 | 2 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Root CA 2 2018, organizationIdentifier=NTRDE-HRB74346 | ||
228776 | 2 | 2 | 0 | 0 | C=US, ST=California, L=LA, O=SpaceX, OU=Starlink, CN=SpaceX Router Root CA | ||
229297 | 2 | 1 | 0 | 0 | C=US, ST=California, L=Sunnyvale, O=Fortinet, OU=Certificate Authority, CN=FG200E4Q17914218, [email protected] | ||
173792 | 2 | 2 | 0 | 0 | organizationIdentifier=VATES-A50878842, CN=ESFIRMA AC RAIZ, OU=AUTORIDAD DE CERTIFICACION ESFIRMA, O=AULOCE S.A.U., L=Zaragoza (see current address at https://www.esfirma.com/doc-pki/), C=ES | ||
23989 | 2 | 0 | 0 | 0 | C=HK, O=DIGI-SIGN CERTIFICATION SERVICES LIMITED, OU=BRN 31346952-000, CN=ID-CERT ROOT CA CERT 1 | ||
235725 | 2 | 2 | 0 | 0 | C=RU, O=The Ministry of Digital Development and Communications, CN=Russian Trusted Root CA | ||
173789 | 2 | 2 | 0 | 0 | C=ES, L=ZARAGOZA, O=ESPUBLICO SERVICIOS PARA LA ADMINISTRACION SA, OU=AUTORIDAD DE CERTIFICACION ESFIRMA, serialNumber=A50878842, CN=ESFIRMA AC RAIZ 2 | ||
173788 | 2 | 2 | 0 | 0 | C=FR, O=DICTAO, OU=0002 397491184, CN=DICTAO Trust Certification Authority | ||
173787 | 2 | 2 | 0 | 0 | C=BG, organizationIdentifier=NTRBG-201230426, O=BORICA AD, OU=B-Trust, CN=B-Trust Root Advanced CA | ||
173786 | 2 | 2 | 0 | 0 | CN=StampIT Global Root CA, organizationIdentifier=NTRBG-831641791, O=Information Services JSC, L=Sofia, C=BG | ||
236663 | 2 | 2 | 0 | 0 | CN=SpaceX Panel CA | ||
69264 | 2 | 1 | 0 | 0 | C=CN, O=CA TEST RSA | ||
77377 | 2 | 2 | 0 | 0 | C=US, O=IdenTrust, CN=SysTest IdenTrust Commercial Root CA 1 | ||
86683 | 2 | 0 | 0 | 0 | C=US, O=Google Trust Services, CN=GTS CA 1D3 | Microsoft | |
236706 | 2 | 2 | 0 | 0 | C=NL, O=STMicroelectronics nv, CN=STM STSAFE-A PROD CA 48 | ||
237776 | 2 | 2 | 0 | 0 | C=CN, ST=Shanghai, L=Shanghai, O=亚数信息科技(上海)有限公司, OU=CT TEST ROOT, CN=TEST ROOT | ||
237777 | 2 | 1 | 134 | 80 | C=CN, O=亚数信息科技(上海)有限公司, L=Shanghai, ST=Shanghai, OU=R&D, CN=TEST | ||
98416 | 2 | 1 | 0 | 0 | C=QA, O=ictQATAR, OU=CSPs-PMA, CN=Qatar National Root CA DEV | ||
173775 | 2 | 2 | 0 | 0 | C=CZ, O=Správa základních registrů, CN=NCA Root CA/RSA 12/2018, organizationIdentifier=NTRCZ-72054506 | ||
173774 | 2 | 2 | 0 | 0 | C=EE, O=SK ID Solutions AS, organizationIdentifier=NTREE-10747013, CN=EE-GovCA2018 | ||
14978 | 2 | 2 | 0 | 0 | C=US, O=HydrantID (Avalanche Cloud Corporation), CN=HydrantID Root CA 2 | ||
173772 | 2 | 2 | 0 | 0 | C=EU, O=EUROPEAN SYSTEM OF CENTRAL BANKS, CN=ESCB-PKI ROOT CA | ||
14977 | 2 | 2 | 0 | 0 | C=US, O=HydrantID (Avalanche Cloud Corporation), CN=HydrantID Root CA 1 | ||
14974 | 2 | 1 | 0 | 0 | CN=НЕГІЗГІ КУӘЛАНДЫРУШЫ ОРТАЛЫҚ (RSA), O=РМК «МЕМЛЕКЕТТІК ТЕХНИКАЛЫҚ ҚЫЗМЕТ», C=KZ | ||
173767 | 2 | 2 | 0 | 0 | [email protected], CN=CIPSC - Raíz - Autoridad de Sellado de Tiempo v3.1, organizationIdentifier=VATES-B99091696, OU=Prestador de Servicios de Confianza, O=Coloriuris S.L., L=Zaragoza, C=ES | ||
14958 | 2 | 2 | 0 | 0 | C=US, O=HydrantID (Avalanche Cloud Corporation), CN=HydrantID Root CA 3 | ||
242149 | 2 | 2 | 0 | 0 | CN=Mediacert Root CA 2021, O=Worldline France, OU=0002 509750105, C=FR | ||
244611 | 2 | 0 | 0 | 0 | C=CN, ST=河南省, O=河南瑞趸商贸有限公司, CN=卧龙 CodeSigning 2025 | ||
13940 | 2 | 0 | 0 | 0 | O=Digital Signature Trust Co., CN=DST Root CA X4 | ||
248237 | 2 | 2 | 0 | 0 | O=TrusAuth Inc, OU=TrusAuth Certificate Authority, CN=TrusAuth High Assurance EV Root CA | ||
13771 | 2 | 0 | 0 | 0 | CN=SwissSign Gold CA, [email protected], O=SwissSign, C=CH | ||
248333 | 2 | 2 | 0 | 0 | O=David Miller Trust Services, OU=For authorized use only, CN=David Miller SHA2 Timestamping CA - G4 | ||
248336 | 2 | 2 | 0 | 0 | O=David Miller Trust Services, OU=For authorized use only, CN=David Miller SHA2 Extended Validation Server CA - G2 | ||
169017 | 2 | 2 | 0 | 0 | C=US, ST=Texas, L=Houston, O=SSL Corporation, CN=SSL.com Root Certification Authority ECC - Test | ||
249887 | 2 | 2 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For testing purposes only, CN=David Miller Test Root CA - T1 | ||
250775 | 2 | 2 | 0 | 0 | C=US, ST=California, L=Calabasas, O=ALE International, OU=ALE Networking Division, CN=ALE Root CA | ||
250884 | 2 | 2 | 0 | 0 | C=CN, O="TrustAsia Technologies, Inc.", CN=TrustAsia Global Test Root CA G4 | ||
250900 | 2 | 2 | 0 | 0 | C=CN, O="TrustAsia Technologies, Inc.", CN=TrustAsia Global Test Root CA G3 | ||
251251 | 2 | 2 | 0 | 0 | C=FI, O=Telia Finland Oyj, CN=Telia PreProd Root CA v2 | ||
13232 | 2 | 1 | 0 | 0 | C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Private Services Root | ||
100694 | 2 | 2 | 0 | 0 | C=si, O=mors, OU=simod-pki, CN=simod-ca-root | ||
13136 | 2 | 1 | 0 | 0 | C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Federated ID Root CA | ||
13057 | 2 | 0 | 0 | 0 | O=Open and Free Technology Community, OU=Certification Authority, CN=ca.oftc.net, [email protected] | ||
153122 | 2 | 1 | 0 | 0 | C=PL, O=Grupa TELEKOMUNIKACJA POLSKA, OU=Centrum Certyfikacji Signet, OU=CA TELEKOMUNIKACJA POLSKA | ||
12690 | 2 | 0 | 0 | 0 | CN=SWITCH Server CA, [email protected], O=SWITCH - Teleinformatikdienste fuer Lehre und Forschung, C=CH | ||
12603 | 2 | 2 | 0 | 0 | CN=SwissSign Silver CA, [email protected], O=SwissSign, C=CH | ||
12576 | 2 | 1 | 0 | 0 | CN=SwissSign Bronze CA, [email protected], O=SwissSign, C=CH | ||
259187 | 2 | 2 | 0 | 0 | C=CN, ST=Shanghai, O="Youngdo, Inc.", OU=Trust Services, CN=Youngdo Root CA | ||
259406 | 2 | 2 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For authorized use only, CN=David Miller Domain Validation Server CA - G4 - SHA256 | ||
260324 | 2 | 2 | 0 | 0 | C=TH, O=Electronic Transactions Development Agency (Public Organization), OU=Thailand National Root Certification Authority Test, CN=Thailand National Root Certification Authority Test - G2 | ||
12376 | 2 | 0 | 0 | 0 | C=US, O=U.S. Government, OU=ECA, OU=Certification Authorities, CN=VeriSign Client External Certification Authority | ||
263511 | 2 | 2 | 0 | 0 | C=ES, O=Firmaprofesional SA, organizationIdentifier=VATES-A62634068, CN=FIRMAPROFESIONAL CA ROOT-B GP | ||
264456 | 2 | 2 | 0 | 0 | C=TR, L=Gebze -Kocaeli, O=Türkiye Bilimsel ve Teknolojik Araştırma Kurumu - TÜBİTAK, OU=BİLGEM, CN=Kamu SM Kök Sertifika Hizmet Sağlayıcısı - TEST S2 | ||
265461 | 2 | 2 | 0 | 0 | C=AE, O=UAE Government, CN=Test UAE Global Root CA G4 E2 | ||
1170 | 2 | 0 | 0 | 0 | C=DK, O=KMD, OU=KMD-CA, CN=KMD-CA Server, [email protected] | ||
1445 | 2 | 1 | 0 | 0 | C=US, O=DigiCert Inc, OU=www.digicert.com, CN=(Dev) DigiCert High Assurance EV Root CA | ||
1446 | 2 | 0 | 0 | 0 | C=US, O=DigiCert Inc, OU=www.digicert.com, CN=(Dev) DigiCert High Assurance CA-3 | ||
178740 | 2 | 1 | 0 | 0 | C=CN, ST=河南省, L=南阳市, O=河南承裕商贸有限公司, OU=信息技术部, CN=承裕商贸—卧龙 (DEV) | ||
1462 | 2 | 1 | 0 | 0 | C=US, O="Entrust, Inc.", OU=AND ADDITIONAL TERMS GOVERNING USE AND RELIANCE, OU=CPS CONTAINS IMPORTANT LIMITATIONS OF WARRANTIES AND LIABILITY, OU=www.entrust.net/CPS is incorporated by reference, OU="(c) 2008 Entrust, Inc.", CN=Entrust Certification Authority - L1C | ||
267506 | 2 | 2 | 0 | 0 | C=NL, O=QuoVadis Trustlink B.V., CN=QuoVadis TLS RSA 4096 Root G4 | ||
188948 | 2 | 2 | 0 | 0 | C=ES, O=Sectigo (Europe) SL, CN=Sectigo Qualified Natural Person Root R45 | ||
188949 | 2 | 2 | 0 | 0 | C=ES, O=Sectigo (Europe) SL, CN=Sectigo Qualified Time Stamping Root R45 | ||
188950 | 2 | 2 | 0 | 0 | C=ES, O=Sectigo (Europe) SL, CN=Sectigo Qualified Natural Person Root E45 | ||
276914 | 2 | 2 | 0 | 0 | C=CN, O=TrusAuth Inc, OU=TrusAuth Trusted Root, CN=TrusAuth Root CA - G2 | ||
173848 | 2 | 1 | 0 | 0 | CN=TelecomItalia Root CA | ||
173847 | 2 | 1 | 0 | 0 | C=QA, O=ictQATAR, OU=CSPs-PMA, CN=Qatar National Root CA | ||
173846 | 2 | 2 | 0 | 0 | C=TW, O="Chunghwa Telecom Co., Ltd.", CN=(測試用) ePKI Root Certification Authority - G2 | ||
9315 | 2 | 2 | 0 | 0 | C=CA, ST=Ontrario, L=Burlingtron, O=Dukey, OU=Certificate Team, CN=ROOTCA-dukey.org, [email protected] | ||
188951 | 2 | 2 | 0 | 0 | C=ES, O=Sectigo (Europe) SL, CN=Sectigo Qualified Legal Person Root E45 | ||
188952 | 2 | 2 | 0 | 0 | C=ES, O=Sectigo (Europe) SL, CN=Sectigo Qualified Legal Person Root R45 | ||
173842 | 2 | 0 | 0 | 0 | C=AU, O=GOV, OU=DoD, OU=PKI, OU=CAs, CN=ADOCA03 | ||
278666 | 1 | 1 | 0 | 0 | C=NL, O=QuoVadis Trustlink B.V., CN=QuoVadis TLS ECC P384 Root G4 | ||
6659 | 1 | 0 | 0 | 0 | C=US, ST=DC, L=Washington, O="ABA.ECOM, INC.", CN=ABA.ECOM Root CA, [email protected] | ||
8450 | 1 | 1 | 0 | 0 | C=US, O=AOL Time Warner Inc., OU=America Online Inc., CN=AOL Time Warner Root Certification Authority 2 | ||
8454 | 1 | 1 | 0 | 0 | C=US, O=AOL Time Warner Inc., OU=America Online Inc., CN=AOL Time Warner Root Certification Authority 1 | ||
9316 | 1 | 1 | 0 | 0 | C=CA, ST=Ontrario, L=Burlingtron, O=Dukey, OU=Certificate Team, CN=dukey.org-CA, [email protected] | ||
13536 | 1 | 1 | 0 | 0 | C=US, O="Entrust, Inc.", OU=See www.entrust.net/legal-terms, OU="(c) 2015 Entrust, Inc. - for authorized use only", CN=Entrust QA Class 3 Client CA - SHA256 | ||
13553 | 1 | 1 | 0 | 0 | C=ES, ST=Barcelona, L=Barcelona, O=IPS Internet publishing Services s.l., [email protected] C.I.F. B-60929452, OU=IPS CA CLASE1 Certification Authority, CN=IPS CA CLASE1 Certification Authority, [email protected] | ||
13557 | 1 | 0 | 0 | 0 | C=JP, O=JPKI, OU=Prefectural Association For JPKI, OU=BridgeCA | ||
13817 | 1 | 0 | 0 | 0 | C=ZA, ST=Western Cape, L=Durbanville, O=Thawte, OU=Certificate Services, CN=Personal Freemail RSA 1999.9.16 | ||
13842 | 1 | 0 | 0 | 0 | C=DK, O=KMD, OU=KMD-CA, CN=KMD-CA Kvalificeret Person | ||
13929 | 1 | 1 | 0 | 0 | C=ES, ST=Barcelona, L=Barcelona, O=IPS Internet publishing Services s.l., [email protected] C.I.F. B-60929452, OU=IPS CA CLASEA3 Certification Authority, CN=IPS CA CLASEA3 Certification Authority, [email protected] | ||
13945 | 1 | 0 | 0 | 0 | CN=SwissSign Class1 CA, [email protected], O=SwissSign, C=CH | ||
14021 | 1 | 0 | 0 | 0 | C=JP, O=Japanese Government, OU=MPHPT, OU=MPHPT Certification Authority | ||
14069 | 1 | 0 | 0 | 0 | C=US, O=State of Washington PKI, OU=State of Washington CA, CN=Washington State CA B1 | ||
14080 | 1 | 1 | 0 | 0 | C=ES, ST=Barcelona, L=Barcelona, O=IPS Internet publishing Services s.l., [email protected] C.I.F. B-60929452, OU=IPS CA CLASEA1 Certification Authority, CN=IPS CA CLASEA1 Certification Authority, [email protected] | ||
14170 | 1 | 1 | 0 | 0 | C=ES, ST=Barcelona, L=Barcelona, O=IPS Internet publishing Services s.l., [email protected] C.I.F. B-60929452, OU=IPS CA Chained CAs Certification Authority, CN=IPS CA Chained CAs Certification Authority, [email protected] | ||
14225 | 1 | 0 | 0 | 0 | C=CH, O=SwissSign, CN=SwissSign Server Bronze CA, [email protected] | ||
14231 | 1 | 1 | 0 | 0 | C=ES, ST=Barcelona, L=Barcelona, O=IPS Internet publishing Services s.l., [email protected] C.I.F. B-60929452, OU=IPS CA Timestamping Certification Authority, CN=IPS CA Timestamping Certification Authority, [email protected] | ||
14421 | 1 | 1 | 0 | 0 | C=ES, ST=Barcelona, L=Barcelona, O=IPS Internet publishing Services s.l., [email protected] C.I.F. B-60929452, OU=IPS CA CLASE3 Certification Authority, CN=IPS CA CLASE3 Certification Authority, [email protected] | ||
14555 | 1 | 1 | 0 | 0 | C=US, O=DigiCert Inc, OU=www.digicert.com, CN=(Dev) DigiCert Global Root CA | ||
14580 | 1 | 1 | 10 | 0 | C=US, O="Entrust, Inc.", OU=See www.entrust.net/legal-terms, OU="(c) 2012 Entrust, Inc. - for authorized use only", CN=Entrust QA Certification Authority - L1K | ||
14593 | 1 | 1 | 0 | 0 | C=US, O=DigiCert Inc, OU=www.digicert.com, CN=(Dev) DigiCert Assured ID Root CA | ||
14602 | 1 | 1 | 0 | 0 | CN=Certly Testing Root CA 1, O="Certly, Inc.", OU=Certificate Transparency, ST=Michigan, C=US, L=Birmingham, [email protected] | ||
23880 | 1 | 1 | 0 | 0 | C=IE, O=Baltimore, OU=CyberTrust, CN=Baltimore CyberTrust Code Signing Root | ||
23970 | 1 | 1 | 0 | 0 | C=IT, O=Actalis S.p.A./03358520967, OU=Certification Service Provider, CN=Actalis Time Stamping CA G1 | ||
23975 | 1 | 1 | 0 | 0 | C=IT, O=ArubaPEC S.p.A., OU=Time Stamping AuthorityB, CN=ArubaPEC S.p.A. NG TSA 2 | ||
23986 | 1 | 0 | 0 | 0 | C=US, O=Entrust, OU=Certification Authorities, OU=Entrust Managed Services Commercial Private Root CA | ||
23997 | 1 | 0 | 0 | 0 | C=IT, O=INFOCERT SPA, serialNumber=07945211006, OU=Certificatore Accreditato, CN=InfoCert Firma Qualificata | ||
24000 | 1 | 0 | 0 | 0 | C=IT, O=INFOCERT SPA, serialNumber=07945211006, OU=TSA, CN=InfoCert Time Stamping Authority | ||
24004 | 1 | 1 | 0 | 0 | C=US, O=Symantec Corporation, CN=Symantec Document Signing ECC Root CA | ||
24032 | 1 | 1 | 0 | 0 | C=AT, O=A-Trust Ges. f. Sicherheitssysteme im elektr. Datenverkehr GmbH, OU=www.a-trust.at, OU=a-sign uni, CN=a-sign uni | ||
24035 | 1 | 0 | 0 | 0 | O=SWIFT | ||
24052 | 1 | 0 | 0 | 0 | C=DE, O=Deutsche Rentenversicherung, OU=QC Root CA | ||
24084 | 1 | 0 | 0 | 0 | C=DE, O=Deutsche Rentenversicherung, OU=QC Root CA | ||
24127 | 1 | 0 | 0 | 0 | C=DE, O=Deutsche Rentenversicherung, OU=QC Root CA | ||
24150 | 1 | 0 | 0 | 0 | C=DE, O=Deutsche Rentenversicherung, OU=QC Root CA | ||
24154 | 1 | 0 | 0 | 0 | C=DE, O=Deutsche Rentenversicherung, OU=QC Root CA | ||
24204 | 1 | 0 | 0 | 0 | C=DE, O=Deutsche Rentenversicherung, OU=QC Root CA | ||
24210 | 1 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Qualified Root CA 3 2008:PN | ||
24220 | 1 | 0 | 0 | 0 | C=DE, O=Deutsche Rentenversicherung, OU=QC Root CA | ||
24272 | 1 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Root CA 2010-002:PN | ||
24295 | 1 | 1 | 0 | 0 | C=ES, O=DIRECCION GENERAL DE LA POLICIA, OU=CNP, CN=AC RAIZ DGP | ||
24300 | 1 | 0 | 0 | 0 | C=ES, O=Seg-social, OU=SGI | ||
24347 | 1 | 1 | 0 | 0 | C=HR, O=FINA, OU=RDC-TDU | ||
24349 | 1 | 0 | 0 | 0 | C=HR, O=FINA, OU=RDC | ||
24363 | 1 | 0 | 0 | 0 | C=IT, O=Intesa Sanpaolo S.p.A., OU=Intesa Sanpaolo S.p.A. IdenTrust Infrastructure, CN=Intesa Sanpaolo S.p.A. IdenTrust Certification Authority | ||
24410 | 1 | 1 | 0 | 0 | C=IT, O=InfoCert SpA, OU=For issuance in InfoCert-OpenTrust Personal Signature Remote SSCD, CN=InfoCert-OpenTrust Qualified Electronic Signature CA | ||
24413 | 1 | 0 | 0 | 0 | C=IT, O=Intesa Sanpaolo S.p.A., CN=Intesa Sanpaolo S.p.A. Firma Digitale 02 | ||
24427 | 1 | 1 | 0 | 0 | C=IT, O=Postecom S.p.A., OU=Certification Authority, CN=Postecert per Regione Emilia-Romagna CA2 | ||
24441 | 1 | 0 | 0 | 0 | C=IT, O=Intesa Sanpaolo S.p.A., CN=Intesa Sanpaolo S.p.A. Firma Digitale 01 | ||
24449 | 1 | 1 | 0 | 0 | C=IT, O=Postecom S.p.A., OU=Certification Authority, CN=Postecom CA3 | ||
24476 | 1 | 1 | 0 | 0 | DC=com, DC=statoil, C=NO, O=Statoil ASA - 923609016, CN=Statoil Root CA | ||
24524 | 1 | 0 | 0 | 0 | CN=H2, O=Guardtime | ||
24525 | 1 | 0 | 0 | 0 | CN=H5, O=Guardtime | ||
24526 | 1 | 0 | 0 | 0 | CN=TSA2, O=GuardTime AS | ||
24527 | 1 | 0 | 0 | 0 | CN=TSA2, O=GuardTime AS | ||
24528 | 1 | 0 | 0 | 0 | CN=TSA2, O=GuardTime AS | ||
24529 | 1 | 0 | 0 | 0 | CN=H1, O=Guardtime | ||
24530 | 1 | 0 | 0 | 0 | CN=H1, O=Guardtime | ||
24531 | 1 | 0 | 0 | 0 | CN=TSA0, O=GuardTime AS | ||
24532 | 1 | 0 | 0 | 0 | CN=TSA1, O=GuardTime AS | ||
24533 | 1 | 0 | 0 | 0 | CN=H4, O=Guardtime | ||
24534 | 1 | 0 | 0 | 0 | CN=H3, O=Guardtime | ||
24535 | 1 | 0 | 0 | 0 | CN=TSA1, O=GuardTime AS | ||
24536 | 1 | 0 | 0 | 0 | CN=H5, O=Guardtime | ||
24537 | 1 | 0 | 0 | 0 | CN=TSA1, O=GuardTime AS | ||
24538 | 1 | 0 | 0 | 0 | CN=H2, O=Guardtime | ||
24539 | 1 | 0 | 0 | 0 | CN=TSA1, O=GuardTime AS | ||
24540 | 1 | 0 | 0 | 0 | CN=H3, O=Guardtime | ||
24541 | 1 | 0 | 0 | 0 | CN=H4, O=Guardtime | ||
24543 | 1 | 0 | 0 | 0 | C=IT, O=Saritel S.p.A., OU=Certification Service Provider, OU=TSA 1, CN=Time Stamping Authority Saritel | ||
24544 | 1 | 0 | 0 | 0 | C=IT, O=I.T. Telecom S.p.A., OU=PKI Solutions, CN=I.T. Telecom TSA | ||
24545 | 1 | 0 | 0 | 0 | C=IT, O=InfoCamere SCpA, OU=Ente Certificatore del Sistema Camerale, OU=Certification Service Provider, CN=InfoCamere Time Stamping Authority 2 | ||
24546 | 1 | 0 | 0 | 0 | C=IT, O=InfoCamere SCpA, OU=Ente Certificatore del Sistema Camerale, OU=Certification Service Provider, CN=InfoCamere Time Stamping Authority | ||
24547 | 1 | 1 | 0 | 0 | C=IT, O=Zucchetti S.p.A., OU=Certificatore Accreditato, serialNumber=5006900962, CN=Zucchetti Time Stamping Authority | ||
24548 | 1 | 0 | 0 | 0 | O=Trust Italia S.p.A., OU=Servizi di Certificazione TSA, CN=Time Stamping CA, C=IT | ||
24549 | 1 | 0 | 0 | 0 | C=IT, O=InfoCamere SCpA, serialNumber=02313821007, OU=TSA del Sistema Camerale, CN=InfoCamere Time Stamping Authority 3 | ||
24550 | 1 | 0 | 0 | 0 | O=Trust Italia S.p.A., CN=TI Time Stamping CA, C=IT | ||
24552 | 1 | 1 | 0 | 0 | serialNumber=80052590587, C=IT, O=Consiglio Nazionale del Notariato, OU=Servizio Marcatura Temporale, CN=Consiglio Nazionale del Notariato Time Stamping Authority CA | ||
24553 | 1 | 0 | 0 | 0 | C=IT, O=I.T. Telecom S.R.L., OU=Servizi di certificazione, CN=I.T. Telecom Time Stamp Authority | ||
24554 | 1 | 0 | 0 | 0 | C=IT, O=Ministero della Difesa, OU=S.M.D. - C.do C4 Difesa, serialNumber=97355240587, CN=Time Stamp Authority PKI di Firma Qualificata, [email protected] | ||
24555 | 1 | 1 | 0 | 0 | C=IT, O=Lombardia Informatica S.p.A., OU=Servizio di certificazione, CN=Servizio di Certificazione per la Marcatura Temporale | ||
24556 | 1 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, L=Milano, CN=Actalis Secure Time Stamping CA | ||
24557 | 1 | 1 | 0 | 0 | C=IT, O=I.T. Telecom S.R.L., OU=Servizi di certificazione, CN=I.T. Telecom Time Stamp Authority 1 | ||
24559 | 1 | 0 | 0 | 0 | C=IT, O=Consiglio Nazionale del Notariato, CN=Consiglio Nazionale del Notariato-Time Stamp, [email protected] | ||
24560 | 1 | 0 | 0 | 0 | C=IT, O=Consiglio Nazionale del Notariato, CN=CNN - Servizio marche temporali, [email protected] | ||
24562 | 1 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, CN=Timestamping | ||
24563 | 1 | 0 | 0 | 0 | C=IT, O=In.Te.S.A. S.p.A., CN=In.Te.S.A. - Time Stamping Certification Authority | ||
24564 | 1 | 0 | 0 | 0 | C=IT, O=SSB S.p.A., OU=Certification Authority, OU=Servizi di PKI, CN=ROOT CA - Validazione Temporale | ||
24565 | 1 | 1 | 0 | 0 | C=IT, O=Ministero della Difesa, OU=S.M.D. - C.do C4 Difesa, serialNumber=97355240587, CN=Time Stamp Authority PKI di Firma Qualificata - EMISSIONE 2009, [email protected] | ||
24566 | 1 | 1 | 0 | 0 | C=IT, O=Postecom S.p.A., OU=Certification Authority, CN=Postecom Timestamper CA2 | ||
24567 | 1 | 0 | 0 | 0 | C=IT, O=Consiglio Nazionale del Notariato, CN=Consiglio Nazionale del Notariato - TS Authority, [email protected] | ||
24568 | 1 | 0 | 0 | 0 | C=IT, O=InfoCamere SCpA, serialNumber=02313821007, OU=TSA del Sistema Camerale, CN=InfoCamere Time Stamping Authority 4 | ||
24569 | 1 | 0 | 0 | 0 | O=Trust Italia S.p.A., CN=TI Time Stamper CA - G2, C=IT | ||
24570 | 1 | 0 | 0 | 0 | C=IT, O=SIA S.p.A., L=Milano, CN=SIA Secure Time Stamping CA | ||
24571 | 1 | 0 | 0 | 0 | C=IT, O=Cedacri SpA, CN=CedacricertCATS | ||
24572 | 1 | 0 | 0 | 0 | C=IT, O=ArubaPEC S.p.A., OU=Time Stamping Authority, CN=ArubaPEC S.p.A. NG TSA 1 | ||
24573 | 1 | 0 | 0 | 0 | C=IT, O=I.T. Telecom S.p.A., OU=PKI Solutions, CN=I.T. Telecom Time Stamp Authority | ||
24574 | 1 | 0 | 0 | 0 | C=IT, O=Actalis S.p.A., OU=Certification Service Provider, CN=Actalis S.p.A. TSA | ||
24575 | 1 | 1 | 0 | 0 | C=IT, O=Cedacri SpA, CN=CedacricertCATS | ||
24578 | 1 | 0 | 0 | 0 | C=IT, O=Postecom s.p.a., OU=CA e Sicurezza, CN=Postecom TimeStamper CA | ||
24579 | 1 | 0 | 0 | 0 | C=IT, O=LISIT S.p.A., OU=Servizio di certificazione, CN=LISIT Servizio di certificazione per la Marcatura Temporale | ||
24580 | 1 | 1 | 0 | 0 | C=IT, O=Ministero della Difesa, OU=S.M.D. - C.do C4 Difesa, serialNumber=97355240587, CN=Ministero della Difesa - Time Stamp Authority | ||
24581 | 1 | 0 | 0 | 0 | C=IT, O=Trust Italia S.p.A., OU=Servizi di Certificazione TSA 2, CN=TI Time Stamping CA | ||
24582 | 1 | 1 | 0 | 0 | C=IT, O=Telecom Italia Trust Technologies S.r.l., OU=Servizi di certificazione, CN=TI Trust Technologies Time Stamp Authority | ||
24583 | 1 | 0 | 0 | 0 | C=IT, O=INFOCERT SPA, serialNumber=07945211006, OU=TSA, CN=InfoCert Time Stamping Authority TS | ||
28896 | 1 | 0 | 0 | 0 | C=BG, ST=Sofia, L=Sofia, O="Spektar JSC, B:831431323", OU=Spektar CA, street=11A Carnegie Street, postalCode=1000, [email protected], telephoneNumber="+359 2 9699 200", CN=Spektar Secondary Qualified CA | ||
29033 | 1 | 1 | 0 | 0 | organizationIdentifier=VATES-A50878842, CN=ESFIRMA AC AAPP, OU=AUTORIDAD DE CERTIFICACION ESFIRMA - AAPP, O=AULOCE S.A.U., L=Zaragoza (see current address at https://www.esfirma.com/doc-pki/), C=ES | ||
29048 | 1 | 0 | 0 | 0 | C=ES, L=MADRID, O=TESORERIA GENERAL DE LA SEGURIDAD SOCIAL, OU=GERENCIA DE INFORMATICA DE LA SEGURIDAD SOCIAL, OU=GISS01, serialNumber=Q2827003A, CN=SUBCA GISS01 | ||
29101 | 1 | 0 | 0 | 0 | C=RO, O=Centrul de Calcul SA, OU=Cert Digital, CN=Cert Digital Non-Repudiation CA Class 4 | ||
29103 | 1 | 0 | 0 | 0 | C=si, O=mors, OU=simod-pki, CN=simod-ca-restricted | ||
39901 | 1 | 0 | 0 | 0 | C=FR, O=CONSEIL SUPERIEUR DU NOTARIAT, OU=0002 784350134, CN=REALTS2019 | ||
50103 | 1 | 0 | 0 | 0 | C=BG, ST=Sofia, L=Sofia, O="Spektar JSC, B:831431323", OU=Spektar CA, street=11A Carnegie Street, postalCode=1000, [email protected], telephoneNumber="+359 2 9699 200", CN=Spektar Qualified CA | ||
51495 | 1 | 0 | 0 | 0 | C=US, O=GeoTrust Inc., OU=Adobe Trust Services, CN=Product Services | ||
51507 | 1 | 0 | 0 | 0 | C=US, O="VeriSign, Inc.", OU=CDS Signing, CN=VeriSign CA for Adobe CDS | Adobe CDS | |
55598 | 1 | 1 | 0 | 0 | CN=Lottomatica EU Qualified Certificates CA, organizationIdentifier=VATIT-13109741002, O=Lottomatica S.p.A., C=IT | ||
55600 | 1 | 1 | 0 | 0 | CN=Lottomatica EU Qualified Timestamp Authority, organizationIdentifier=VATIT-13109741002, O=Lottomatica S.p.A., C=IT | ||
74058 | 1 | 0 | 0 | 0 | L=Earth, O=Filippo's Pwn Inc. | ||
77426 | 1 | 1 | 0 | 0 | C=US, O=IdenTrust, CN=pte IdenTrust Commercial Root CA 1 | ||
94880 | 1 | 1 | 839 | 0 | C=BR, O=ICP-Brasil, OU=SERPRO, CN=CA SERPRO Certificate Transparency Root TEST | ||
100840 | 1 | 1 | 0 | 0 | C=GB, O=Example Limited, CN=Example B Vetted Assured Root CA | ||
100843 | 1 | 1 | 0 | 0 | C=GB, O=Example Limited, CN=Example A Vetted Assured Root CA | ||
105456 | 1 | 1 | 0 | 0 | C=AE, O=UAE Government, CN=STG UAE Global Root CA G4 E2 | ||
110966 | 1 | 1 | 0 | 0 | CN=Lottomatica EU Qualified Certificates CA, organizationIdentifier=VATIT-13044331000, O=Lottomatica Holding S.r.l., C=IT | ||
110967 | 1 | 1 | 0 | 0 | CN=Lottomatica EU Qualified Timestamp Authority, organizationIdentifier=VATIT-13044331000, O=Lottomatica Holding S.r.l., C=IT | ||
120550 | 1 | 1 | 0 | 0 | C=GB, O=Example, CN=Example C Vetted Assured Root CA | ||
123545 | 1 | 0 | 0 | 0 | C=US, CN=boulder-test-ca | ||
133164 | 1 | 1 | 0 | 0 | C=IT, O=Register S.p.A., serialNumber=04628270482, OU=Digital Trust Services, CN=Register Time Stamping Authority | ||
155473 | 1 | 0 | 0 | 0 | C=US, ST=Massachusetts, L=Boston, CN=TEST Certificate for Certificate Transparency | ||
156138 | 1 | 0 | 0 | 0 | C=BR, O=ICP-Brasil, OU="<valor>", OU="<valor>", OU=Certisign Tecnologia da Informacao - DEV, CN=Certisign Certificadora Raiz Brasileira - DEV | ||
163807 | 1 | 1 | 0 | 0 | CN=Lottomatica EU Qualified Timestamp Authority, organizationIdentifier=VATIT-02611940038, O=Lottomatica Holding S.r.l., C=IT | ||
163814 | 1 | 1 | 0 | 0 | CN=Lottomatica EU Qualified Certificates CA, organizationIdentifier=VATIT-02611940038, O=Lottomatica Holding S.r.l., C=IT | ||
166546 | 1 | 1 | 0 | 0 | O=SWIFT | ||
169018 | 1 | 1 | 0 | 0 | C=US, ST=Texas, L=Houston, O=SSL Corporation, CN=SSL.com EV Root Certification Authority ECC - Test | ||
169019 | 1 | 1 | 0 | 0 | C=US, ST=Texas, L=Houston, O=SSL Corporation, CN=SSL.com EV Root Certification Authority RSA R2 - Test | ||
169020 | 1 | 1 | 0 | 0 | C=US, O="DigiCert, Inc.", CN=(Dev) DigiCert CT Test Root | ||
169032 | 1 | 1 | 0 | 0 | C=SE, O=Swedish Social Insurance Agency, CN=Swedish Government Root Authority v3 SAT | ||
173618 | 1 | 1 | 0 | 0 | C=IT, O=Azienda Zero, OU=TSP, CN=Azienda Zero TSA Qualificata eIDAS 1, organizationIdentifier=VATIT-05018720283 | ||
173623 | 1 | 1 | 0 | 0 | C=IT, O=Azienda Zero, OU=TSP, CN=Azienda Zero CA Qualificata eIDAS 1, organizationIdentifier=VATIT-05018720283 | ||
173805 | 1 | 0 | 0 | 0 | C=US, O=U.S. Government, OU=Department of the Treasury, OU=Certification Authorities, OU=US Treasury Root CA | ||
173817 | 1 | 0 | 0 | 0 | C=LT, O=Gyventoju registro tarnyba prie LR VRM - i.k. 188756767, OU=Nacionalinis sertifikavimo centras (NSC), CN=Nacionalinis sertifikavimo centras (PolicyCA) | ||
173818 | 1 | 1 | 0 | 0 | C=NL, O=Staat der Nederlanden, CN=Staat der Nederlanden Private Personen CA - G1 | ||
173831 | 1 | 0 | 0 | 0 | CN=ITSecurity Griffon CA | ||
173945 | 1 | 0 | 0 | 0 | organizationIdentifier=VATES-B66024167, O=Signaturit Solutions S.L., C=ES, DC=com, DC=signaturit, CN=Signaturit Issuing CA | ||
185360 | 1 | 0 | 0 | 0 | C=PA, O=TrustCor Systems S. de R.L., CN=Dev TrustCor RootCert CA-1 | ||
185361 | 1 | 1 | 0 | 0 | C=PA, O=TrustCor Systems S. de R.L., CN=Dev TrustCor RootCert CA-2 | ||
189540 | 1 | 1 | 0 | 0 | C=DE, O=exceet Secure Solutions GmbH, organizationIdentifier=VATDE-215384696, CN=exceet trustcenter CA3 | ||
191096 | 1 | 1 | 0 | 0 | CN=EADTrust ECC 256 Root CA For Qualified Web EV/PSD2 Cert 2019, O="European Agency of Digital Trust, S.L.", C=ES | ||
191097 | 1 | 1 | 0 | 0 | CN=EADTrust ECC 384 Root CA For Qualified Web DV/OV Cert 2019, O="European Agency of Digital Trust, S.L.", C=ES | ||
191098 | 1 | 1 | 0 | 0 | CN=EADTrust ECC 384 Root CA For Qualified Web EV/PSD2 Cert 2019, O="European Agency of Digital Trust, S.L.", C=ES | ||
191099 | 1 | 1 | 0 | 0 | CN=EADTrust RSA 4096 Root CA For Qualified Web DV/OV Cert 2019, O="European Agency of Digital Trust, S.L.", C=ES | ||
191100 | 1 | 1 | 0 | 0 | CN=EADTrust RSA 4096 Root CA For Qualified Web EV/PSD2 Cert 2019, O="European Agency of Digital Trust, S.L.", C=ES | ||
191101 | 1 | 1 | 0 | 0 | CN=EADTrust RSA 8192 Root CA For Qualified Web DV/OV Cert 2019, O="European Agency of Digital Trust, S.L.", C=ES | ||
191102 | 1 | 1 | 0 | 0 | CN=EADTrust RSA 8192 Root CA For Qualified Web EV/PSD2 Cert 2019, O="European Agency of Digital Trust, S.L.", C=ES | ||
191133 | 1 | 1 | 0 | 0 | CN=EADTrust RSA 2048 SubCA For Non-Qualified Certificates 2019, O="European Agency of Digital Trust, S.L.", C=ES, organizationIdentifier=VATES-B85626240 | ||
194605 | 1 | 1 | 0 | 0 | CN=Information Security Certification Authority CA, O=ISCA, C=KZ | ||
198751 | 1 | 1 | 0 | 0 | C=KZ, CN=Qaznet Trust Network | ||
198786 | 1 | 1 | 0 | 0 | CN=Information Security Certification Authority, O=ISCA, C=KZ | ||
204194 | 1 | 1 | 0 | 0 | C=GB, O=Sectigo Limited, CN=Sectigo Public Root E46 | ||
204195 | 1 | 1 | 0 | 0 | C=GB, O=Sectigo Limited, CN=Sectigo Public Root R46 | ||
206306 | 1 | 1 | 0 | 0 | C=SK, L=Žilina, O="brainit.sk, s.r.o.", OU=NFQES, CN=CA Signing Certificate | ||
208342 | 1 | 1 | 0 | 0 | C=KZ, ST=Nur-Sultan, L=Nur-Sultan, O=ISCA, CN=Information Security Certification Authority | ||
210289 | 1 | 1 | 0 | 0 | C=ES, O=IZENPE S.A., organizationIdentifier=VATES-A01337260, CN=SUBCA QC IZENPE - TSA | ||
210947 | 1 | 1 | 0 | 0 | CN=Information Security Certification Authority, O=ISCA, C=KZ | ||
212039 | 1 | 1 | 0 | 0 | C=US, ST=Texas, L=Houston, O=SSL Corp, CN=SSL.com SSL Enterprise Intermediate CA RSA R1 | ||
212707 | 1 | 1 | 0 | 0 | CN=Information Security Certification Authority, O=ISCA, C=KZ | ||
213006 | 1 | 1 | 0 | 0 | C=US, O=CommScope, CN=Test CommScope Public Trust ECC Root-01 | ||
213007 | 1 | 1 | 0 | 0 | C=US, O=CommScope, CN=Test CommScope Public Trust ECC Root-02 | ||
213009 | 1 | 1 | 0 | 0 | C=US, O=CommScope, CN=Test CommScope Public Trust RSA Root-02 | ||
214378 | 1 | 1 | 0 | 0 | C=US, O=Microsoft, OU=TestRoot, CN=Test TLS Root | ||
214383 | 1 | 1 | 0 | 0 | CN=Information Security Certification Authority, O=ISCA, C=KZ | ||
217171 | 1 | 1 | 0 | 0 | C=FR, O=Idemia Identity & Security France, organizationIdentifier=NTRFR-440305282, CN=IDEMIA eIDAS Root CA | ||
221405 | 1 | 1 | 0 | 0 | C=NL, O=STMicroelectronics nv, CN=STM STSAFE-A PROD CA 01 | ||
221406 | 1 | 1 | 0 | 0 | C=BR, O=ICP-Brasil, OU=SOLUTI, CN=CA SOLUTI CT Root TEST | ||
221407 | 1 | 0 | 0 | 0 | C=US, O=STMicroelectronics Inc, CN=STM-POC-SBSFU-ROOT-TEST-CA-00 | ||
221408 | 1 | 1 | 0 | 0 | OU=GlobalSign Trusted Computing Certificate Authority, O=GlobalSign, CN=GlobalSign Trusted Platform Module Root CA | ||
221409 | 1 | 1 | 0 | 0 | OU=GlobalSign Trusted Computing Certificate Authority, O=GlobalSign, CN=GlobalSign Trusted Platform Module ECC Root CA | ||
223209 | 1 | 1 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Root CA 4 2021 | ||
225169 | 1 | 1 | 0 | 0 | C=FR, O=NETHEOS, CN=NETHEOS Root CA, organizationIdentifier=VATFR-78453023681 | ||
226060 | 1 | 1 | 0 | 0 | C=GR, O=APED, CN=APED Global Root CA | ||
229139 | 1 | 0 | 0 | 0 | C=TR, L=Gebze - Kocaeli, O=Türkiye Bilimsel ve Teknolojik Araştırma Kurumu - TÜBİTAK, OU=BİLGEM, CN=Kamu Elektronik Sertifika Hizmet Sağlayıcısı - TEST | ||
229208 | 1 | 0 | 26 | 0 | C=TR, O=TUBITAK, OU=Kamu SM, CN=Kamu SM SSL Sertifika Hizmet Sağlayıcısı - TEST | ||
234153 | 1 | 1 | 0 | 0 | C=NO, O=Commfides Norge AS, organizationIdentifier=NTRNO-988312495, CN=Commfides Root CA - G3 | ||
234154 | 1 | 1 | 0 | 0 | C=ES, L=Valencia, OU=Certification Authority Indenova SL, serialNumber=B97458996, O=Indenova SL, CN=Certification Authority Root Indenova SL | ||
236705 | 1 | 1 | 0 | 0 | CN=SpaceX Panel CA 2 Root | ||
240986 | 1 | 1 | 0 | 0 | C=US, O="DigiCert, Inc.", CN=DigiCert Non Federal SSP Private Root CA - G2 | ||
246597 | 1 | 1 | 0 | 0 | CN=AdminRoot, O=EDICOM PKI, C=ES | ||
247228 | 1 | 1 | 0 | 0 | CN=NCA Root CA/RSA 04/2022, O=Správa základních registrů, organizationIdentifier=NTRCZ-72054506, C=CZ | ||
247229 | 1 | 1 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Root CA 5 2022 | ||
248218 | 1 | 1 | 0 | 0 | C=ES, O=IZENPE S.A., CN=ROOT CA NQC IZENPE | ||
248230 | 1 | 1 | 0 | 0 | O=TrusAuth Inc, OU=TA EU, CN=TrusAuth Root CA - G2 | ||
248234 | 1 | 1 | 0 | 0 | O=TrusAuth Inc, OU=TrusAuth Certificate Authority, CN=TrusAuth Root CA - G3 | ||
248235 | 1 | 1 | 0 | 0 | O=TrusAuth Inc, OU=TrusAuth Certificate Authority, CN=TrusAuth Root CA - G4 | ||
248236 | 1 | 1 | 0 | 0 | C=US, O=CableLabs, OU=Root CA01, CN=CableLabs Root Certification Authority | ||
248238 | 1 | 1 | 0 | 0 | C=BE, O=tComLabs - Euro-DOCSIS, OU=Cable Modems, CN=Euro-DOCSIS Cable Modem Root CA | ||
248239 | 1 | 1 | 0 | 0 | C=US, O=CableLabs, OU=TEST Root CA01, CN=TEST CableLabs Root Certification Authority | ||
248240 | 1 | 1 | 0 | 0 | O=TrusAuth Inc, OU=TrusAuth Certificate Authority, CN=TrusAuth High Assurance EV Root CA - G4 | ||
248242 | 1 | 1 | 0 | 0 | C=US, ST=MN, L=Minneapolis, O=Open Access Technology International Inc, CN=webCARES Demo Root CA 2018 | ||
248243 | 1 | 0 | 0 | 0 | C=FR, ST=Nord, L=Villeneuve d'Ascq, O=NETASQ - Secure Internet Connectivity, OU=NETASQ Certification Authority | ||
248244 | 1 | 1 | 0 | 0 | C=US, ST=CA, L=Sunnyvale, O=Juniper Networks, OU=Juniper CA, CN=PackageCA, [email protected] | ||
248245 | 1 | 1 | 0 | 0 | C=US, ST=CA, L=Sunnyvale, O=Juniper Networks, OU=Juniper CA, CN=PackageEcCA, [email protected] | ||
248247 | 1 | 1 | 0 | 0 | C=US, ST=CA, L=Sunnyvale, O=Juniper Networks, OU=Juniper CA, CN=JuniperRootCA, [email protected] | ||
248249 | 1 | 1 | 0 | 0 | C=US, ST=CA, L=Sunnyvale, O=Juniper Networks, OU=Juniper CA, CN=JuniperRootEcCA, [email protected] | ||
248250 | 1 | 1 | 0 | 0 | C=US, O=Data Over Cable Service Interface Specifications, OU=Cable Modems, CN=DOCSIS Cable Modem Root Certificate Authority | ||
248251 | 1 | 1 | 0 | 0 | C=US, O=Data Over Cable Service Interface Specifications, OU=Cable Modems, CN=DOCSIS Cable Modem Root Certificate Authority | ||
248254 | 1 | 1 | 0 | 0 | C=PA, ST=Panama, L=Panama City, O=TrustCor Systems S. de R.L., OU=TrustCor Certificate Authority, CN=Dev TrustCor ECA-1 | ||
248257 | 1 | 1 | 0 | 0 | C=PA, ST=Panama, L=Panama City, O=TrustCor Systems S. de R.L., OU=TrustCor Certificate Authority, CN=Dev TrustCor RootCert CA-1 | ||
248258 | 1 | 1 | 0 | 0 | C=PA, ST=Panama, L=Panama City, O=TrustCor Systems S. de R.L., OU=TrustCor Certificate Authority, CN=Dev TrustCor RootCert CA-2 | ||
248330 | 1 | 1 | 0 | 0 | O=David Miller Trust Services, OU=For authorized use only, CN=David Miller SHA2 EV Code Signing CA - G3 | ||
248331 | 1 | 1 | 0 | 0 | O=David Miller Trust Services, OU=For authorized use only, CN=David Miller RSA4096 SHA384 Code Signing CA1 - G1 | ||
248342 | 1 | 1 | 0 | 0 | O=David Miller Trust Services, OU=For authorized use only, CN=David Miller Trust Services External RSA CA - G2 | ||
248344 | 1 | 1 | 0 | 0 | O=David Miller Trust Services, OU=For authorized use only, CN=David Miller Code Signing CA - G3 | ||
248349 | 1 | 1 | 0 | 0 | O=David Miller Trust Services, OU=For authorized use only, CN=David Miller Trust Services External ECC CA - G2 | ||
248351 | 1 | 1 | 0 | 0 | O=David Miller Trust Services, OU=For authorized use only, CN=David Miller Code Signing CA2 - G1 | ||
249885 | 1 | 1 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For testing purposes only, CN=David Miller Test Root CA - T2 | ||
250772 | 1 | 1 | 0 | 0 | C=FR, O=CERTIGNA, CN=Certigna Root CA VM Dev | ||
250773 | 1 | 1 | 0 | 0 | C=FR, O=Dhimyotis, OU=0002 48146308100036, CN=ROOT TEST | ||
250777 | 1 | 1 | 0 | 0 | C=US, ST=CA, L=Calabasas, O=ALE, OU=ALE Network Division, CN=OmniAccess AP CA, [email protected] | ||
250901 | 1 | 1 | 0 | 0 | C=CN, O="TrustAsia Technologies, Inc.", CN=TrustAsia Global Test Root CA G2 | ||
250902 | 1 | 1 | 0 | 0 | C=CN, O="TrustAsia Technologies, Inc.", CN=TrustAsia Global Test Root CA G1 | ||
251185 | 1 | 1 | 19 | 17 | C=CN, O="TrustAsia Technologies, Inc.", CN=TrustAsia DV TLS RSA Test CA G3 | ||
251406 | 1 | 1 | 0 | 0 | C=AP, ST=APPNET, L=APPNET, O=Air's Project Private Network, OU=NET, CN=APPNET-HTTPS-G1, emailAddress=APPNET Administrators | ||
252696 | 1 | 1 | 0 | 0 | C=CN, O="Youngdo, Inc.", CN=Youngdo Raytonne RSA Basic Server CA 2022Q4 | ||
253925 | 1 | 1 | 0 | 0 | C=ES, ST=MADRID, L=MADRID, serialNumber=A82743287, O=AC CAMERFIRMA S.A., CN=CAMERFIRMA ROOT 2021 | ||
253978 | 1 | 1 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For internal purposes only, CN=David Miller Internal RSA PCA - G3 | ||
258188 | 1 | 1 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For authorized use only, CN=David Miller ECC Extended Validation Server CA - G3 | ||
258476 | 1 | 1 | 0 | 0 | C=AU, ST=Some-State, O=Internet Widgits Pty Ltd | ||
258834 | 1 | 1 | 0 | 0 | CN=NCA Root CA/ECC 06/2022, O=Správa základních registrů, organizationIdentifier=NTRCZ-72054506, C=CZ | ||
259186 | 1 | 1 | 0 | 0 | C=US, ST=MN, L=Minneapolis, O=Open Access Technology International Inc, CN=webCARES Demo Root CA 2022 | ||
259400 | 1 | 1 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For authorized use only, CN=David Miller Timestamping CA - G7 - SHA256 | ||
260114 | 1 | 1 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For authorized use only, CN=David Miller ECC Extended Validation Server CA - G4 - SHA256 | ||
261248 | 1 | 1 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For authorized use only, CN=David Miller Client Authentication CA - G3 - SHA256 | ||
262240 | 1 | 1 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For authorized use only, CN=David Miller Global Services CA4 - G1 | ||
263522 | 1 | 1 | 0 | 0 | C=FR, O=NETCOM GROUP SAS, organizationIdentifier=NTRFR-453006314, CN=NETCOM GROUP - ROOT CA | ||
263526 | 1 | 1 | 0 | 0 | C=RO, O=CERTSIGN SA, OU=CERTSIGN ROOT CA G3 | ||
263651 | 1 | 1 | 0 | 0 | C=IS, O=Fjarmala- og efnahagsraduneyti, organizationIdentifier=NTRIS-5501692829, CN=Islandsrot 2021, serialNumber=5501692829 | ||
267507 | 1 | 1 | 2385 | 2241 | C=IE, O=DigiCert Ireland Limited, CN=DigiCert QuoVadis G4 TLS RSA4096 SHA384 2023 CA1 | ||
272967 | 1 | 1 | 0 | 0 | C=US, ST=California, L=San Jose, O=Zscaler Inc., OU=Zscaler Inc., CN=Zscaler Root CA, [email protected] | ||
272968 | 1 | 1 | 0 | 0 | C=CH, O=WISeKey, OU=Development PKI, CN=OISTE WISeKey Demo Root CA 1 | ||
272969 | 1 | 1 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For testing purposes only, CN=David Miller Test Root CA - T3 | ||
272970 | 1 | 1 | 0 | 0 | C=CH, O=WISeKey SA, OU=test, CN=WISeKey DEMO Root CA | ||
276911 | 1 | 1 | 0 | 0 | C=CN, O=TrusAuth Inc, OU=TrusAuth Trusted EV Root, CN=TrusAuth High Assurance EV Root CA | ||
276912 | 1 | 1 | 0 | 0 | C=CN, O=TrusAuth Inc, OU=TrusAuth Trusted Root, CN=TrusAuth Hardware Security RSA Root | ||
276913 | 1 | 1 | 0 | 0 | C=CN, O=TrusAuth Inc, OU=TrusAuth Trusted Root, CN=TrusAuth Root CA - G3 | ||
276915 | 1 | 1 | 0 | 0 | C=CN, O=TrusAuth Inc, OU=TrusAuth Trusted EV Root, CN=TrusAuth High Assurance EV Root CA - G4 | ||
276916 | 1 | 1 | 0 | 0 | C=CN, O=TrusAuth Inc, OU=TrusAuth Trusted Root, CN=TrusAuth Root CA - G4 | ||
276917 | 1 | 1 | 0 | 0 | C=CN, O=TrusAuth Inc, OU=TrusAuth Trusted Root, CN=TrusAuth Hardware Security ECC Root | ||
29031 | 0 | 0 | 0 | 0 | [email protected], CN=CIPSC - Emisión de certificados de persona jurídica, organizationIdentifier=VATES-B99091696, OU=Prestador de Servicios de Confianza, O=Coloriuris S.L., L=Zaragoza, C=ES | ||
29029 | 0 | 0 | 0 | 0 | C=ES, L=Paseo del General Martinez Campos 46 6a planta 28010 Madrid, O=Agencia Notarial de Certificacion S.L.U. - CIF B83395988, CN=ANCERT Corporaciones de Derecho Publico Personales V2 | ||
53334 | 0 | 0 | 0 | 0 | C=RO, O=Centrul de Calcul S.A., OU=CertDigital PUBLIC CA G3, organizationIdentifier=VATRO-2163993 | Adobe EUTL | |
53335 | 0 | 0 | 0 | 0 | C=RO, O=Centrul de Calcul SA, OU=CertDigital, CN=CertDigital NonRepudiation CA Class 4 G2 | Adobe EUTL | |
53336 | 0 | 0 | 0 | 0 | C=RO, O=Centrul de Calcul SA, OU=CertDigital, CN=CertDigital Organization CA Class 2 G2 | ||
53337 | 0 | 0 | 0 | 0 | C=RO, O=Centrul de Calcul SA, OU=CertDigital, CN=CertDigital Enterprise CA Class 3 G2 | ||
29028 | 0 | 0 | 0 | 0 | C=ES, O=BANCO DE ESPAÑA, CN=BANCO DE ESPAÑA-AC CORPORATIVA | ||
53340 | 0 | 0 | 0 | 0 | C=RO, O=Centrul de Calcul S.A., OU=CertDigital WEB CA G3, organizationIdentifier=VATRO-2163993 | Adobe EUTL | |
29027 | 0 | 0 | 0 | 0 | C=ES, OU=SESCAM, O=JCCM, serialNumber=Q4500146H, CN=SESCAM CA Entidades Finales v2 | ||
29026 | 0 | 0 | 0 | 0 | C=EU, O=EUROPEAN SYSTEM OF CENTRAL BANKS, CN=ESCB-PKI ONLINE CA | ||
53343 | 0 | 0 | 0 | 0 | C=RO, O=Centrul de Calcul SA, OU=CertDigital, CN=CertDigital Qualified CA Class 3 G2 | Adobe EUTL | |
53344 | 0 | 0 | 0 | 0 | C=SI, O=NLB d.d., organizationIdentifier=VATSI-91132550, CN=ACNLB SubCA | Adobe EUTL | |
29024 | 0 | 0 | 0 | 0 | C=GR, O=Hellenic Public Administration Certification Services, OU=HPARCA, CN=Hellenic Public Administration Issuing CA | ||
29021 | 0 | 0 | 0 | 0 | C=GR, O=Hellenic Public Administration Root CA - HPARCA, OU="Ministry of Interior, Decentralization and e-Government", CN=HPARCA Certification Services for Citizens | ||
53347 | 0 | 0 | 0 | 0 | C=si, O=mors, OU=simod-pki, CN=simod-ca-restricted | ||
29020 | 0 | 0 | 0 | 0 | C=DE, O=medisign GmbH, CN=MED-ZOD2-qCA-1 1:PN | ||
29019 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, OU=Produktzentrum TeleSec, CN=TeleSec PKS SigG CA 17 1:PN | ||
55594 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, organizationIdentifier=USt-IdNr. DE 123475223, OU=Qualifizierter VDA der Telematikinfrastruktur, CN=TSYSI.HBA-qCA6 | ||
55595 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, CN=TeleSec PKS eIDAS QES CA 1, organizationIdentifier=USt-IdNr. DE 123475223 | Adobe EUTL | |
252695 | 0 | 0 | 0 | 0 | C=CN, O="Youngdo, Inc.", CN=Youngdo Raytonne ECC Basic Server CA 2022Q4 | ||
29018 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, OU=HBA-qCA der Telematikinfrastruktur mit Anbieterakkreditierung, CN=D-Trust.HBA-qCA 4:PN | ||
1501 | 0 | 0 | 1 | 0 | CN=CTTEST CA PreSigningCert, OU=RD TWCA CTTEST CA, OU=CA Team, O=TAIWAN-CA INC., C=TW | ||
29017 | 0 | 0 | 0 | 0 | C=DE, O=D-TRUST GmbH, CN=D-TRUST_akr_2008_ca2 1:PN | ||
29016 | 0 | 0 | 0 | 0 | C=DE, O=medisign GmbH, CN=MED-ZOD2-qCA-3 1:PN | ||
57962 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Rentenversicherung Westfalen, OU=QC 11 Mitarbeiter CA, CN=DRV QC 11 MA CA 2017ca, organizationIdentifier=VATDE-170173453 | ||
57963 | 0 | 0 | 0 | 0 | C=DE, O=DGN Deutsches Gesundheitsnetz Service GmbH, CN=dgnservice CA 9:PN | Adobe EUTL | |
57964 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Rentenversicherung Bund, OU=QC 70 Mitarbeiter CA, CN=DRV QC 70 MA CA 2017ca, organizationIdentifier=VATDE-136626890 | ||
57965 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Rentenversicherung Rheinland, OU=QC 13 Mitarbeiter CA, CN=DRV QC 13 MA CA 2017ca, organizationIdentifier=VATDE-119432307 | ||
57966 | 0 | 0 | 0 | 0 | C=DE, O=DGN Deutsches Gesundheitsnetz Service GmbH, CN=dgnservice CA 10:PN | Adobe EUTL | |
57967 | 0 | 0 | 0 | 0 | C=DE, O=DGN Deutsches Gesundheitsnetz Service GmbH, CN=dgnservice CA 11:PN | Adobe EUTL | |
29015 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST akkr 2012 CA 8 1:PN | ||
29014 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, OU=HBA-qCA der Telematikinfrastruktur mit Anbieterakkreditierung, CN=TSYSI.HBA-qCA 4:PN | ||
29013 | 0 | 0 | 0 | 0 | C=DE, O=Bundesnotarkammer, OU=Zertifizierungsstelle, CN=BNotK CA 3 1:PN | ||
57971 | 0 | 0 | 0 | 0 | C=IE, O=Adobe Systems Software Ireland Ltd., OU=Adobe Trust Services, CN=Adobe Qualified Timestamp Service CA | Adobe AATL,Adobe EUTL | |
29012 | 0 | 0 | 0 | 0 | C=DE, O=D-TRUST GmbH, CN=D-TRUST_akr_2008_ca3 1:PN | ||
29011 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, CN=TeleSec PKS SigG CA 17:PN | ||
60070 | 0 | 0 | 0 | 0 | C=DE, O=medisign GmbH, CN=MESIG.HBA-qCA 3:PN | Adobe EUTL | |
60071 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST CA 1-1 2017, organizationIdentifier=NTRDE-HRB74346 | Adobe EUTL | |
60072 | 0 | 0 | 0 | 0 | C=DE, O=medisign GmbH, CN=MESIG.HBA-qCA 1:PN | Adobe EUTL | |
60073 | 0 | 0 | 0 | 0 | C=DE, O=medisign GmbH, CN=MESIG.HBA-qCA 2:PN | Adobe EUTL | |
60074 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST CA 3-2 2016, organizationIdentifier=NTRDE-HRB74346 | Adobe EUTL | |
29010 | 0 | 0 | 0 | 0 | C=DE, O=medisign GmbH, CN=DEMDS qCA für Zahnärzte 4 1:PN | ||
60076 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST CA 3-1 2016, organizationIdentifier=NTRDE-HRB74346 | Adobe EUTL | |
60077 | 0 | 0 | 0 | 0 | C=FR, O=CONSEIL SUPERIEUR DU NOTARIAT, OU=0002 784350134, CN=REAL2021 | ||
60078 | 0 | 0 | 0 | 0 | C=NL, O=QuoVadis Trustlink B.V., organizationIdentifier=NTRNL-30237459, CN=QuoVadis PKIoverheid Private Personen CA - G1 | Adobe EUTL | |
29009 | 0 | 0 | 0 | 0 | C=DE, O=DATEV eG, CN=CA DATEV ZSM 03 1:PN | ||
29008 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, CN=TeleSec PKS SigG CA 27:PN | ||
62435 | 0 | 0 | 0 | 0 | C=FR, O=CertEurope, OU=0002 434202180, CN=CertEurope eID Website, organizationIdentifier=SI:FR-434202180 | ||
29007 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, CN=TeleSec PKS SigG CA 34:PN | ||
62437 | 0 | 0 | 0 | 0 | C=FR, O=CONSEIL SUPERIEUR DU NOTARIAT, OU=0002 784350134, organizationIdentifier=SI:FR-784350134, CN=REALSIGN 2025 | Adobe AATL | |
62438 | 0 | 0 | 0 | 0 | C=FR, O=Ministère de la Justice, OU=0002 110010014, CN=Autorité de certification personnes 3 | ||
62439 | 0 | 0 | 0 | 0 | C=FR, O=Ordre des Experts-Comptables, OU=0002 775670003, organizationIdentifier=NTRFR-775670003, CN=Cachet - Ordre des Experts-Comptables | ||
62440 | 0 | 0 | 0 | 0 | C=FR, O=CLICK AND TRUST, OU=0002 428786578, CN=AUTH-TOKEN-CLICK AND TRUST | ||
62441 | 0 | 0 | 0 | 0 | C=FR, O=Groupe Imprimerie Nationale, OU=0002 410494496, organizationIdentifier=NTRFR-410494496, CN=AC Imprimerie Nationale Substantiel Personnel | Adobe EUTL | |
62442 | 0 | 0 | 0 | 0 | C=FR, O=Ministère de la Justice, OU=0002 110010014, CN=Autorité de certification personnes 2 | ||
62443 | 0 | 0 | 0 | 0 | C=FR, O=CLICK AND TRUST, OU=0002 428786578, CN=SIGN-TOKEN-CLICK AND TRUST | ||
62444 | 0 | 0 | 0 | 0 | C=FR, O=Groupe Imprimerie Nationale, OU=0002 410494496, organizationIdentifier=NTRFR-410494496, CN=AC Imprimerie Nationale Elevé Personnel | Adobe EUTL | |
62445 | 0 | 0 | 0 | 0 | C=FR, O=ChamberSign France, OU=0002 433702479, CN=ChamberSign France - AC 2 étoiles | ||
62446 | 0 | 0 | 0 | 0 | C=FR, O=CAISSE DES DEPOTS ET CONSIGNATIONS, organizationIdentifier=SI:FR-180020026, OU=0002 180020026, CN=CDC - LEGALIA | Adobe EUTL | |
62447 | 0 | 0 | 0 | 0 | C=FR, O=Groupe Imprimerie Nationale, OU=0002 41049449600046, CN=AC Imprimerie Nationale Standard Personnel | ||
62448 | 0 | 0 | 0 | 0 | C=FR, O=CertEurope, OU=0002 434202180, CN=CertEurope eID User, organizationIdentifier=SI:FR-434202180 | Adobe EUTL | |
29006 | 0 | 0 | 0 | 0 | C=DE, O=DATEV eG, CN=CA DATEV D248 1:PN | ||
29005 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, CN=TeleSec PKS SigG CA 29:PN | ||
29004 | 0 | 0 | 0 | 0 | C=DE, O=medisign GmbH, CN=DEMDS qCA für Psychotherapeuten 4 1:PN | ||
66212 | 0 | 0 | 0 | 0 | C=BE, O=Portima s.c.r.l. c.v.b.a., CN=PortiSign Users CA11 for Qualified Certificates | ||
66213 | 0 | 0 | 0 | 0 | C=BE, O=Portima s.c.r.l. c.v.b.a., CN=PortiSign Users CA10 for Qualified Certificates | ||
29003 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, CN=TeleSec PKS SigG CA 35:PN | ||
66216 | 0 | 0 | 0 | 0 | C=MT, O=ANF AC Malta Ltd, OU=ANF Malta Extended Validation Authority, serialNumber=MT23399415, CN=ANF Trusted EV CA1 | ||
29002 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST_akr_2007_ca1 1:PN | ||
29001 | 0 | 0 | 0 | 0 | C=DE, O=Bundesnotarkammer, CN=CA BNotK 3:PN | ||
68928 | 0 | 0 | 0 | 0 | C=ES, O=Víntegris SL, L=Hospitalet de Llobregat, organizationIdentifier=VATES-B62913926, CN=vinCAsign nebulaSUITE Authority, ST=Barcelona | ||
68933 | 0 | 0 | 0 | 0 | C=LV, O=VAS Latvijas Valsts radio un televīzijas centrs, organizationIdentifier=NTRLV-40003011203, CN=LV eID ICA 2017 | Adobe EUTL | |
68934 | 0 | 0 | 0 | 0 | C=LV, O=VAS Latvijas Valsts radio un televīzijas centrs, organizationIdentifier=NTRLV-40003011203, CN=eParaksts ICA 2017 | Adobe EUTL | |
29000 | 0 | 0 | 0 | 0 | C=DE, O=medisign GmbH, CN=DEMDS qCA für Ärzte 3 1:PN | ||
28999 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST akkr 2014 CA 3 1:PN | ||
69482 | 0 | 0 | 52 | 0 | C=CN, O=CFCA OCA TEST ZI RSA | ||
28998 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, CN=TeleSec PKS SigG CA 30:PN | ||
28997 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST akkr 2012 CA 7 1:PN | ||
73616 | 0 | 0 | 1085 | 0 | C=IT, ST=Bergamo, L=Ponte San Pietro, O=Actalis S.p.A., CN=Actalis Domain Validation Server CA G1 Test | ||
252997 | 0 | 0 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For authorized use only, CN=David Miller RSA4096 SHA256 Timestamping CA - G5 | ||
28996 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, OU=HBA-qCA der Telematikinfrastruktur mit Anbieterakkreditierung, CN=D-Trust.HBA-qCA 6:PN | ||
75941 | 0 | 0 | 49 | 0 | C=SE, O=PrimeKey Solutions AB, CN=CT Log Test Issuing Sub | ||
28995 | 0 | 0 | 0 | 0 | C=DE, O=D-TRUST GmbH, CN=D-TRUST_akkr_CA-08_2006 1:PN | ||
77378 | 0 | 0 | 4 | 0 | C=US, O=IdenTrust, OU=TrustID Server, CN=SysTest TrustID Server CA A52 | ||
13188 | 0 | 0 | 0 | 0 | C=US, O=adidas USA Inc., CN=adidas AM Issuing CA 01 | Microsoft | |
28994 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, CN=TeleSec PKS SigG CA 25:PN | ||
78215 | 0 | 0 | 0 | 0 | C=US, O=Apple Inc., OU=Apple Certification Authority, CN=Apple FairPlay Certification Authority | Apple | |
79883 | 0 | 0 | 12 | 0 | C=US, ST=Texas, L=Houston, O=SSL Corporation, CN=SSL.com RSA SSL subCA - Test | ||
28993 | 0 | 0 | 0 | 0 | C=DE, O=DATEV eG, CN=CA DATEV D203 1:PN | ||
81288 | 0 | 0 | 2 | 0 | C=GR, O=Hellenic Academic and Research Institutions Cert. Authority, CN=HARICA SSL Intermediate CA R2 - Test | ||
28992 | 0 | 0 | 0 | 0 | C=DE, O=medisign GmbH, CN=DEMDS qCA für Ärzte 6 1:PN | ||
82494 | 0 | 0 | 13 | 0 | C=GR, L=Athens, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions AdminCA R6 - Test | ||
82655 | 0 | 0 | 1 | 0 | C=GR, L=Athens, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions AdminCA R5 - Test | ||
83259 | 0 | 0 | 4 | 0 | C=GR, O=Aristotle University of Thessaloniki, CN=Aristotle University of Thessaloniki Central CA R5 - Test | ||
28991 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST_akr_2007_ca3 1:PN | ||
84356 | 0 | 0 | 0 | 0 | DC=qualified-domain-ca, CN=InfoNotary Qualified Validated Domain CA, C=BG, L=Sofia, O=InfoNotary PLC, OU=Qualified TSP, organizationIdentifier=NTRBG-131276827 | ||
84357 | 0 | 0 | 0 | 0 | DC=qualified-legal-ca, CN=InfoNotary Qualified Legal Person Seal CA, C=BG, L=Sofia, O=InfoNotary PLC, OU=Qualified TSP, organizationIdentifier=NTRBG-131276827 | Adobe EUTL | |
84358 | 0 | 0 | 0 | 0 | DC=qualified-natural-ca, CN=InfoNotary Qualified Personal Sign CA, C=BG, L=Sofia, O=InfoNotary PLC, OU=Qualified TSP, organizationIdentifier=NTRBG-131276827 | Adobe EUTL | |
84359 | 0 | 0 | 0 | 0 | C=CZ, O=eIdentity a.s., organizationIdentifier=VATCZ-27112489, OU=Qualified Trust Service Provider, CN=ACAeID3.1 - Issuing Certificate | Adobe EUTL | |
84363 | 0 | 0 | 0 | 0 | C=IT, O=InfoCert S.p.A., OU=WSA Trust Service Provider, CN=InfoCert Extended Validation SHA256 - CA 3 | ||
28990 | 0 | 0 | 0 | 0 | C=DE, O=DATEV eG, CN=CA DATEV ZSM 02 1:PN | ||
28989 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST akkr 2016 CA 2 1:PN | ||
28988 | 0 | 0 | 0 | 0 | C=DE, O=medisign GmbH, CN=DEMDS qCA für Ärzte 7 1:PN | ||
84367 | 0 | 0 | 0 | 0 | C=IT, O=InfoCert S.p.A., OU=WSA Trust Service Provider, CN=InfoCert Organization Validation SHA256 - CA 3 | ||
84371 | 0 | 0 | 0 | 0 | DC=qualified-timestamp-ca, CN=InfoNotary Qualified TimeStamping Service CA, C=BG, L=Sofia, O=InfoNotary PLC, OU=Qualified TSP, organizationIdentifier=NTRBG-131276827 | Adobe EUTL | |
28987 | 0 | 0 | 0 | 0 | C=DE, O=Bundesnotarkammer, OU=Zertifizierungsstelle, CN=BNotK CA 6 1:PN | ||
28986 | 0 | 0 | 0 | 0 | C=DE, O=DGN Deutsches Gesundheitsnetz Service GmbH, CN=dgnservice CA 6 Type A 1:PN | ||
89925 | 0 | 0 | 0 | 0 | C=BE, O=Universign, organizationIdentifier=NTRBE-0673755466, CN=Universign CA hardware | Adobe AATL,Adobe EUTL | |
28985 | 0 | 0 | 0 | 0 | C=DE, O=medisign GmbH, CN=DEMDS qCA für Zahnärzte 2 1:PN | ||
89928 | 0 | 0 | 0 | 0 | C=FR, O=CONSEIL SUPERIEUR DU NOTARIAT, OU=0002 784350134, organizationIdentifier=VATFR-67784350134, CN=REALTS 2025 | Adobe AATL | |
13185 | 0 | 0 | 0 | 0 | C=US, O=JPMorgan Chase, CN=Commercial Banking | Microsoft | |
28984 | 0 | 0 | 0 | 0 | C=DE, O=medisign GmbH, CN=DEMDS qCA für Psychotherapeuten 1 1:PN | ||
98408 | 0 | 0 | 2 | 0 | C=GR, L=Athens, O=Hellenic Academic and Research Institutions Cert. Authority, CN=HARICA SSL ECC SubCA R1 - Test | ||
28983 | 0 | 0 | 0 | 0 | C=DE, O=DATEV eG, CN=CA DATEV D218 1:PN | ||
98427 | 0 | 0 | 4 | 0 | C=GR, O=Hellenic Academic and Research Institutions Cert. Authority, CN=HARICA SSL Intermediate CA R1 - Test | ||
98541 | 0 | 0 | 1 | 0 | C=QA, O=QECC, CN=Infrastructure Certification Authority DEV | ||
28982 | 0 | 0 | 0 | 0 | C=DE, O=DATEV eG, CN=CA DATEV D251 1:PN | ||
28981 | 0 | 0 | 0 | 0 | C=DE, O=DGN Deutsches Gesundheitsnetz Service GmbH, CN=dgnservice CA 5 Type A 1:PN | ||
100685 | 0 | 0 | 0 | 0 | CN=BNotK qSig CA 2017, OU=Zertifizierungsstelle, organizationIdentifier=DE122788238, O=Bundesnotarkammer, C=DE | Adobe EUTL | |
100686 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Post AG, CN=Deutsche Post AG POSTIDENT E-Signing Sub CA | Adobe AATL,Adobe EUTL | |
28980 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST akkr 2016 CA 1 1:PN | ||
28979 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST_akr_2007_ca4 1:PN | ||
28978 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, CN=TeleSec PKS SigG CA 19:PN | ||
100693 | 0 | 0 | 0 | 0 | C=si, O=mors, OU=simod-pki, CN=simod-ca-restricted | ||
28977 | 0 | 0 | 0 | 0 | C=DE, O=D-TRUST GmbH, CN=D-TRUST_akkr_CA-07_2006 1:PN | ||
100786 | 0 | 0 | 1 | 0 | C=GR, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions ECC AdminCA R1 - Test | ||
253284 | 0 | 0 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For authorized use only, CN=David Miller ECC Domain Validation Server CA - G3 | ||
28976 | 0 | 0 | 0 | 0 | C=DE, O=Bundesnotarkammer, CN=CA BNotK 9:PN | ||
28975 | 0 | 0 | 0 | 0 | C=DE, O=medisign GmbH, CN=DEMDS qCA für Zahnärzte 1 1:PN | ||
253285 | 0 | 0 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For authorized use only, CN=David Miller ECC Domain Validation Server CA - G4 | ||
28974 | 0 | 0 | 0 | 0 | C=DE, O=DGN Deutsches Gesundheitsnetz Service GmbH, CN=dgnservice CA 3 Type A 1:PN | ||
101951 | 0 | 0 | 33 | 0 | C=AE, ST=Dubai, L=Dubai, O=Dubai Government, OU=DESC, CN=Corporate Certification Authority TEST | ||
104386 | 0 | 0 | 0 | 0 | CN=CPN Enterprise SHA256 CLASS 3, OU=Commfides Trust Environment (c) 2011 Commfides Norge AS, O=Commfides Norge AS - 988 312 495, C=NO | Adobe EUTL | |
104397 | 0 | 0 | 0 | 0 | CN=AC OTU, serialNumber=3, OU=0002 378901946, O=Worldline, C=FR | Adobe AATL | |
13160 | 0 | 0 | 0 | 0 | O=Debian, CN=ca.debian.org, [email protected] | ||
105580 | 0 | 0 | 2 | 0 | C=GR, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Greek Academic Network CA R2 - Test | ||
109239 | 0 | 0 | 0 | 0 | O=GlobalSign, OU=GlobalSign ECC Root CA - R5, CN=GlobalSign | Microsoft | |
109240 | 0 | 0 | 0 | 0 | O=GlobalSign, OU=GlobalSign Root CA - R6, CN=GlobalSign | Microsoft | |
110964 | 0 | 0 | 0 | 0 | C=EE, O=SK ID Solutions AS, organizationIdentifier=NTREE-10747013, CN=ESTEID2018 | Adobe EUTL | |
28973 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, OU=HBA-qCA der Telematikinfrastruktur mit Anbieterakkreditierung, CN=D-Trust.HBA-qCA 5:PN | ||
13159 | 0 | 0 | 0 | 0 | C=NL, O=DigiNotar, CN=DigiNotar Cyber CA | Microsoft | |
13135 | 0 | 0 | 0 | 0 | C=US, O=adidas USA Inc., CN=adidas AM Issuing CA 02 | Microsoft | |
111531 | 0 | 0 | 0 | 0 | C=US, ST=Massachusetts, L=Boston, OU=TEST DEV CA PRE CERTIFICATE, CN=TEST DEV FOR PRE CERTIFICATE, [email protected] | ||
117989 | 0 | 0 | 0 | 0 | C=ES, O=DIRECCION GENERAL DE LA POLICIA, OU=CNP, organizationIdentifier=VATES-S2816015H, CN=AC DGP 004 | Adobe EUTL | |
117990 | 0 | 0 | 0 | 0 | C=LT, organizationIdentifier=188778315, O=Asmens dokumentu israsymo centras prie LR VRM, CN=ADIC CA-B | Adobe EUTL | |
117991 | 0 | 0 | 0 | 0 | C=LT, organizationIdentifier=188778315, O=Asmens dokumentu israsymo centras prie LR VRM, CN=ADIC CA-A | Adobe EUTL | |
28972 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, OU=HBA-qCA der Telematikinfrastruktur mit Anbieterakkreditierung, CN=D-Trust.HBA-qCA 2:PN | ||
28971 | 0 | 0 | 0 | 0 | C=DE, O=DATEV eG, CN=CA DATEV D202 2:PN | ||
28970 | 0 | 0 | 0 | 0 | C=DE, O=Bundesnotarkammer, OU=Zertifizierungsstelle, CN=BNotK CA 5 1:PN | ||
118000 | 0 | 0 | 0 | 0 | C=FR, O=VIALINK, organizationIdentifier=NTRFR-428668545, CN=VIALINK EU TRUSTED CA | Adobe AATL | |
118966 | 0 | 0 | 1 | 0 | C=GR, L=Athens, O=Hellenic Academic and Research Institutions Cert. Authority, CN=HARICA SSL RSA SubCA R2 - Test | ||
28969 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, OU=HBA-qCA der Telematikinfrastruktur mit Anbieterakkreditierung, CN=D-Trust.HBA-qCA 3:PN | ||
253911 | 0 | 0 | 0 | 0 | C=SE, postalCode=11156, street=Box 3437 Stockholm, [email protected], organizationIdentifier=SE5569724288, O=ZealiD AB, CN=ZealiD TSA CA 2022 | Adobe EUTL | |
253915 | 0 | 0 | 0 | 0 | CN=NCA SubCA1/ECC 07/2022, O=Správa základních registrů, organizationIdentifier=NTRCZ-72054506, C=CZ | Adobe EUTL | |
124852 | 0 | 0 | 0 | 0 | C=BG, organizationIdentifier=NTRBG-201230426, O=BORICA AD, OU=B-Trust, CN=B-Trust Operational Advanced CA | Adobe EUTL | |
124855 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, organizationIdentifier=NTRDE-HRB74346, OU=Qualifizierter VDA der Telematikinfrastruktur, CN=D-Trust.HBA-qCA4 | Adobe EUTL | |
124858 | 0 | 0 | 0 | 0 | C=FR, O=MINISTERE INTERIEUR, OU=0002110014016, OU=SERVEURS, CN=POLICE NATIONALE 3E 2018 | Adobe EUTL | |
124859 | 0 | 0 | 0 | 0 | C=FR, O=MINISTERE INTERIEUR, OU=0002110014016, OU=SERVEURS, CN=ADMINISTRATION TERRITORIALE 3E 2018 | Adobe EUTL | |
124860 | 0 | 0 | 0 | 0 | C=FR, O=MINISTERE INTERIEUR, OU=0002110014016, OU=SERVEURS, CN=ADMINISTRATION CENTRALE 3E 2018 | Adobe EUTL | |
28968 | 0 | 0 | 0 | 0 | C=DE, O=DATEV eG, CN=CA DATEV D217 1:PN | ||
28967 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, OU=HBA-qCA der Telematikinfrastruktur mit Anbieterakkreditierung, CN=TSYSI.HBA-qCA 5:PN | ||
28966 | 0 | 0 | 0 | 0 | C=DE, O=Bundesnotarkammer, OU=Zertifizierungsstelle, CN=BNotK CA 2 1:PN | ||
28965 | 0 | 0 | 0 | 0 | C=DE, O=Bundesnotarkammer, CN=CA BNotK 5:PN | ||
126324 | 0 | 0 | 0 | 0 | C=MY, O=MSC Trustgate.com Sdn. Bhd., OU=MyTrust Gateway, CN=MyTrust Class 3 ECC Enterprise CA | Adobe AATL | |
28964 | 0 | 0 | 0 | 0 | C=DE, O=D-TRUST GmbH, CN=D-TRUST_akr_2008_ca4 1:PN | ||
28963 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, OU=Produktzentrum TeleSec, CN=TeleSec PKS SigG CA 18 1:PN | ||
28962 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST_akr_2007_ca6 1:PN | ||
128551 | 0 | 0 | 0 | 0 | CN=Digidentity Business Qualified CA, organizationIdentifier=NTRNL-27322631, O=Digidentity B.V., C=NL | Adobe AATL,Adobe EUTL | |
128552 | 0 | 0 | 0 | 0 | CN=Digidentity Personal Qualified CA, organizationIdentifier=NTRNL-27322631, O=Digidentity B.V., C=NL | Adobe AATL,Adobe EUTL | |
130191 | 0 | 0 | 0 | 0 | CN=MediaCert Timestamp CA 2018, O=Worldline, OU=0002 378901946, C=FR | ||
28961 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, CN=TeleSec PKS SigG CA 32:PN | ||
28960 | 0 | 0 | 0 | 0 | C=DE, O=medisign GmbH, CN=MED-ZOD2-qCA-4 1:PN | ||
130769 | 0 | 0 | 0 | 0 | C=CN, ST=Beijing, L=Haidian, O=å京ä¸ç½æä¼ç§ç§ææéå ¬å¸, OU=IT Department, CN=EQXIU Certificate Authority - G1, street=é«éæè·¯1å·é¢19å·æ¥¼1å±101-1, postalCode=100193, serialNumber=911101083512756475 | ||
28959 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, CN=TeleSec PKS SigG CA 33:PN | ||
130805 | 0 | 0 | 28 | 0 | C=GR, L=Athens, O=Hellenic Academic and Research Institutions Cert. Authority, CN=HARICA SSL RSA SubCA R3 - Test | ||
28958 | 0 | 0 | 0 | 0 | C=DE, O=DATEV eG, CN=CA DATEV D247 1:PN | ||
133161 | 0 | 0 | 0 | 0 | C=KR, O=Korea Information Certificate Authority, OU=AccreditedCA, CN=KICA_Signing_CA | Adobe AATL | |
133162 | 0 | 0 | 0 | 0 | C=KR, O=Korea Information Certificate Authority, OU=AccreditedCA, CN=KICA_Signing_OCSP1 | Adobe AATL | |
133163 | 0 | 0 | 0 | 0 | C=KR, O=Korea Information Certificate Authority, OU=AccreditedCA, CN=KICA_Signing_TSA1 | Adobe AATL | |
253916 | 0 | 0 | 0 | 0 | CN=ATOS.HBA-qCA6, organizationIdentifier=VATDE-147861238, O=Atos Information Technology GmbH, C=DE | Adobe EUTL | |
28957 | 0 | 0 | 0 | 0 | C=DE, O=DATEV eG, CN=CA DATEV D250 1:PN | ||
28956 | 0 | 0 | 0 | 0 | C=DE, O=DATEV eG, CN=CA DATEV D252 1:PN | ||
133167 | 0 | 0 | 0 | 0 | C=PT, O=AMA - AGÊNCIA PARA A MODERNIZAÇÃO ADMINISTRATIVA I. P., OU=Cartão de Cidadão, OU=subECEstado, CN=EC de Chave Móvel Digital de Assinatura Digital Qualificada do Cartão de Cidadão 00002 | Adobe EUTL | |
136888 | 0 | 0 | 0 | 0 | C=GR, OU=ADACOM Trust Services, organizationIdentifier=VATEL-099554476, O=ADACOM S.A., CN=ADACOM Qualified Timestamping CA | Adobe EUTL | |
28955 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST akkr 2014 CA 1 1:PN | ||
28954 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, CN=TeleSec PKS SigG CA 18:PN | ||
28953 | 0 | 0 | 0 | 0 | C=DE, O=DGN Deutsches Gesundheitsnetz Service GmbH, CN=dgnservice CA 1 Type A 1:PN | ||
28952 | 0 | 0 | 0 | 0 | C=DE, O=D-TRUST GmbH, CN=D-TRUST_akr_2008_ca1 1:PN | ||
136896 | 0 | 0 | 0 | 0 | C=MY, O=Pos Digicert Sdn. Bhd., OU=457608-K, CN=Pos Digicert TSA | Adobe AATL | |
136907 | 0 | 0 | 0 | 0 | C=CN, ST=北京市, L=海淀区, O=北京中网易企秀科技有限公司, OU=技术架构部, CN=易企秀根证书(RSA)—G1, [email protected], postalCode=100095, serialNumber=911101083512756475 | ||
28951 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, CN=TeleSec PKS SigG CA 28:PN | ||
141216 | 0 | 0 | 4 | 0 | CN=CT Log Test Issuing Sub, O=PrimeKey Solutions AB, C=SE | ||
145091 | 0 | 0 | 0 | 0 | C=MY, O=Pos Digicert Sdn. Bhd., OU=457608-K, CN=Pos Digicert Document Signing | Adobe AATL | |
145092 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST CA 2-2 2019, organizationIdentifier=NTRDE-HRB74346 | Adobe EUTL | |
145093 | 0 | 0 | 0 | 0 | C=DE, O=medisign GmbH, CN=MESIG.HBA-qCA 4:PN | ||
145094 | 0 | 0 | 0 | 0 | C=DE, O=DGN Deutsches Gesundheitsnetz Service GmbH, CN=dgnservice qCA 12:PN | Adobe EUTL | |
145095 | 0 | 0 | 0 | 0 | organizationIdentifier=VATES-B66024167, O=Signaturit Solutions S.L., C=ES, DC=com, DC=signaturit, CN=Signaturit Qualified Issuing CA | Adobe EUTL | |
145097 | 0 | 0 | 0 | 0 | C=FR, O=Cryptolog International, organizationIdentifier=NTRFR-439129164, CN=Universign CA hardware 2019 | Adobe AATL,Adobe EUTL | |
145098 | 0 | 0 | 0 | 0 | organizationIdentifier=NTRIE-637218, CN=TrustPro Qualified CA 1, OU=QTSP, O=TrustPro QTSP Ltd, L=Dublin, C=IE | Adobe EUTL | |
145099 | 0 | 0 | 0 | 0 | C=NO, O=Bankenes ID-tjeneste AS, OU=988477052, CN=BankID - Bankenes ID-tjeneste AS - Bank CA 3 | Adobe EUTL | |
145100 | 0 | 0 | 0 | 0 | C=NO, O="Nordea Bank Abp, filial i Norge", OU=920058817, CN=BankID - Nordea - Bank CA 3 | ||
145101 | 0 | 0 | 0 | 0 | C=NO, O=SpareBank 1 Banksamarbeidet DA, OU=986401598, CN=BankID - SpareBank 1 - Bank CA 3 | ||
145102 | 0 | 0 | 0 | 0 | C=NO, O=Danske Bank A/S, OU=977074010, CN=BankID - Danske Bank - Bank CA 3 | Adobe EUTL | |
145103 | 0 | 0 | 0 | 0 | C=NO, O=DNB Bank ASA, OU=984851006, CN=BankID - DNB - Bank CA 3 | Adobe EUTL | |
28950 | 0 | 0 | 0 | 0 | C=DE, O=DATEV eG, CN=CA DATEV D219 1:PN | ||
28949 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, CN=TeleSec PKS SigG CA 31:PN | ||
147185 | 0 | 0 | 0 | 0 | C=CH, organizationIdentifier=VATCH-CHE-221.032.573, O=Bundesamt fuer Informatik und Telekommunikation (BIT), OU=Swiss Government PKI, CN=Swiss Government Regulated CA 02 | Adobe AATL | |
28948 | 0 | 0 | 0 | 0 | C=DE, O=Bundesnotarkammer, CN=CA BNotK 14:PN | ||
147197 | 0 | 0 | 0 | 0 | C=US, O=Apple Inc., OU=Apple Certification Authority, CN=Apple Software Update Certification Authority | ||
147198 | 0 | 0 | 0 | 0 | CN=Apple Worldwide Developer Relations CA - G2, OU=Apple Certification Authority, O=Apple Inc., C=US | Apple | |
147199 | 0 | 0 | 0 | 0 | CN=Apple Application Integration CA - G3, OU=Apple Certification Authority, O=Apple Inc., C=US | Apple | |
28947 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST akkr 2012 CA 6 1:PN | ||
28946 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST akkr 2014 CA 5 1:PN | ||
153259 | 0 | 0 | 0 | 0 | DC=qualified-legal-aes-ca, CN=InfoNotary Advanced Legal Person Seal CA, C=BG, L=Sofia, O=InfoNotary PLC, OU=Qualified TSP, organizationIdentifier=NTRBG-131276827 | Adobe EUTL | |
153260 | 0 | 0 | 0 | 0 | DC=qualified-natural-aes-ca, CN=InfoNotary Advanced Personal Sign CA, C=BG, L=Sofia, O=InfoNotary PLC, OU=Qualified TSP, organizationIdentifier=NTRBG-131276827 | Adobe EUTL | |
153261 | 0 | 0 | 0 | 0 | C=FR, O=ChamberSign France, OU=0002 433702479, organizationIdentifier=NTRFR-433702479, CN=ChamberSign France CA3 NG Qualified eID | Adobe EUTL | |
153262 | 0 | 0 | 0 | 0 | C=FR, O=ChamberSign France, OU=0002 433702479, organizationIdentifier=NTRFR-433702479, CN=ChamberSign France CA3 Qualified eID | ||
28945 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST_akr_2007_ca2 1:PN | ||
153264 | 0 | 0 | 0 | 0 | C=NO, O=Eika Gruppen AS, OU=979319568, CN=BankID - Eika Gruppen AS - Bank CA 3 | Adobe EUTL | |
153265 | 0 | 0 | 0 | 0 | C=NO, O=Nordea Bank Abp filial i Norge, OU=920058817, CN=BankID - Nordea - Bank CA 3 | Adobe EUTL | |
153266 | 0 | 0 | 0 | 0 | C=NO, O=SpareBank 1 Utvikling DA, OU=986401598, CN=BankID - SpareBank 1 - Bank CA 3 | Adobe EUTL | |
253917 | 0 | 0 | 0 | 0 | CN=BNotK qSig CA 2021, OU=Zertifizierungsstelle, organizationIdentifier=DE122788238, O=Bundesnotarkammer, C=DE | Adobe EUTL | |
253918 | 0 | 0 | 0 | 0 | CN=BNotK rqSig CA 2021, OU=Zertifizierungsstelle, organizationIdentifier=DE122788238, O=Bundesnotarkammer, C=DE | Adobe EUTL | |
28944 | 0 | 0 | 0 | 0 | C=DE, O=medisign GmbH, CN=DEMDS qCA für Psychotherapeuten 5 1:PN | ||
28943 | 0 | 0 | 0 | 0 | C=DE, O=DATEV eG, CN=CA DATEV ZSM 05 1:PN | ||
158982 | 0 | 0 | 0 | 0 | C=CN, O=ZX Inc., CN=ZX Personal Certificate PCA B3 | ||
28942 | 0 | 0 | 0 | 0 | C=DE, O=medisign GmbH, CN=MED-ZOD2-qCA-5 1:PN | ||
28941 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST_akr_2007_ca5 1:PN | ||
163805 | 0 | 0 | 0 | 0 | C=GR, O=HELLENIC EXCHANGES - ATHENS STOCK EXCHANGE SA, CN=ATHEX Qualified Timestamp Certificates CA-G3, L=Athens, organizationIdentifier=VATEL-099755108 | Adobe EUTL | |
163806 | 0 | 0 | 0 | 0 | C=FR, O=Cryptolog International, organizationIdentifier=NTRFR-439129164, CN=Universign Timestamping CA | Adobe AATL,Adobe EUTL | |
253919 | 0 | 0 | 0 | 0 | CN=ATOS.HBA-qCA5, organizationIdentifier=Atos Information Technology GmbH, O=Atos Information Technology GmbH, C=DE | Adobe EUTL | |
163808 | 0 | 0 | 0 | 0 | C=DE, O=medisign GmbH, CN=MESIG.HBA-qCA 5 | Adobe EUTL | |
28940 | 0 | 0 | 0 | 0 | C=DE, O=DGN Deutsches Gesundheitsnetz Service GmbH, CN=dgnservice CA 2 Type A 1:PN | ||
163810 | 0 | 0 | 0 | 0 | C=GR, O=HELLENIC EXCHANGES - ATHENS STOCK EXCHANGE SA, CN=ATHEX Qualified eSeal Certificates CA-G3, L=Athens, organizationIdentifier=VATEL-099755108 | Adobe EUTL | |
163811 | 0 | 0 | 0 | 0 | C=GR, O=HELLENIC EXCHANGES - ATHENS STOCK EXCHANGE SA, CN=ATHEX Qualified eSign Certificates CA-G3, L=Athens, organizationIdentifier=VATEL-099755108 | Adobe EUTL | |
163812 | 0 | 0 | 0 | 0 | CN=YOUSIGN SAS - QUALIFIED SIGNATURE CA, OU=0002 794513986, O=YOUSIGN SAS, organizationIdentifier=NTRFR-794513986, C=FR | Adobe EUTL | |
163813 | 0 | 0 | 0 | 0 | CN=YOUSIGN SAS - QUALIFIED SEAL2 CA, OU=0002 794513986, O=YOUSIGN SAS, organizationIdentifier=NTRFR-794513986, C=FR | Adobe EUTL | |
253920 | 0 | 0 | 0 | 0 | CN=BNotK EC qSig CA 2021, OU=Zertifizierungsstelle, organizationIdentifier=DE122788238, O=Bundesnotarkammer, C=DE | Adobe EUTL | |
28939 | 0 | 0 | 0 | 0 | C=DE, O=medisign GmbH, CN=DEMDS qCA für Psychotherapeuten 6 1:PN | ||
253921 | 0 | 0 | 0 | 0 | CN=BNotK EC rqSig CA 2021, OU=Zertifizierungsstelle, organizationIdentifier=DE122788238, O=Bundesnotarkammer, C=DE | Adobe EUTL | |
166547 | 0 | 0 | 0 | 0 | CN=ATOS.HBA-qCA2, organizationIdentifier=VATDE-147861238, O=Atos Information Technology GmbH, C=DE | Adobe EUTL | |
166548 | 0 | 0 | 0 | 0 | CN=ATOS.HBA-qCA1, organizationIdentifier=VATDE-147861238, O=Atos Information Technology GmbH, C=DE | Adobe EUTL | |
166549 | 0 | 0 | 0 | 0 | C=PT, O=AMA - AGÊNCIA PARA A MODERNIZAÇÃO ADMINISTRATIVA I. P., OU=Cartão de Cidadão, OU=subECEstado, CN=EC de Chave Móvel Digital de Assinatura Digital Qualificada do Cartão de Cidadão 00003 | Adobe EUTL | |
28938 | 0 | 0 | 0 | 0 | C=DE, O=Bundesnotarkammer, CN=CA BNotK 13:PN | ||
166551 | 0 | 0 | 0 | 0 | C=RO, O=Trans Sped SRL, OU=Legal Person CA, CN=Trans Sped Electronic Seal QCA G2 | Adobe EUTL | |
167560 | 0 | 0 | 12 | 0 | C=GR, L=Thessaloniki, O=Aristotle University of Thessaloniki, CN=Aristotle University of Thessaloniki SSL RSA SubCA R2 - Test | ||
28937 | 0 | 0 | 0 | 0 | C=DE, O=medisign GmbH, CN=DEMDS qCA für Psychotherapeuten 3 1:PN | ||
253923 | 0 | 0 | 0 | 0 | C=ES, ST=MADRID, L=MADRID, O=AC CAMERFIRMA S.A., OU=PKI SERVICES, serialNumber=A82743287, organizationIdentifier=VATES-A82743287, CN=AC CAMERFIRMA QUALIFIED CERTIFICATES - 2021 | Adobe EUTL | |
253924 | 0 | 0 | 0 | 0 | C=FR, O=MINISTERES ECONOMIQUES ET FINANCIERS, organizationIdentifier=NTRFR-130013345, OU=0002 130013345, CN=AC AUTHENTIFICATION ET SIGNATURE MEF QUALIFIEE | Adobe EUTL | |
277863 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, organizationIdentifier=USt-IdNr. DE 123475223, CN=Telekom Security QualifiedID eIDAS QSeal CA 2 | Adobe EUTL | |
253977 | 0 | 0 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For internal purposes only, CN=David Miller Internal ECC PCA - G3 | ||
28936 | 0 | 0 | 0 | 0 | C=DE, O=Bundesnotarkammer, OU=Zertifizierungsstelle, CN=BNotK CA 1 1:PN | ||
170421 | 0 | 0 | 0 | 0 | C=HU, L=Budapest, O=NETLOCK Ltd., CN=NETLOCK Qualified Public Administration CA | Adobe EUTL | |
28935 | 0 | 0 | 0 | 0 | C=DE, O=medisign GmbH, CN=DEMDS qCA für Ärzte 8 1:PN | ||
28934 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, OU=HBA-qCA der Telematikinfrastruktur mit Anbieterakkreditierung, CN=D-Trust.HBA-qCA 1:PN | ||
170424 | 0 | 0 | 0 | 0 | C=CN, O=BEIJING CERTIFICATE AUTHORITY, CN=BJCA DocSign CA3 | Adobe AATL | |
28933 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, OU=Produktzentrum TeleSec, CN=TeleSec PKS SigG CA 19 1:PN | ||
171253 | 0 | 0 | 2 | 0 | C=GR, L=Athens, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=HARICA QWAC RSA SubCA R1 | ||
28932 | 0 | 0 | 0 | 0 | C=DE, O=Bundesnotarkammer, CN=CA BNotK 11:PN | ||
277864 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, organizationIdentifier=USt-IdNr. DE 123475223, CN=Telekom Security QualifiedID eIDAS QSeal CA 1 | Adobe EUTL | |
28931 | 0 | 0 | 0 | 0 | C=DE, O=DGN Deutsches Gesundheitsnetz Service GmbH, CN=dgnservice CA 4 Type A 1:PN | ||
28930 | 0 | 0 | 0 | 0 | C=DE, O=medisign GmbH, CN=MED-ZOD2-qCA-2 1:PN | ||
28929 | 0 | 0 | 0 | 0 | C=DE, O=Bundesnotarkammer, CN=CA BNotK 10:PN | ||
254053 | 0 | 0 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For internal purposes only, CN=David Miller SHA2 Code Signing PCA - G1 | ||
28928 | 0 | 0 | 0 | 0 | C=DE, O=DGN Deutsches Gesundheitsnetz Service GmbH, CN=dgnservice CA 7 Type A 1:PN | ||
28927 | 0 | 0 | 0 | 0 | C=DE, O=medisign GmbH, CN=DEMDS qCA für Zahnärzte 3 1:PN | ||
28926 | 0 | 0 | 0 | 0 | C=DE, O=Bundesnotarkammer, CN=CA BNotK 4:PN | ||
28925 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST_akr_2012_ca2 1:PN | ||
28924 | 0 | 0 | 0 | 0 | C=DE, O=DATEV eG, CN=CA DATEV D249 1:PN | ||
28923 | 0 | 0 | 0 | 0 | C=DE, O=medisign GmbH, CN=MED-ZOD2-qCA-6 1:PN | ||
28922 | 0 | 0 | 0 | 0 | C=DE, O=DATEV eG, CN=CA DATEV ZSM 01 1:PN | ||
28921 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST akkr 2014 CA 2 1:PN | ||
173777 | 0 | 0 | 0 | 0 | C=TW, O="Chunghwa Telecom Co., Ltd.", CN=(test) HiPKI EV TLS CA - G1 | ||
28920 | 0 | 0 | 0 | 0 | C=DE, O=Bundesnotarkammer, OU=Zertifizierungsstelle, CN=BNotK CA 4 1:PN | ||
28919 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST akkr 2012 CA 5 1:PN | ||
173780 | 0 | 0 | 0 | 0 | DC=local, DC=griffon, CN=ITSecurity Griffon Machines CA | ||
28918 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST akkr 2014 CA 6 1:PN | ||
28917 | 0 | 0 | 0 | 0 | C=DE, O=DATEV eG, CN=CA DATEV ZSM 04 1:PN | ||
28916 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, CN=TeleSec PKS SigG CA 26:PN | ||
28915 | 0 | 0 | 0 | 0 | C=DE, O=medisign GmbH, CN=DEMDS qCA für Ärzte 4 1:PN | ||
28914 | 0 | 0 | 0 | 0 | C=DE, O=DGN Deutsches Gesundheitsnetz Service GmbH, CN=DEDGN qCA für Ärzte 4 1:PN | ||
28913 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, CN=TeleSec PKS SigG CA 36:PN | ||
28912 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST_akr_2012_ca1 1:PN | ||
28911 | 0 | 0 | 0 | 0 | C=DE, O=Bundesnotarkammer, CN=CA BNotK 12:PN | ||
28910 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST akkr 2014 CA 4 1:PN | ||
28909 | 0 | 0 | 0 | 0 | C=DE, O=DGN Deutsches Gesundheitsnetz Service GmbH, CN=DEDGN qCA für Ärzte 3 1:PN | ||
28908 | 0 | 0 | 0 | 0 | C=DE, O=DGN Deutsches Gesundheitsnetz Service GmbH, CN=dgnservice CA 8 Type A 1:PN | ||
28907 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST_akr_2012_ca4 1:PN | ||
28906 | 0 | 0 | 0 | 0 | C=DE, O=DATEV eG, CN=CA DATEV D201 2:PN | ||
28905 | 0 | 0 | 0 | 0 | C=DE, O=medisign GmbH, CN=DEMDS qCA für Psychotherapeuten 2 1:PN | ||
28904 | 0 | 0 | 0 | 0 | C=DE, O=medisign GmbH, CN=DEMDS qCA für Ärzte 5 1:PN | ||
28903 | 0 | 0 | 0 | 0 | C=CZ, O=eIdentity a.s., OU=Akreditovaný poskytovatel certifikačních služeb, L="Vinohradská 184/2396, 130 00, Praha 3", CN=ACAeID2.1 - Qualified Issuing Certificate (kvalifikovaný systémový certifikát vydávající CA) | Adobe EUTL | |
28901 | 0 | 0 | 0 | 0 | C=CZ, O=eIdentity a.s., OU=Akreditovaný poskytovatel certifikačních služeb, L="Vinohradská 184/2396, 130 00, Praha 3", CN=ACAeID2 - Qualified Issuing Certificate (kvalifikovaný systémový certifikát vydávající CA) | Adobe EUTL | |
28900 | 0 | 0 | 0 | 0 | C=CZ, O=eIdentity a.s., OU=Akreditovaný poskytovatel certifikačních služeb, L="Vinohradská 184, 130 00, Praha 3", CN=ACAeID - Qualified Issuing Certificate (kvalifikovaný systémový certifikát vydávající CA) | Adobe EUTL | |
28898 | 0 | 0 | 0 | 0 | C=BG, ST=Sofia, L=Sofia, O="BORICA - BANKSERVICE AD, EIK 201230426", OU=B-Trust, CN=B-Trust Operational QCA for SIA LATTELECOM, street=bul. Tsarigradsko shose No 117, postalCode=1784, [email protected], telephoneNumber="+359 2 9 215 100" | ||
28897 | 0 | 0 | 0 | 0 | street=2 P. Volov Str., CN=StampIT Qualified CA, O=Information Services Plc., L=Sofia, ST=B:831641791, C=BG | ||
28895 | 0 | 0 | 0 | 0 | C=BG, ST=Sofia, L=Sofia, O="BORICA - BANKSERVICE AD, EIK 201230426", OU=B-Trust, CN=B-Trust Operational CA QES, street=bul. Tsarigradsko shose No 117, postalCode=1784, [email protected], telephoneNumber="+359 2 9 215 100" | ||
28894 | 0 | 0 | 0 | 0 | C=BG, ST=Sofia, L=Sofia, O=Bankservice PLC - BULSTAT U 000640954, OU=B-Trust, CN=B-Trust Operational CA - Universal Electronic Signature, street="41, Tzar Boris III blvd.", postalCode=1612, [email protected], telephoneNumber="+359 2 9 215 100" | ||
28893 | 0 | 0 | 0 | 0 | street=1 Zlatovrah Str., CN=eSign QES CA, OU=eSign QES, O=System for Electronic Payments /SEP Bulgaria JSC, L=Sofia, C=BG | ||
13103 | 0 | 0 | 0 | 0 | CN=Microsoft Personnel E-Mail CA 1 | Microsoft | |
28888 | 0 | 0 | 0 | 0 | C=DE, O=TC TrustCenter GmbH, CN=TC TrustCenter CA 8:PN | ||
28887 | 0 | 0 | 0 | 0 | C=DE, O=TC TrustCenter GmbH, CN=TC TrustCenter CA 7:PN | ||
28886 | 0 | 0 | 0 | 0 | C=HK, O=DIGI-SIGN CERTIFICATION SERVICES LIMITED, OU=BRN 31346952-000, CN=ID-CERT SIGNING CA CERT - BANK | Adobe AATL | |
28885 | 0 | 0 | 0 | 0 | C=FR, O=DICTAO, OU=0002 397491184, CN=DICTAO Business Certification Authority | Adobe AATL | |
28884 | 0 | 0 | 0 | 0 | serialNumber=Nr wpisu: 1, C=PL, O=Unizeto Technologies S.A., CN=CERTUM QCA | Adobe EUTL | |
28883 | 0 | 0 | 0 | 0 | serialNumber=Nr wpisu: 1, C=PL, O=Unizeto Technologies S.A., CN=CERTUM QCA | ||
28859 | 0 | 0 | 0 | 0 | CN=AC OTU, OU=0002 378901946, O=Atos Worldline, C=FR | Adobe AATL | |
173814 | 0 | 0 | 0 | 0 | C=QA, O=QECC, CN=Infrastructure Certification Authority | ||
24857 | 0 | 0 | 0 | 0 | C=US, O=Adobe Systems Incorporated, OU=Adobe Trust Services, CN=Product Services - G2 | Adobe AATL | |
24740 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Qualified CA 1 2014:PN | ||
256869 | 0 | 0 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For authorized use only, CN=David Miller ECC Organization Validation Server CA - G5 | ||
257187 | 0 | 0 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For authorized use only, CN=David Miller Trust Services External ECC CA - G3 | ||
24735 | 0 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2007-009:PN | ||
24722 | 0 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2007-005:PN | ||
24720 | 0 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2007-002:PN | ||
24713 | 0 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2007-007:PN | ||
24711 | 0 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2007-006:PN | ||
24698 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2010-007:PN | ||
24687 | 0 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2007-008:PN | ||
24676 | 0 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2007-010:PN | ||
24662 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2008-001:PN | ||
24654 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2009-005:PN | ||
257188 | 0 | 0 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For authorized use only, CN=David Miller Trust Services External RSA CA - G3 | ||
24652 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2009-001:PN | ||
24651 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2008-002:PN | ||
24650 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2009-004:PN | ||
24639 | 0 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2006-002:PN | ||
24638 | 0 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2006-010:PN | ||
24635 | 0 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2006-004:PN | ||
24632 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Qualified CA 2 2008:PN | ||
24629 | 0 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2006-005:PN | ||
24628 | 0 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2006-008:PN | ||
24627 | 0 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2007-003:PN | ||
24624 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=ChamberSign Qualified CA 1 2014:PN | ||
24623 | 0 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2006-003:PN | ||
24620 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2010-004:PN | ||
24619 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2008-004:PN | ||
24614 | 0 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2007-001:PN | ||
24613 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=ChamberSign Qualified CA 4 2012:PN | ||
24608 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Qualified CA 3 2012:PN | ||
12149 | 0 | 0 | 0 | 0 | C=US, O=U.S. Government, OU=DoD, OU=PKI, CN=DOD CLASS 3 EMAIL CA-7 | ||
24607 | 0 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2005-004:PN | ||
174527 | 0 | 0 | 0 | 0 | C=au, O=SecureNet CA SGC Root | ||
24604 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Rentenversicherung Bund, OU=QC 70 Mitarbeiter CA | ||
176247 | 0 | 0 | 0 | 0 | CN=Apple Application Integration CA 5 - G1, OU=Apple Certification Authority, O=Apple Inc., C=US | Apple | |
176248 | 0 | 0 | 0 | 0 | CN=Apple Worldwide Developer Relations Certification Authority, OU=G3, O=Apple Inc., C=US | Apple | |
24342 | 0 | 0 | 0 | 0 | C=FR, O=CROEC de Marseille PACA, OU=0002 782825046, CN=Ordre des Experts-Comptables - région Marseille PACA | ||
24341 | 0 | 0 | 0 | 0 | C=FR, O=CROEC de Rouen Normandie, OU=0002 781121850, CN=Ordre des Experts-Comptables - région Rouen Normandie | ||
12861 | 0 | 0 | 0 | 0 | CN=Microsoft Personnel E-Mail CA 1 | Microsoft | |
10873 | 0 | 0 | 1 | 0 | C=CN, O=WoSign CA Limited, CN=IMS Class 4 EV Pro Server CA | ||
24340 | 0 | 0 | 0 | 0 | C=FR, O=CROEC de Martinique, OU=0002 382052538, CN=Ordre des Experts-Comptables - région Martinique | ||
24339 | 0 | 0 | 0 | 0 | C=FR, O=CROEC de Corse, OU=0002 752406082, CN=Ordre des Experts-Comptables - région Corse | ||
24338 | 0 | 0 | 0 | 0 | C=FR, O=CROEC de Pays de Loire, OU=0002 332603604, CN=Ordre des Experts-Comptables - région Pays de Loire | ||
24337 | 0 | 0 | 0 | 0 | C=FR, O=CROEC de Bretagne, OU=0002 777733700, CN=Ordre des Experts-Comptables - région Bretagne | ||
24335 | 0 | 0 | 0 | 0 | C=FR, O=CROEC d'Orléans, OU=0002 775501364, CN=Ordre des Experts-Comptables - région Orléans | ||
188953 | 0 | 0 | 0 | 0 | C=ES, O=Sectigo (Europe) SL, CN=Sectigo Qualified Natural Person CA E35 | Adobe EUTL | |
188954 | 0 | 0 | 0 | 0 | C=ES, O=Sectigo (Europe) SL, CN=Sectigo Qualified Legal Person CA R35 | Adobe EUTL | |
188955 | 0 | 0 | 0 | 0 | C=ES, O=Sectigo (Europe) SL, CN=Sectigo Qualified Legal Person CA E35 | Adobe EUTL | |
24333 | 0 | 0 | 0 | 0 | C=FR, O=CROEC de Guadeloupe, OU=0002 348367988, CN=Ordre des Experts-Comptables - région Guadeloupe | ||
188957 | 0 | 0 | 0 | 0 | C=ES, O=Sectigo (Europe) SL, CN=Sectigo Qualified Natural Person CA R35 | Adobe EUTL | |
189539 | 0 | 0 | 0 | 0 | CN=Mediacert Trust CA 2019, O=Worldline, OU=0002 378901946, C=FR | Adobe AATL | |
12660 | 0 | 0 | 0 | 0 | CN=SWITCH Server CA, [email protected], O=SWITCH - Teleinformatikdienste fuer Lehre und Forschung, C=CH | ||
24332 | 0 | 0 | 0 | 0 | C=FR, O=CROEC de Picardie-Ardennes, OU=0002 780601803, CN=Ordre des Experts-Comptables - région Picardie-Ardennes | ||
24330 | 0 | 0 | 0 | 0 | C=FR, O=CROEC d'Auvergne, OU=0002 779186311, CN=Ordre des Experts-Comptables - région Auvergne | ||
189545 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, CN=TeleSec PKS eIDAS QES CA 2, organizationIdentifier=USt-IdNr. DE 123475223 | ||
189546 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, CN=TeleSec PKS eIDAS QES CA 6, organizationIdentifier=USt-IdNr. DE 123475223 | Adobe EUTL | |
189547 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, CN=TeleSec PKS eIDAS QES CA 5, organizationIdentifier=USt-IdNr. DE 123475223 | Adobe EUTL | |
24327 | 0 | 0 | 0 | 0 | C=FR, O=ALMERYS, OU=0002 432701639, OU=ADVANCED SERVICES, CN=ALMERYS SIGNATURE AND AUTHENTICATION CA NC | Adobe AATL | |
189549 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, CN=TeleSec PKS eIDAS QES CA 3, organizationIdentifier=USt-IdNr. DE 123475223 | ||
189550 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST CA 2-2 2020, organizationIdentifier=NTRDE-HRB74346 | Adobe EUTL | |
189551 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, CN=TeleSec PKS eIDAS QES CA 4, organizationIdentifier=USt-IdNr. DE 123475223 | ||
189552 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST CA 2-1 2020, organizationIdentifier=NTRDE-HRB74346 | Adobe EUTL | |
189554 | 0 | 0 | 0 | 0 | C=GR, OU=ADACOM Qualified Trust Services, organizationIdentifier=VATEL-099554476, O=ADACOM ADVANCED INTERNET APPLICATIONS S.A., CN=ADACOM Qualified eSeals CA G1 | Adobe EUTL | |
189556 | 0 | 0 | 0 | 0 | C=GR, OU=ADACOM Qualified Trust Services, organizationIdentifier=VATEL-099554476, O=ADACOM ADVANCED INTERNET APPLICATIONS S.A., CN=ADACOM Qualified eSignatures CA G1 | Adobe EUTL | |
189557 | 0 | 0 | 0 | 0 | C=GR, OU=ADACOM Qualified Trust Services, organizationIdentifier=VATEL-099554476, O=ADACOM ADVANCED INTERNET APPLICATIONS S.A., CN=ADACOM ePrescription CA G1 | Adobe EUTL | |
189558 | 0 | 0 | 0 | 0 | C=ES, ST=MADRID, L=MADRID, organizationIdentifier=VATES-Q2866017C, OU=ENTIDAD DE CERTIFICACION, O=CONSEJO GENERAL DE COLEGIOS OFICIALES DE MEDICOS, CN=CGCOM QUALIFIED 2020 | Adobe EUTL | |
24326 | 0 | 0 | 0 | 0 | C=FR, O=ChamberSign France, OU=0002 433702479, CN=ChamberSign France - AC 3 étoiles | ||
24324 | 0 | 0 | 0 | 0 | C=FR, O=CDOEC de Guyane, OU=0002 508714565, CN=Ordre des Experts-Comptables - comité Guyane | ||
24323 | 0 | 0 | 0 | 0 | C=FR, O=Certeurope, OU=0002 434202180, CN=CERTEUROPE ADVANCED CA V4 | Adobe AATL,Adobe EUTL | |
24322 | 0 | 0 | 0 | 0 | C=FR, O=CROEC de Champagne, OU=0002 775611718, CN=Ordre des Experts-Comptables - région Champagne | ||
189563 | 0 | 0 | 0 | 0 | C=SE, postalCode=11156, street="Box 3437, Stockholm", [email protected], organizationIdentifier=SE5569724288, O=ZealiD AB, CN=ZealiD Issuing CA 2020 | Adobe EUTL | |
24321 | 0 | 0 | 0 | 0 | C=FR, O=CROEC de Lorraine, OU=0002 380188185, CN=Ordre des Experts-Comptables - région Lorraine | ||
24318 | 0 | 0 | 0 | 0 | C=FR, O=Cryptolog International, OU=0002 43912916400026, CN=Universign CA hardware | Adobe AATL,Adobe EUTL | |
24317 | 0 | 0 | 0 | 0 | C=FR, O=CROEC de Marseille PACAC, OU=0002 782825046, CN=Ordre des Experts-Comptables - région Marseille PACAC | ||
10807 | 0 | 0 | 4 | 0 | C=CN, O=WoSign CA Limited, CN=IMS EV 服务器根证书 | ||
277865 | 0 | 0 | 0 | 0 | C=FR, O=CEGEDIM, organizationIdentifier=NTRFR-350422622, CN=CEGEDIM TIMESTAMP QUALIFIED CA | Adobe EUTL | |
12533 | 0 | 0 | 0 | 0 | C=US, O=U.S. Government, OU=DoD, OU=PKI, CN=DOD CLASS 3 CAC CA | ||
1498 | 0 | 0 | 3 | 0 | CN=Pre-certificate Signing Certificate, OU=CA Team, O=TAIWAN-CA INC., C=TW | ||
259401 | 0 | 0 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For authorized use only, CN=David Miller Secure Email CA - G5 - SHA256 | ||
12459 | 0 | 0 | 0 | 0 | C=US, O=U.S. Government, OU=ECA, OU=Certification Authorities, CN=IdenTrust ECA 1 | ||
259403 | 0 | 0 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For internal purposes only, CN=David Miller Internal PCA - G4 - SHA384 | ||
24282 | 0 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2005-007:PN | ||
259404 | 0 | 0 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For authorized use only, CN=David Miller External CA - G4 - SHA384 | ||
24280 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2015-01:PN | ||
24278 | 0 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2005-008:PN | ||
24277 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2010-009:PN | ||
191144 | 0 | 0 | 0 | 0 | C=ES, L=GRANADA, O=Bewor tech SL, OU=PSC-BEWOR, CN=BEWOR TECH CA1, organizationIdentifier=VATES-B19603968 | Adobe EUTL | |
191145 | 0 | 0 | 0 | 0 | CN=EADTrust RSA 2048 SubCA For Qualified Certificates 2019, O="European Agency of Digital Trust, S.L.", C=ES, organizationIdentifier=VATES-B85626240, OU=Natural Person | Adobe EUTL | |
191146 | 0 | 0 | 0 | 0 | CN=EADTrust RSA 8192 SubCA For Qualified Certificates 2019, O="European Agency of Digital Trust, S.L.", C=ES, organizationIdentifier=VATES-B85626240, OU=Natural Person | Adobe EUTL | |
191147 | 0 | 0 | 0 | 0 | CN=EADTrust RSA 8192 SubCA For Qualified Certificates 2019, O="European Agency of Digital Trust, S.L.", C=ES, organizationIdentifier=VATES-B85626240, OU=Legal Person | Adobe EUTL | |
24273 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2010-008:PN | ||
191149 | 0 | 0 | 0 | 0 | CN=EADTrust ECC 384 SubCA For Qualified Certificates 2019, O="European Agency of Digital Trust, S.L.", C=ES, organizationIdentifier=VATES-B85626240, OU=Natural Person | Adobe EUTL | |
191150 | 0 | 0 | 0 | 0 | CN=EADTrust RSA 4096 SubCA For Qualified Certificates 2019, O="European Agency of Digital Trust, S.L.", C=ES, organizationIdentifier=VATES-B85626240, OU=Natural Person | Adobe EUTL | |
191151 | 0 | 0 | 0 | 0 | CN=EADTrust RSA 2048 SubCA For Qualified Certificates 2019, O="European Agency of Digital Trust, S.L.", C=ES, organizationIdentifier=VATES-B85626240, OU=Legal Person | Adobe EUTL | |
24270 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Qualified CA 1 2008:PN | ||
191153 | 0 | 0 | 0 | 0 | CN=EADTrust ECC 256 SubCA For Qualified Certificates 2019, O="European Agency of Digital Trust, S.L.", C=ES, organizationIdentifier=VATES-B85626240, OU=Natural Person | Adobe EUTL | |
191154 | 0 | 0 | 0 | 0 | C=FR, O=VIALINK, organizationIdentifier=NTRFR-428668545, CN=VIALINK EU QUALIFIED CA | Adobe EUTL | |
24267 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2010-002:PN | ||
24265 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2012-005:PN | ||
24264 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2011-003:PN | ||
24263 | 0 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2007-004:PN | ||
24256 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=ChamberSign Qualified CA 2 2014:PN | Adobe AATL | |
24254 | 0 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2006-009:PN | ||
24252 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2008-003:PN | ||
24250 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2009-003:PN | ||
259405 | 0 | 0 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For authorized use only, CN=David Miller Document Signing CA - G2 - SHA256 | ||
24248 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2010-001:PN | ||
198044 | 0 | 0 | 0 | 0 | C=ES, L=MADRID, O=Electronic Identification S.L., OU=PSC-EID, CN=ELECTRONIC IDENTIFICATION CA1, organizationIdentifier=VATES-B86681533 | Adobe EUTL | |
24242 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Rentenversicherung Rheinland, OU=QC 13 Mitarbeiter CA | ||
198056 | 0 | 0 | 0 | 0 | C=HK, O=DIGI-SIGN CERTIFICATION SERVICES LIMITED, OU=BRN 31346952-000, CN=ID-CERT SIGNING CA CERT 3 | Adobe AATL | |
24241 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Qualified CA 1 2012:PN | Adobe AATL | |
12455 | 0 | 0 | 0 | 0 | C=US, O=U.S. Government, OU=DoD, OU=PKI, CN=DOD CLASS 3 CA-5 | ||
12436 | 0 | 0 | 0 | 0 | C=US, O=U.S. Government, OU=DoD, OU=PKI, CN=DOD CLASS 3 CA-6 | ||
24240 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Qualified CA 6 2012:PN | ||
201909 | 0 | 0 | 0 | 0 | CN=Swisscom TSS CA 4.1, OU=Digital Certificate Services, organizationIdentifier=VATAT-U64741248, O=Swisscom IT Services Finance S.E., C=AT | Adobe AATL,Adobe EUTL | |
24235 | 0 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2005-003:PN | ||
201912 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, organizationIdentifier=NTRDE-HRB74346, OU=Qualifizierter VDA der Telematikinfrastruktur, CN=D-Trust.HBA-qCA5 | Adobe EUTL | |
201913 | 0 | 0 | 0 | 0 | C=FR, O=Ministère de la Justice, OU=0002 110010014, CN=Autorité de certification personnes 4 | Adobe EUTL | |
201914 | 0 | 0 | 0 | 0 | C=FR, O=CONSEIL SUPERIEUR DU NOTARIAT, OU=0002 784350134, organizationIdentifier=VATFR-67784350134, CN=REALSIGN 2028 | Adobe AATL,Adobe EUTL | |
24234 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2008-006:PN | ||
201918 | 0 | 0 | 0 | 0 | C=NO, organizationIdentifier=NTRNO-983163327, O=Buypass AS, CN=Buypass Class 3 CA G2 HT Business | Adobe EUTL | |
201919 | 0 | 0 | 0 | 0 | C=NO, organizationIdentifier=NTRNO-983163327, O=Buypass AS, CN=Buypass Class 3 CA G2 ST Business | Adobe EUTL | |
201920 | 0 | 0 | 0 | 0 | C=NO, organizationIdentifier=NTRNO-983163327, O=Buypass AS, CN=Buypass Class 3 CA G2 HT Person | Adobe EUTL | |
24233 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2015-03:PN | ||
24230 | 0 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2005-005:PN | ||
24228 | 0 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2006-007:PN | ||
24224 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2012-004:PN | ||
24218 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2015-02:PN | ||
203291 | 0 | 0 | 0 | 0 | CN=BNotK EC rqSigt CA 2020, OU=Zertifizierungsstelle, organizationIdentifier=DE122788238, O=Bundesnotarkammer, C=DE | Adobe EUTL | |
203292 | 0 | 0 | 0 | 0 | CN=BNotK EC qSig CA 2020, OU=Zertifizierungsstelle, organizationIdentifier=DE122788238, O=Bundesnotarkammer, C=DE | Adobe EUTL | |
203293 | 0 | 0 | 0 | 0 | CN=BNotK rqSigt CA 2020, OU=Zertifizierungsstelle, organizationIdentifier=DE122788238, O=Bundesnotarkammer, C=DE | Adobe EUTL | |
203294 | 0 | 0 | 0 | 0 | C=LV, O=VAS Latvijas Valsts radio un televīzijas centrs, organizationIdentifier=NTRLV-40003011203, CN=eParaksts ICA 2021 | Adobe EUTL | |
203295 | 0 | 0 | 0 | 0 | C=LV, O=VAS Latvijas Valsts radio un televīzijas centrs, organizationIdentifier=NTRLV-40003011203, CN=LV eID ICA 2021 | Adobe EUTL | |
24216 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Qualified CA 9 2012:PN | ||
204179 | 0 | 0 | 0 | 0 | CN=VIDA Sign Certificate Authority, OU=CA, O=PT Indonesia Digital Identity, L=Jakarta, ST=DKI Jakarta, C=ID | Adobe AATL | |
12403 | 0 | 0 | 0 | 0 | C=US, O=U.S. Government, OU=DoD, OU=PKI, CN=DOD CLASS 3 EMAIL CA-10 | ||
259663 | 0 | 0 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For testing purposes only, CN=David Miller Test Domain Validation Server CA - G1 - SHA1 | ||
24214 | 0 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2006-001:PN | ||
260113 | 0 | 0 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For authorized use only, CN=David Miller ECC Domain Validation Server CA - G5 - SHA256 | ||
24209 | 0 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2005-010:PN | ||
24207 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2012-006:PN | ||
277867 | 0 | 0 | 0 | 0 | C=PL, O=Enigma Systemy Ochrony Informacji Sp. z o.o., CN=CenCert QTSP CA, organizationIdentifier=VATPL-5261029614 | Adobe EUTL | |
24199 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2008-005:PN | ||
260115 | 0 | 0 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For authorized use only, CN=David Miller ECC Organization Validation Server CA - G6 - SHA256 | ||
24196 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=ChamberSign Qualified CA 3 2012:PN | Adobe AATL | |
24195 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2009-002:PN | ||
210292 | 0 | 0 | 0 | 0 | C=CY, organizationIdentifier=VATCY-10029914L, O=JCC PAYMENT SYSTEMS LTD, CN=JCC Issuing CA for eSignatures | Adobe EUTL | |
210293 | 0 | 0 | 0 | 0 | C=CY, organizationIdentifier=VATCY-10029914L, O=JCC PAYMENT SYSTEMS LTD, CN=JCC Issuing CA for eSeals | Adobe EUTL | |
210294 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, organizationIdentifier=VATDE-123475223, OU=Qualifizierter VDA der Telematikinfrastruktur, CN=TSYSI.HBA-qCA7 | Adobe EUTL | |
210295 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, OU=Qualifizierter VDA der Telematikinfrastruktur, CN=D-Trust.HBA-qCA7, organizationIdentifier=NTRDE-HRB74346 | Adobe EUTL | |
210296 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, OU=Qualifizierter VDA der Telematikinfrastruktur, CN=D-Trust.HBA-qCA6, organizationIdentifier=NTRDE-HRB74346 | Adobe EUTL | |
210297 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Telekom AG, organizationIdentifier=VATDE-123475223, OU=Qualifizierter VDA der Telematikinfrastruktur, CN=TSYSI.HBA-qCA8 | Adobe EUTL | |
210298 | 0 | 0 | 0 | 0 | C=ES, O=IZENPE S.A., organizationIdentifier=VATES-A01337260, CN=SUBCA QC IZENPE - HERRITARRAK ETA ENPRESA-CIUDADANIA Y EMPRESA | Adobe EUTL | |
210299 | 0 | 0 | 0 | 0 | C=ES, O=IZENPE S.A., organizationIdentifier=VATES-A01337260, CN=SUBCA QC IZENPE - ADMINISTRAZIO PUBLIKOA-ADMINISTRACION PUBLICA | Adobe EUTL | |
210300 | 0 | 0 | 0 | 0 | CN=AC GN Personnes Signature v4, OU=0002 157000019, O=Gendarmerie nationale, C=FR | Adobe EUTL | |
210301 | 0 | 0 | 0 | 0 | CN=AC GN Machines Cachet serveur, OU=0002 157000019, O=Gendarmerie nationale, C=FR | Adobe EUTL | |
24193 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2011-002:PN | ||
24191 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2011-001:PN | ||
24190 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=ChamberSign Qualified CA 2 2008:PN | ||
24189 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2010-005:PN | ||
12393 | 0 | 0 | 0 | 0 | C=US, O=U.S. Government, OU=DoD, OU=PKI, CN=DOD CLASS 3 CA-10 | ||
24187 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2011-005:PN | ||
24186 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2010-003:PN | ||
260325 | 0 | 0 | 0 | 0 | C=TH, O=Thai Digital ID Company Limited, CN=Thai Digital ID CA G3 (test) | ||
212040 | 0 | 0 | 1 | 0 | C=US, ST=Delaware, L=Claymont, O="Staclar, Inc.", CN=Staclar TLS Issuing CA R1 | ||
10620 | 0 | 0 | 1 | 0 | C=CN, O=WoSign CA Limited, CN=IMS Class 4 EV Server CA | ||
24184 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2010-006:PN | ||
24179 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2015-04:PN | ||
261422 | 0 | 0 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For internal purposes only, CN=David Miller Internal PCA - G5 - SHA384 | ||
277868 | 0 | 0 | 0 | 0 | C=PT, O=AMA - AGÊNCIA PARA A MODERNIZAÇÃO ADMINISTRATIVA I. P., OU=Cartão de Cidadão, OU=subECEstado, CN=EC de Chave Móvel Digital de Assinatura Digital Qualificada do Cartão de Cidadão 00005 | Adobe EUTL | |
24170 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2009-006:PN | ||
262241 | 0 | 0 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For authorized use only, CN=David Miller Global Code Signing CA - G2 - SHA384 | ||
24168 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2012-001:PN | ||
213305 | 0 | 0 | 170 | 0 | C=FI, O=TeliaSonera, CN=TeliaSonera PreProd Server CA v2 | ||
24167 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=ChamberSign Qualified CA 1 2012:PN | Adobe AATL | |
12372 | 0 | 0 | 0 | 0 | C=US, O=U.S. Government, OU=DoD, OU=PKI, CN=DOD CLASS 3 CAC EMAIL CA | ||
263509 | 0 | 0 | 0 | 0 | C=ES, O=Firmaprofesional SA, organizationIdentifier=VATES-A62634068, CN=FIRMAPROFESIONAL ICA B02 QUALIFIED QTSA 2022 | Adobe EUTL | |
24166 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2011-004:PN | ||
24165 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2012-003:PN | ||
24160 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Qualified CA 11 2012:PN | Adobe AATL | |
24156 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Qualified CA 2 2012:PN | ||
24153 | 0 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2005-002:PN | ||
24152 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=ChamberSign Qualified CA 1 2008:PN | ||
215970 | 0 | 0 | 1 | 0 | C=US, ST=Texas, L=Houston, O=SSL Corp, CN=SSL.com SSL Intermediate CA ECC R2 | ||
24149 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Qualified CA 7 2012:PN | Adobe AATL | |
216998 | 0 | 0 | 98 | 0 | C=US, ST=Utah, L=Lehi, O="DigiCert, Inc.", OU=www.digicert.com, CN=DigiCert Verified Mark Intermediate CA | ||
24146 | 0 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2006-006:PN | ||
217163 | 0 | 0 | 0 | 0 | C=FR, O=Idemia Identity & Security France, organizationIdentifier=NTRFR-440305282, CN=IDEMIA eIDAS Qualified CA | ||
217165 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST CA 2-21-1 2021, organizationIdentifier=NTRDE-HRB74346 | Adobe EUTL | |
217166 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST CA 3-21-1 2021, organizationIdentifier=NTRDE-HRB74346 | Adobe EUTL | |
217167 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST CA 2-21-2 2021, organizationIdentifier=NTRDE-HRB74346 | Adobe EUTL | |
217168 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST CA 3-21-2 2021, organizationIdentifier=NTRDE-HRB74346 | Adobe EUTL | |
217169 | 0 | 0 | 0 | 0 | C=ES, L=A CORUÑA, O=Docuten Tech SL, OU=TSP-PSC-DOCUTEN, CN=DOCUTEN TECH CA1, organizationIdentifier=VATES-B85630978 | Adobe EUTL | |
217170 | 0 | 0 | 0 | 0 | C=LU, O=BE INVEST International S.A., CN=BE-YS SIGNATURE AND AUTHENTICATION CA NC 2, organizationIdentifier=VATLU-LU29222134 | Adobe AATL,Adobe EUTL | |
12357 | 0 | 0 | 0 | 0 | C=US, O=U.S. Government, OU=DoD, OU=PKI, CN=DOD CLASS 3 EMAIL CA-3 | ||
24145 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Qualified CA 4 2012:PN | Adobe AATL | |
12298 | 0 | 0 | 0 | 0 | C=PT, O=SCEE - Sistema de Certificação Electrónica do Estado, OU=ECEstado, CN=Cartão de Cidadão 001 | Microsoft | |
263512 | 0 | 0 | 0 | 0 | C=DE, ST=Bavaria, O=SIGN8 GmbH, OU=SIGN8 GmbH QES SIGNATURE CA 02, CN=SIGN8 GmbH QES SIGNATURE CA 02 | Adobe EUTL | |
263513 | 0 | 0 | 0 | 0 | C=DE, ST=Bavaria, O=SIGN8 GmbH, OU=SIGN8 GmbH QES SEAL CA 02, CN=SIGN8 GmbH QES SEAL CA 02 | Adobe EUTL | |
263514 | 0 | 0 | 0 | 0 | C=DE, ST=Bavaria, O=SIGN8 GmbH, OU=SIGN8 GmbH QES SEAL CA 01, CN=SIGN8 GmbH QES SEAL CA 01 | Adobe EUTL | |
263515 | 0 | 0 | 0 | 0 | C=DE, ST=Bavaria, O=SIGN8 GmbH, OU=SIGN8 GmbH QES SIGNATURE CA 01, CN=SIGN8 GmbH QES SIGNATURE CA 01 | Adobe EUTL | |
24141 | 0 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2005-006:PN | ||
24137 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Qualified CA 3 2014:PN | Adobe AATL | |
222639 | 0 | 0 | 0 | 0 | CN=SpaceX Subordinate CA | ||
24132 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Qualified CA 2 2014:PN | Adobe AATL | |
223201 | 0 | 0 | 0 | 0 | C=CZ, O=eIdentity a.s., organizationIdentifier=VATCZ-27112489, OU=Qualified Trust Service Provider, CN=ACAeID3.2 - Issuing Certificate | Adobe EUTL | |
24126 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=ChamberSign Qualified CA 3 2014:PN | Adobe AATL | |
223203 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST CA 1-21-1 2021, organizationIdentifier=NTRDE-HRB74346 | Adobe EUTL | |
223204 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST CA 4-21-2 2021, organizationIdentifier=NTRDE-HRB74346 | Adobe EUTL | |
223205 | 0 | 0 | 0 | 0 | C=FR, O=CEGEDIM, organizationIdentifier=NTRFR-350422622, CN=CEGEDIM USER QUALIFIED CA | Adobe EUTL | |
223206 | 0 | 0 | 0 | 0 | C=FR, O=CEGEDIM, organizationIdentifier=NTRFR-350422622, CN=CEGEDIM ENTITY QUALIFIED CA | Adobe EUTL | |
24115 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Qualified CA 10 2012:PN | Adobe AATL | |
24113 | 0 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2005-009:PN | ||
263517 | 0 | 0 | 0 | 0 | C=ES, O=Firmaprofesional SA, organizationIdentifier=VATES-A62634068, CN=FIRMAPROFESIONAL ICA B01 QUALIFIED 2022 | Adobe EUTL | |
24104 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2012-002:PN | ||
225167 | 0 | 0 | 0 | 0 | C=FR, O=NETHEOS, CN=NETHEOS Swan CA, organizationIdentifier=VATFR-78453023681 | Adobe AATL | |
24097 | 0 | 0 | 0 | 0 | C=DE, O=Deutsche Rentenversicherung Westfalen, OU=QC 11 Mitarbeiter CA | ||
263520 | 0 | 0 | 0 | 0 | C=FR, O=MINISTERE INTERIEUR, OU=0002 110014016, organizationIdentifier=NTRFR-110014016, CN=AC SERVEUR CACHET eIDAS V1 | Adobe EUTL | |
226055 | 0 | 0 | 0 | 0 | C=GR, organizationIdentifier=RT:EL-07-901, O=HELLENIC PUBLIC ADMINISTRATION CERTIFICATION AUTHORITY, CN=APED Qualified Timestamping Issuing CA | Adobe EUTL | |
226056 | 0 | 0 | 0 | 0 | C=GR, organizationIdentifier=RT:EL-07-901, O=HELLENIC PUBLIC ADMINISTRATION CERTIFICATION AUTHORITY, CN=APED Qualified eSignature Issuing CA | Adobe EUTL | |
24095 | 0 | 0 | 0 | 0 | C=DE, L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2011-006:PN | ||
24085 | 0 | 0 | 0 | 0 | C=DE, ST=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Qualified Signature CA 2005-001:PN | ||
24056 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST Qualified CA 12 2012:PN | Adobe AATL | |
263521 | 0 | 0 | 0 | 0 | C=FR, O=NETCOM GROUP SAS, organizationIdentifier=NTRFR-453006314, CN=NETCOM GROUP - SEAL QUALIFIED CA | Adobe EUTL | |
24033 | 0 | 0 | 0 | 0 | C=AT, O=A-Trust Ges. f. Sicherheitssysteme im elektr. Datenverkehr GmbH, OU=a-sign-Premium-Sig-01, CN=a-sign-Premium-Sig-01 | Adobe EUTL | |
24029 | 0 | 0 | 0 | 0 | C=AT, O=A-Trust Ges. für Sicherheitssysteme im elektr. Datenverkehr GmbH, OU=TrustSign-Sig-01, CN=TrustSign-Sig-01 | ||
24027 | 0 | 0 | 0 | 0 | C=AT, O=A-Trust Ges. für Sicherheitssysteme im elektr. Datenverkehr GmbH, OU=TrustSign-Sig-01, CN=TrustSign-Sig-01 | ||
278532 | 0 | 0 | 3 | 0 | C=CN, O=TrusAuth Inc, OU=TrusAuth Testing CA, CN=TrusAuth Testing TLS RSA CA | ||
263524 | 0 | 0 | 0 | 0 | C=RO, O=CERTSIGN SA, CN=CADef, organizationIdentifier=VATRO-18288250 | Adobe EUTL | |
24026 | 0 | 0 | 0 | 0 | C=AT, O=A-Trust Ges. f. Sicherheitssysteme im elektr. Datenverkehr GmbH, OU=a-sign-Premium-Sig-02, CN=a-sign-Premium-Sig-02 | Adobe EUTL | |
24025 | 0 | 0 | 0 | 0 | C=AT, O=A-Trust Ges. f. Sicherheitssysteme im elektr. Datenverkehr GmbH, OU=a-sign-Premium-Sig-01, CN=a-sign-Premium-Sig-01 | Adobe EUTL | |
24024 | 0 | 0 | 0 | 0 | C=AT, O=A-Trust Ges. f. Sicherheitssysteme im elektr. Datenverkehr GmbH, OU=a-sign-Premium-Sig-03, CN=a-sign-Premium-Sig-03 | Adobe EUTL | |
229967 | 0 | 0 | 0 | 0 | C=ES, L=Barcelona, O=UANATACA S.A., OU=TSP-UANATACA, CN=UANATACA CA2 2021, organizationIdentifier=VATES-A66721499 | Adobe EUTL | |
24015 | 0 | 0 | 0 | 0 | C=FR, O=ALMERYS, OU=0002 432701639, OU=ADVANCED SERVICES, CN=ALMERYS CUSTOMER SERVICES CA NB | Adobe AATL | |
230423 | 0 | 0 | 0 | 0 | C=CN, ST=河南省, O=河南瑞趸商贸有限公司, CN=宛城 ClientServer 2022 | ||
23993 | 0 | 0 | 0 | 0 | C=HK, O=DIGI-SIGN CERTIFICATION SERVICES LIMITED, OU=BRN 31346952-000, CN=ID-CERT SIGNING CA CERT 2 | Adobe AATL | |
234136 | 0 | 0 | 0 | 0 | C=DE, O=medisign GmbH, CN=MESIG.HBA-qCA 10 | Adobe EUTL | |
234137 | 0 | 0 | 0 | 0 | CN=Den Danske Stat kvalificeret udstedende-CA 1, O=Den Danske Stat, C=DK | Adobe EUTL | |
23992 | 0 | 0 | 0 | 0 | C=HK, O=DIGI-SIGN CERTIFICATION SERVICES LIMITED, OU=BRN 31346952-000, CN=ID-CERT SIGNING CA CERT 1 | ||
234139 | 0 | 0 | 0 | 0 | C=GR, OU=ADACOM Qualified Trust Services, O=ADACOM ADVANCED INTERNET APPLICATIONS S.A., organizationIdentifier=VATEL-099554476, CN=ADACOM Qualified eSeals CA G2 | Adobe EUTL | |
234140 | 0 | 0 | 0 | 0 | C=GR, OU=ADACOM Qualified Trust Services, O=ADACOM ADVANCED INTERNET APPLICATIONS S.A., organizationIdentifier=VATEL-099554476, CN=ADACOM Qualified eSignatures CA G2 | Adobe EUTL | |
234142 | 0 | 0 | 0 | 0 | C=ES, L=VALENCIA, title=Subordinate Certificate Authority inDenova SL, OU=Certification Authority inDenova SL, serialNumber=B97458996, organizationIdentifier=VATES-B97458996, O=inDenova SL, CN=inDenova SUB CA 003, description=inDenova Subordinate CA 003 | Adobe EUTL | |
234147 | 0 | 0 | 0 | 0 | C=FR, O=MINISTERE INTERIEUR, OU=0002110014016, organizationIdentifier=NTRFR-110014016, CN=AC PERSONNE SIGNATURE eIDAS V1 | Adobe EUTL | |
234149 | 0 | 0 | 0 | 0 | C=NO, O=Commfides Norge AS, organizationIdentifier=NTRNO-988312495, CN=Commfides Natural Person - G3 | Adobe EUTL | |
234150 | 0 | 0 | 0 | 0 | C=NO, O=Commfides Norge AS, organizationIdentifier=NTRNO-988312495, CN=Commfides Legal Person - G3 | Adobe EUTL | |
23973 | 0 | 0 | 0 | 0 | C=FR, O=ALMERYS, OU=0002 432701639, OU=ADVANCED SERVICES, CN=ALMERYS USER SIGNING CA NB | Adobe AATL | |
234152 | 0 | 0 | 0 | 0 | C=PT, O=AMA - AGÊNCIA PARA A MODERNIZAÇÃO ADMINISTRATIVA I. P., OU=Cartão de Cidadão, OU=subECEstado, CN=EC de Chave Móvel Digital de Assinatura Digital Qualificada do Cartão de Cidadão 00004 | Adobe EUTL | |
263525 | 0 | 0 | 0 | 0 | C=RO, O=STS, CN=STS Qualified CA II, organizationIdentifier=4267230 | Adobe EUTL | |
1087 | 0 | 0 | 0 | 0 | C=PT, O=MULTICERT-CA, CN=MULTICERT-CA 02 | Microsoft | |
234155 | 0 | 0 | 0 | 0 | C=ES, L=VALENCIA, title=Service Timestamping inDenova SL, OU=Trusted Timestamp Service inDenova SL, serialNumber=B97458996, organizationIdentifier=VATES-B97458996, O=inDenova SL, CN=inDenova TSA 003, description=inDenova SL Timestamping Certificate 003 | ||
235072 | 0 | 0 | 0 | 0 | C=CN, O=ZX Inc., CN=ZX Code Signing PCA B3 | ||
235073 | 0 | 0 | 0 | 0 | C=CN, O=ZX Inc., CN=ZX TLS Certification PCA B4 | ||
23169 | 0 | 0 | 0 | 0 | C=US, O="Entrust, Inc.", OU=See www.entrust.net/legal-terms, OU="(c) 2012 Entrust, Inc. - for authorized use only", CN=Entrust QA Certification Authority - L1F | ||
21620 | 0 | 0 | 0 | 0 | C=CN, O=WoSign CA Limited, CN=IMS OV 服务器根证书 | ||
263527 | 0 | 0 | 0 | 0 | L=Miguel Hidalgo, ST=CDMX, C=MX, postalCode=11800, street=Patriotismo 48 piso 6 y 7, CN=Agencia Certificadora 5 PSC World, OU=PSC World, O=PSC World S.A. de C.V., [email protected], CN=PSCWORLD-AC5 | Adobe AATL | |
21457 | 0 | 0 | 0 | 0 | C=CN, O=WoSign CA Limited, CN=IMS Class 2 IV Server CA | ||
21456 | 0 | 0 | 0 | 0 | C=CN, O=WoSign CA Limited, CN=IMS Class 1 DV Server CA | ||
237605 | 0 | 0 | 0 | 0 | C=FR, O=CONSEIL SUPERIEUR DU NOTARIAT, OU=0002 784350134, organizationIdentifier=VATFR-67784350134, CN=REALTS 2029 | Adobe AATL,Adobe EUTL | |
237606 | 0 | 0 | 0 | 0 | CN=Centrum Kwalifikowane EuroCert, O=EuroCert Sp. z o.o., organizationIdentifier=VATPL-9512352379, C=PL | Adobe EUTL | |
21454 | 0 | 0 | 0 | 0 | C=CN, O=WoSign CA Limited, CN=IMS Class 3 OV Server CA | ||
21453 | 0 | 0 | 0 | 0 | C=CN, O=WoSign CA Limited, CN=IMS DV 服务器根证书 | ||
15961 | 0 | 0 | 0 | 0 | C=US, O=DigiCert Inc, CN=DigiCert Private Server CA | ||
240143 | 0 | 0 | 0 | 0 | CN=Issuing sub CA for the Italian Electronic Identity Card - SUBCA002, OU=Direz. Centr. per i Servizi Demografici - CNSD, O=Ministero dell'Interno, C=IT | Adobe AATL | |
240144 | 0 | 0 | 0 | 0 | CN=Issuing sub CA for the Italian Electronic Identity Card - SUBCA1, OU=Direz. Centr. per i Servizi Demografici - CNSD, O=Ministero dell'Interno, C=IT | Adobe AATL | |
240146 | 0 | 0 | 0 | 0 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=HARICA Qualified Time-stamping Certificates RSA | Adobe EUTL | |
240147 | 0 | 0 | 0 | 0 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=HARICA Qualified Time-stamping Certificates ECC | Adobe EUTL | |
240148 | 0 | 0 | 0 | 0 | CN=Swisscom Diamant EU CA 4.1, OU=Digital Certificate Services, organizationIdentifier=VATAT-U64741248, O=Swisscom IT Services Finance S.E., C=AT | Adobe AATL,Adobe EUTL | |
240149 | 0 | 0 | 0 | 0 | C=CY, O=JCC PAYMENT SYSTEMS LTD, organizationIdentifier=VATCY-10029914L, CN=JCC Issuing CA for eSignatures G1 | Adobe EUTL | |
240150 | 0 | 0 | 0 | 0 | C=CY, O=JCC PAYMENT SYSTEMS LTD, organizationIdentifier=VATCY-10029914L, CN=JCC eID CA G1 | Adobe EUTL | |
240151 | 0 | 0 | 0 | 0 | C=CY, organizationIdentifier=VATCY-10029914L, O=JCC PAYMENT SYSTEMS LTD, CN=JCC eID CA | Adobe EUTL | |
240152 | 0 | 0 | 0 | 0 | C=CY, O=JCC PAYMENT SYSTEMS LTD, organizationIdentifier=VATCY-10029914L, CN=JCC Issuing CA for eSeals G1 | Adobe EUTL | |
240154 | 0 | 0 | 0 | 0 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=HARICA Qualified Certificates for eSignatures ECC | Adobe EUTL | |
240155 | 0 | 0 | 0 | 0 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=HARICA Qualified Certificates for eSeals RSA | Adobe EUTL | |
240156 | 0 | 0 | 0 | 0 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=HARICA Qualified Certificates for eSeals ECC | Adobe EUTL | |
240157 | 0 | 0 | 0 | 0 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=HARICA Qualified Certificates for eSignatures RSA | Adobe EUTL | |
240158 | 0 | 0 | 0 | 0 | C=FR, O=Agence Nationale des Titres Sécurisés, OU=0002 130003262, CN=Autorité de Certification Personnes AAE, serialNumber=4 | Adobe EUTL | |
240159 | 0 | 0 | 0 | 0 | C=FR, O=Agence Nationale des Titres Sécurisés, OU=0002 130003262, CN=Autorité de certification porteur ACT 3 étoiles V4 | Adobe EUTL | |
240160 | 0 | 0 | 0 | 0 | C=FR, O=Agence Nationale des Titres Sécurisés, OU=0002 130003262, CN=Autorité de certification porteur AAE 3 étoiles V4 | Adobe EUTL | |
14543 | 0 | 0 | 0 | 0 | O=Microsoft Corporation, CN=NTDEV E-Mail CA1 | Microsoft | |
14350 | 0 | 0 | 0 | 0 | C=US, O=GeoTrust Inc, CN=GeoTrust True Credentials CA 1 | Microsoft | |
14308 | 0 | 0 | 0 | 0 | C=US, OU=GeoTrust TrustCenter CodeSigning CA, O=GeoTrust Inc, CN=GeoTrust TrustCenter CodeSigning CA I | Microsoft | |
240640 | 0 | 0 | 0 | 0 | C=US, O=CommScope, CN=Test CommScope Public Trust RSA Sub-CA-01-01 | ||
263528 | 0 | 0 | 0 | 0 | C=CL, ST=Region Metropolitana, L=Santiago, O=E-CERTCHILE, OU=Autoridad Certificadora, CN=E-CERTCHILE CA FEA 02, [email protected] | Adobe AATL | |
242145 | 0 | 0 | 0 | 0 | CN=Mediacert Timestamp CA 2021, O=Worldline France, OU=0002 509750105, C=FR | Adobe EUTL | |
242146 | 0 | 0 | 0 | 0 | organizationIdentifier=VATES-B65750721, CN=Validated ID Subordinate CA 01, OU=TSP - Validated ID, O=Validated ID SL, L=Barcelona, C=ES | Adobe EUTL | |
242147 | 0 | 0 | 0 | 0 | C=FR, O=Agence Nationale des Titres Sécurisés, OU=0002 130003262, CN=Autorité de certification porteur AAE 3 étoiles V5 | Adobe EUTL | |
242148 | 0 | 0 | 0 | 0 | C=FR, O=Agence Nationale des Titres Sécurisés, OU=0002 130003262, CN=Autorité de certification porteur ACT 3 étoiles V5 | Adobe EUTL | |
14291 | 0 | 0 | 0 | 0 | C=CH, O=SWITCH - Teleinformatikdienste fuer Lehre und Forschung, CN=SWITCH Server CA, [email protected] | ||
242168 | 0 | 0 | 0 | 0 | CN=Apple Worldwide Developer Relations Certification Authority, OU=G5, O=Apple Inc., C=US | Apple | |
242169 | 0 | 0 | 0 | 0 | CN=Apple Worldwide Developer Relations Certification Authority, OU=G6, O=Apple Inc., C=US | Apple | |
242170 | 0 | 0 | 0 | 0 | CN=Apple Worldwide Developer Relations Certification Authority, OU=G4, O=Apple Inc., C=US | Apple | |
14150 | 0 | 0 | 0 | 0 | C=ZA, ST=Western Cape, L=Cape Town, O=Thawte, OU=Certificate Services, CN=Personal Freemail RSA 2000.8.30 | ||
14139 | 0 | 0 | 0 | 0 | CN=SwissSign Server Class1 CA, [email protected], O=SwissSign, C=CH | ||
263529 | 0 | 0 | 0 | 0 | C=CL, ST=Region Metropolitana, L=Santiago, O=E-CERTCHILE, OU=Autoridad Certificadora, CN=E-CERTCHILE CA FIRMA ELECTRONICA AVANZADA, [email protected] | Adobe AATL | |
14129 | 0 | 0 | 0 | 0 | C=CR, O=Identiga Karto S.A., OU=Certification Services, CN=Identiga Certification Authority | Microsoft | |
14050 | 0 | 0 | 0 | 0 | O=eSign Australia, OU=Gatekeeper PKI, OU=Terms of use at https://www.esign.com.au/GKRPA/, CN=Gatekeeper Grade 3 Non Individual CA | ||
14037 | 0 | 0 | 0 | 0 | O=eSign Australia, OU=Gatekeeper PKI, OU=Terms of use at https://www.esign.com.au/GKRPA/, CN=Gatekeeper Grade 2 Non Individual CA | ||
247225 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST CA 5-22-2 2022, organizationIdentifier=NTRDE-HRB74346 | Adobe EUTL | |
14003 | 0 | 0 | 0 | 0 | O=eSign Australia, OU=Gatekeeper PKI, OU=Terms of use at https://www.esign.com.au/GKRPA/, CN=Gatekeeper Grade 2 Individual CA | ||
14000 | 0 | 0 | 0 | 0 | O=Cybertrust Inc, CN=Cybertrust Surecredential CA | Microsoft | |
12258 | 0 | 0 | 0 | 0 | C=US, O=U.S. Government, OU=DoD, OU=PKI, CN=DOD CLASS 3 EMAIL CA-8 | ||
263531 | 0 | 0 | 0 | 0 | C=CL, DC=domecert, ST=Region Metropolitana, L=Santiago, O=E-CERTCHILE, OU=Autoridad Certificadora, CN=E-CERTCHILE CA SERVICIO FIRMA AVANZADA ONLINE, [email protected] | Adobe AATL | |
247813 | 0 | 0 | 0 | 0 | C=DE, ST=Bayern, L=Muenchen, O=Siemens, serialNumber=ZZZZZZCB, OU=Siemens Trust Center, CN=Siemens Issuing CA MSA Impersonalized Entities 2021 | ||
247814 | 0 | 0 | 0 | 0 | C=DE, ST=Bayern, L=Muenchen, O=Siemens, serialNumber=ZZZZZZB4, OU=Siemens Trust Center, CN=Siemens Issuing CA Intranet Code Signing 2020 | ||
247815 | 0 | 0 | 0 | 0 | C=DE, ST=Bayern, L=Muenchen, O=Siemens, serialNumber=ZZZZZZB7, OU=Siemens Trust Center, CN=Siemens Issuing CA Intranet Server 2017 | ||
247816 | 0 | 0 | 0 | 0 | C=DE, ST=Bayern, L=Muenchen, O=Siemens, serialNumber=ZZZZZZE7, CN=Siemens Issuing CA Intranet Server 2022 | ||
247817 | 0 | 0 | 0 | 0 | C=DE, ST=Bayern, L=Muenchen, O=Siemens, serialNumber=ZZZZZZBB, OU=Siemens Trust Center, CN=Siemens Issuing CA MSA Impersonalized Entities 2020 | ||
247818 | 0 | 0 | 0 | 0 | C=DE, ST=Bayern, L=Muenchen, O=Siemens, serialNumber=ZZZZZZC6, OU=Siemens Trust Center, CN=Siemens Issuing CA Medium Strength Authentication 2021 | ||
248217 | 0 | 0 | 0 | 0 | C=ES, O=IZENPE S.A., organizationIdentifier=VATES-A01337260, CN=CA NQC IZENPE - TEKNIKOA-TECNICA | ||
263532 | 0 | 0 | 0 | 0 | CN=Mediacert Trust CA 2021, O=Worldline France, OU=0002 509750105, C=FR | Adobe AATL | |
12246 | 0 | 0 | 0 | 0 | C=US, O=U.S. Government, OU=DoD, OU=PKI, CN=DOD CLASS 3 CA-9 | ||
13995 | 0 | 0 | 0 | 0 | O=VeriSign Australia, OU=Gatekeeper PKI, OU=Terms of use at https://www.esign.com.au/GKRPA/, CN=Gatekeeper Type 3 Host CA | ||
13968 | 0 | 0 | 0 | 0 | O=eSign Australia, OU=Gatekeeper PKI, OU=Terms of use at https://www.esign.com.au/GKRPA/, CN=Gatekeeper Grade 1 Individual CA | ||
13961 | 0 | 0 | 0 | 0 | C=CH, O=Switch - Teleinformatikdienste fuer Lehre und Forschung, CN=SWITCH Server CA | ||
12236 | 0 | 0 | 0 | 0 | C=ZA, O=Thawte Consulting (Pty) Ltd., CN=Thawte Personal Freemail Issuing CA | ||
12232 | 0 | 0 | 0 | 0 | C=US, O=U.S. Government, OU=ECA, OU=Certification Authorities, CN=ORC ECA Foreign Nationals CA 1 | ||
12227 | 0 | 0 | 0 | 0 | C=US, O=U.S. Government, OU=DoD, OU=PKI, CN=DOD CLASS 3 EMAIL CA-4 | ||
13859 | 0 | 0 | 0 | 0 | O=eSign Australia, OU=Gatekeeper PKI, OU=Terms of use at https://www.esign.com.au/GKRPA/, CN=Gatekeeper Grade 1 Non Individual CA | ||
9943 | 0 | 0 | 0 | 0 | C=US, ST=Indiana, L=Indianapolis, O=Software in the Public Interest, OU=Debian Conference, CN=ca.debconf.org, [email protected] | ||
263652 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST CA 1-21-2 2022, organizationIdentifier=NTRDE-HRB74346 | Adobe EUTL | |
263653 | 0 | 0 | 0 | 0 | C=DE, O=DGN Deutsches Gesundheitsnetz Service GmbH, CN=dgnservice qCA 22:PN | Adobe EUTL | |
13831 | 0 | 0 | 0 | 0 | C=US, O="Apple Computer, Inc.", OU=Apple Computer Certificate Authority, CN=Apple .Mac Certificate Authority | Apple | |
263654 | 0 | 0 | 0 | 0 | C=DE, O=D-Trust GmbH, CN=D-TRUST CA 3-21-3 2022, organizationIdentifier=NTRDE-HRB74346 | Adobe EUTL | |
263655 | 0 | 0 | 0 | 0 | C=ES, L=Granada, O=INSTITUTO PARA LA DINAMIZACION ECONOMICA S.A., OU=TSP - INDIZE, CN=INDIZE CA Subordinada 01, organizationIdentifier=VATES-A18962399 | Adobe EUTL | |
12212 | 0 | 0 | 0 | 0 | C=US, O=U.S. Government, OU=ECA, OU=Certification Authorities, CN=ORC ECA | ||
264749 | 0 | 0 | 58 | 55 | C=TR, L=Gebze, O=TUBITAK, OU=Kamu SM, CN=Kamu SM SSL Sertifika Hizmet Sağlayıcısı TEST2 | ||
248246 | 0 | 0 | 0 | 0 | C=US, ST=CA, L=Sunnyvale, O=Juniper Networks, OU=Juniper CA, CN=EngineeringCA, [email protected] | ||
265355 | 0 | 0 | 0 | 0 | C=CN, O=GDCA, CN=GdcaSubCA | ||
248248 | 0 | 0 | 0 | 0 | C=US, ST=CA, L=Sunnyvale, O=Juniper Networks, OU=Juniper CA, CN=EngineeringEcCA, [email protected] | ||
12192 | 0 | 0 | 0 | 0 | C=US, O=U.S. Government, OU=DoD, OU=PKI, CN=DOD CLASS 3 EMAIL CA-6 | ||
265505 | 0 | 0 | 1 | 1 | C=AE, O=UAE Government, CN=TEST Devices Certification Authority | ||
12183 | 0 | 0 | 0 | 0 | C=FR, O=CertiNomis, OU=AC Intermediaire - Subsidiary CA, CN=CertiNomis Classe 3 | ||
13826 | 0 | 0 | 0 | 0 | C=CH, O=SwissSign, CN=SwissSign Server Gold CA, [email protected] | ||
13780 | 0 | 0 | 0 | 0 | O=eSign Australia, OU=Gatekeeper PKI, OU=Terms of use at https://www.esign.com.au/GKRPA/, CN=Gatekeeper Grade 3 Individual CA | ||
6870 | 0 | 0 | 12 | 0 | C=US, O=GeoTrust Inc., OU=For Internal Use Only, CN=RapidSSL Enterprise DSA SSL CA | ||
248255 | 0 | 0 | 0 | 0 | C=US, ST=CA, L=Sunnyvale, O=Juniper Networks, OU=Juniper CA, CN=PackageProductionECP256CA, [email protected] | ||
248256 | 0 | 0 | 0 | 0 | C=US, ST=CA, L=Sunnyvale, O=Juniper Networks, OU=Juniper CA, CN=PackageProductionSHA1RSACA, [email protected] | ||
268796 | 0 | 0 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For authorized use only, CN=David Miller Organization Validation Server CA - G6 - SHA256 | ||
269971 | 0 | 0 | 0 | 0 | organizationIdentifier=NTRIE-637218, CN=TrustPro Qualified TSA 1, OU=QTSP, O=TrustPro QTSP Ltd, L=Dublin, C=IE | Adobe EUTL | |
13772 | 0 | 0 | 0 | 0 | CN=SwissSign Server Gold CA, [email protected], O=SwissSign, C=CH | ||
269972 | 0 | 0 | 0 | 0 | C=IE, O=Entaksi Solutions SpA Irish Branch, organizationIdentifier=NTRIE-909882, OU=Entaksi QTSP, CN=Entaksi Qualified Time-stamps CA G1 | Adobe EUTL | |
269974 | 0 | 0 | 0 | 0 | C=CZ, organizationIdentifier=NTRCZ-45317054, O="Komerční banka, a.s.", CN=Komerční banka Qualified CA/RSA | Adobe EUTL | |
13768 | 0 | 0 | 0 | 0 | CN=Sempra Energy Enterprise User CA1 | Microsoft | |
13752 | 0 | 0 | 0 | 0 | C=US, O=SAIC, OU=PKI, CN=SAIC Public Issuing CA 02 | Microsoft | |
248334 | 0 | 0 | 0 | 0 | O=David Miller Trust Services, OU=www.davidmiller.top, CN=David Miller SHA2 Secure Server CA - G2, [email protected] | ||
248335 | 0 | 0 | 0 | 0 | O=David Miller Trust Services, OU=www.davidmiller.top, CN=David Miller SHA2 Secure Mail CA - G2, [email protected] | ||
13750 | 0 | 0 | 0 | 0 | O=eSign Australia, OU=Gatekeeper PKI, OU=Terms of use at https://www.esign.com.au/GKRPA/, CN=Gatekeeper ABN DSC CA | ||
248337 | 0 | 0 | 0 | 0 | O=David Miller Trust Services, OU=www.davidmiller.top, CN=David Miller SHA2 Domain Validation Server CA - G2, [email protected] | ||
13692 | 0 | 0 | 0 | 0 | DC=com, DC=microsoft, DC=corp, DC=ntdev, CN=MSIT Encryption CA 1 | Microsoft | |
248339 | 0 | 0 | 0 | 0 | O=David Miller Trust Services, OU=www.davidmiller.top, CN=David Miller SHA2 Client Authentication CA - G2, [email protected] | ||
248340 | 0 | 0 | 0 | 0 | O=David Miller, CN=David Miller Root Certificate Authority | ||
248341 | 0 | 0 | 0 | 0 | O=David Miller Trust Services, OU=For authorized use only, CN=David Miller MitM CA - G2 | ||
269975 | 0 | 0 | 0 | 0 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=HARICA Institutional eSignature ECC 1 | Adobe EUTL | |
248343 | 0 | 0 | 0 | 0 | O=David Miller Trust Services, OU=For authorized use only, CN=David Miller SHA2 EFS CA - G2 | ||
269976 | 0 | 0 | 0 | 0 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=HARICA Document Signing ECC 1 | Adobe EUTL | |
248345 | 0 | 0 | 0 | 0 | O=David Miller Trust Services, OU=www.davidmiller.top, CN=David Miller ECC Secure Server CA - G2, [email protected] | ||
248346 | 0 | 0 | 0 | 0 | O=David Miller Trust Services, OU=For authorized use only, CN=David Miller ECC Organization Validation Server CA - G4 | ||
248347 | 0 | 0 | 0 | 0 | O=David Miller Trust Services, OU=For authorized use only, CN=David Miller ECC Extended Validation Server CA - G2 | ||
248348 | 0 | 0 | 0 | 0 | O=David Miller Trust Services, OU=www.davidmiller.top, CN=David Miller ECC Domain Validation Server CA - G2, [email protected] | ||
269977 | 0 | 0 | 0 | 0 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=HARICA Institutional eSignature RSA 1 | Adobe EUTL | |
248350 | 0 | 0 | 0 | 0 | C=CN, O=TrusAuth Inc, OU=TrusAuth Certificate Authority, CN=TrusAuth Digital Secure CA 2022 | ||
269978 | 0 | 0 | 0 | 0 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=HARICA Document Signing RSA 1 | Adobe EUTL | |
248352 | 0 | 0 | 0 | 0 | C=CN, O=TrusAuth Inc, OU=TrusAuth Certificate Authority, CN=TrusAuth Digital Secure RSA CA 2022 - G2 | ||
248353 | 0 | 0 | 0 | 0 | O=David Miller Trust Services, OU=For authorized use only, CN=David Miller SHA2 High Assurance Server CA - G2 | ||
13601 | 0 | 0 | 0 | 0 | C=HK, O=adidas Sourcing Ltd., CN=adidas AP Issuing CA 01 | Microsoft | |
248355 | 0 | 0 | 0 | 0 | O=David Miller Trust Services, OU=For authorized use only, CN=David Miller ECC High Assurance Server CA - G3 | ||
13583 | 0 | 0 | 0 | 0 | C=TW, O=TAIWAN-CA.COM Inc., OU=Certification Service Provider, CN=TaiCA Secure CA | Microsoft | |
248358 | 0 | 0 | 0 | 0 | O=David Miller Trust Services, OU=For authorized use only, CN=David Miller Open RSA CA - G2 | ||
248359 | 0 | 0 | 0 | 0 | C=CN, O=TrusAuth Inc, OU=TrusAuth Certificate Authority, CN=TrusAuth Digital Secure ECC CA 2022 - G2 | ||
248360 | 0 | 0 | 0 | 0 | O=David Miller Trust Services, OU=www.davidmiller.top, CN=David Miller Internal RSA CA - G1, [email protected] | ||
248363 | 0 | 0 | 0 | 0 | O=David Miller Trust Services, OU=www.davidmiller.top, CN=David Miller SHA2 Email Protection CA - G3, [email protected] | ||
248720 | 0 | 0 | 1 | 0 | C=CN, ST=Beijing, O=TrusAuth Inc, OU=TrusAuth Certificate Authority, CN=TrusAuth Trusted Extended Validation TLS CA - RSA | ||
249884 | 0 | 0 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For testing purposes only, CN=David Miller Test Root CA - T1 | ||
269979 | 0 | 0 | 0 | 0 | C=FR, O=Ministère de la Justice, OU=0002 110010014, CN=Autorité de certification personnes 5 | Adobe EUTL | |
13528 | 0 | 0 | 0 | 0 | C=US, O=International Business Machines Corporation, CN=IBM Certification Authority | Microsoft | |
13516 | 0 | 0 | 0 | 0 | C=IL, O=StartCom Ltd., OU=Secure Digital Certificate Signing, CN=StartCom Extended Validation Server CA IMS | ||
269980 | 0 | 0 | 0 | 0 | CN=Sunnystamp Natural Persons CA, OU=0002 480622257, organizationIdentifier=NTRFR-480622257, O=LEX PERSONA, C=FR | Adobe EUTL | |
269981 | 0 | 0 | 0 | 0 | C=HR, O=AKD d.o.o., organizationIdentifier=VATHR-58843087891, CN=CERTILIA | Adobe EUTL | |
13515 | 0 | 0 | 0 | 0 | C=CN, O=WoSign CA Limited, CN=IMS Class 4 EV ECC Server CA | ||
13513 | 0 | 0 | 0 | 0 | C=US, O=Betrusted, OU=Engineering, CN=Betrusted | Microsoft | |
250776 | 0 | 0 | 0 | 0 | C=US, ST=California, L=Calabasas, O=ALE International, OU=ALE Networking Division, CN=ALE Intermediate CA | ||
269982 | 0 | 0 | 0 | 0 | C=HU, L=Budapest, O=NISZ Nemzeti Infokommunikációs Szolgáltató Zrt., organizationIdentifier=VATHU-10585560, CN=GovCA Minősített Közigazgatási Tanúsítványkiadó | Adobe EUTL | |
13448 | 0 | 0 | 0 | 0 | CN=Sempra Energy Secure Server CA1 | Microsoft | |
13441 | 0 | 0 | 0 | 0 | C=US, O=Akamai, CN=Akamai Subordinate CA 2 | Microsoft | |
13325 | 0 | 0 | 0 | 0 | C=US, O=Registry Services Corporation, OU=Terms and Conditions: http://www.registrypro.pro/repository, OU=(c)2004 Registry Services Corporation, CN=Registry Pro CA | Microsoft | |
12170 | 0 | 0 | 0 | 0 | C=US, O=U.S. Government, OU=DoD, OU=PKI, CN=DOD CLASS 3 EMAIL CA-5 | ||
12153 | 0 | 0 | 0 | 0 | C=US, O=U.S. Government, OU=DoD, OU=PKI, CN=DOD CLASS 3 EMAIL CA-9 | ||
13302 | 0 | 0 | 0 | 0 | DC=com, DC=microsoft, DC=corp, DC=redmond, CN=MSIT Machine Auth CA 2 | Microsoft | |
13268 | 0 | 0 | 0 | 0 | CN=Microsoft Personnel E-Mail CA 1 | Microsoft | |
269985 | 0 | 0 | 0 | 0 | C=LT, organizationIdentifier=188778315, O=Asmens dokumentu israsymo centras prie LR VRM, CN=ADIC CA ECC | Adobe EUTL | |
13262 | 0 | 0 | 0 | 0 | C=JP, O=Fuji Xerox, CN=Fuji Xerox AFSC CA | Android,Apple,Chrome,Gmail,Microsoft,Mozilla | |
251215 | 0 | 0 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=For authorized use only, CN=David Miller Global Services CA3 - G1 | ||
251216 | 0 | 0 | 0 | 0 | C=CN, ST=Beijing, O=TrusAuth Inc, OU=TrusAuth Certificate Authority, CN=TrusAuth Digital Security CA 2022 | ||
13237 | 0 | 0 | 0 | 0 | DC=com, DC=ncipher, CN=ca-server.ncipher.com | Microsoft | |
251252 | 0 | 0 | 9 | 0 | C=FI, O=Telia Finland Oyj, CN=Telia PreProd Server CA v3 | ||
1557 | 0 | 0 | 62 | 0 | C=TW, O=TAIWAN-CA RD Department, OU=Certification Service Provider, CN=RD TaiCA Secure CA SHA256 | ||
251407 | 0 | 0 | 0 | 0 | C=AP, ST=APPNET, L=APPNET, O=Air's Project Private Network, OU=NET, CN=APPNET-IPSSL-G1, emailAddress=APPNET Administrators | ||
251408 | 0 | 0 | 0 | 0 | C=AP, ST=APPNET, L=APPNET, O=Air's Project Private Network, OU=NET, CN=APPNET-CodeSign-G1, emailAddress=APPNET Administrators | ||
251409 | 0 | 0 | 0 | 0 | C=AP, ST=APPNET, L=APPNET, O=Air's Project Private Network, OU=NET, CN=APPNET-HTTPS-G2, emailAddress=APPNET Administrators | ||
251410 | 0 | 0 | 0 | 0 | C=AP, ST=APPNET, L=APPNET, O=Air's Project Private Network, OU=NET, CN=APPNET-SubCA-S1, emailAddress=APPNET Administrators | ||
251411 | 0 | 0 | 0 | 0 | C=AP, ST=APPNET, L=APPNET, O=Air's Project Private Network, OU=NET, CN=APPNET-High Encryption Requirements, emailAddress=APPNET Administrators | ||
251412 | 0 | 0 | 0 | 0 | C=AP, ST=APPNET, L=APPNET, O=Air's Project Private Network, OU=NET, CN=APPNET-SubCA-S2, emailAddress=APPNET Administrators | ||
251413 | 0 | 0 | 0 | 0 | C=AP, ST=APPNET, L=APPNET, O=Air's Project Private Network, OU=NET, CN=APPNET-IPSSL-G2, emailAddress=APPNET Administrators | ||
251414 | 0 | 0 | 0 | 0 | C=AP, ST=APPNET, L=APPNET, O=Air's Project Private Network, OU=NET, CN=APPNET-RSA-OTHME, emailAddress=APPNET Administrators | ||
29094 | 0 | 0 | 0 | 0 | C=PL, O=Krajowa Izba Rozliczeniowa S.A., CN=COPE SZAFIR - Kwalifikowany, serialNumber=Nr wpisu: 6 | ||
29095 | 0 | 0 | 0 | 0 | C=PL, O=Krajowa Izba Rozliczeniowa S.A., CN=COPE SZAFIR - Kwalifikowany, serialNumber=Nr wpisu: 6 | Adobe EUTL | |
29096 | 0 | 0 | 0 | 0 | C=RO, OU=Cert Digital CA, O=Centrul de Calcul SA, CN=Cert Digital Qualified CA | ||
29097 | 0 | 0 | 0 | 0 | C=RO, OU=Cert Digital CA, O=Centrul de Calcul SA, CN=Cert Digital Non-Repudiation CA Class 4 | ||
29093 | 0 | 0 | 0 | 0 | C=PL, O=Polska Wytwórnia Papierów Wartościowych S.A., serialNumber=Nr wpisu: 3, CN=PWPW - kwalifikowany CA | Adobe EUTL | |
29099 | 0 | 0 | 0 | 0 | C=RO, O=Centrul de Calcul SA, OU=Cert Digital, CN=Cert Digital Qualified CA Class 3 | ||
29092 | 0 | 0 | 0 | 0 | serialNumber=Nr wpisu: 13, C=PL, O=EuroCert sp. z o.o., CN=Centrum Kwalifikowane EuroCert | Adobe EUTL | |
251415 | 0 | 0 | 0 | 0 | C=AP, ST=APPNET, L=APPNET, O=Air's Project Private Network, OU=NET, CN=APPNET-ECC-OTHME, emailAddress=APPNET Administrators | ||
29102 | 0 | 0 | 0 | 0 | C=SE, O=Signguard Europe AB, OU=QualifiedUserCA2008, CN=Signguard QualifiedUserCA2008 | ||
251416 | 0 | 0 | 0 | 0 | C=AP, ST=APPNET, L=APPNET, O=Air's Project Private Network, OU=NET, CN=APPNET-SubCA-S3, emailAddress=APPNET Administrators | ||
29104 | 0 | 0 | 0 | 0 | C=si, O=mors, OU=simod-pki, CN=simod-ca-restricted | ||
29091 | 0 | 0 | 0 | 0 | serialNumber=Nr wpisu: 11, C=PL, O=Enigma SOI sp. z o.o., CN=CenCert Centrum Certyfikatów Kwalifikowanych | Adobe EUTL | |
29090 | 0 | 0 | 0 | 0 | serialNumber=Nr wpisu: 3, C=PL, O=Polska Wytwórnia Papierów Wartościowych S.A., CN=Sigillum PCCE - kwalifikowany CA1 | ||
29089 | 0 | 0 | 0 | 0 | serialNumber=Nr wpisu: 14, C=PL, O=Asseco Data Systems S.A., CN=CERTUM QCA | Adobe EUTL | |
29088 | 0 | 0 | 0 | 0 | C=NO, O=DnB NOR Bank ASA, OU=984851006, CN=BankID DnB NOR Bank CA 2 | Adobe EUTL | |
29109 | 0 | 0 | 0 | 0 | C=SK, L=Bratislava, O=Disig a.s., OU=ACA-307/2007, CN=CA Disig | Adobe EUTL | |
29087 | 0 | 0 | 0 | 0 | C=NO, O=Fokus Bank, OU=977074010, CN=BankID Fokus Bank Bank CA 2 | Adobe EUTL | |
29111 | 0 | 0 | 0 | 0 | C=SK, L=Bratislava, O=Disig a.s., OU=ACA-307-2007-2, CN=SVK eID ACA | Adobe EUTL | |
29112 | 0 | 0 | 0 | 0 | C=SK, L=Bratislava, O=Viasec s.r.o., OU=ACA, CN=PSCA3 | ||
29113 | 0 | 0 | 0 | 0 | C=SK, L=Trencin, O=Ministry of Defence, OU=StrRaPKIS, CN=CAMOSR | Adobe EUTL | |
29114 | 0 | 0 | 0 | 0 | C=SK, L=Bratislava, O=Viasec s.r.o., OU=ACA, CN=PSCA2 | ||
29115 | 0 | 0 | 0 | 0 | C=SK, L=Bratislava, O=Narodny bezpecnostny urad, OU=SIBEP, CN=SNCA | Adobe EUTL | |
29117 | 0 | 0 | 0 | 0 | C=FR, O=CONSEIL SUPERIEUR DU NOTARIAT, OU=0002 784350134, OU=REALTECH2017 | ||
29118 | 0 | 0 | 0 | 0 | C=ES, ST=MADRID, L=MADRID, OU=see current address at https://www.camerfirma.com/address, OU=RACER - 2016, serialNumber=A82743287, O=AC CAMERFIRMA S.A., CN=RACER - 2016 | ||
29119 | 0 | 0 | 0 | 0 | C=ES, ST=MADRID, L=MADRID, OU=see current address at https://www.camerfirma.com/address, OU=AC CAMERFIRMA CERTIFICADOS CAMERALES - 2016, serialNumber=A82743287, O=AC CAMERFIRMA S.A., CN=AC CAMERFIRMA CERTIFICADOS CAMERALES - 2016 | ||
29086 | 0 | 0 | 0 | 0 | C=NO, O=Nordea Bank Norge ASA, OU=911044110, CN=BankID Nordea Bank CA 2 | Adobe EUTL | |
29085 | 0 | 0 | 0 | 0 | CN=Commfides CPN Person-High CA, OU=Commfides Trust Environment (C) 2006 Commfides Norge AS, OU=CPN Person-High Certificate Authority, O=Commfides Norge AS - 988 312 495, C=NO | ||
29084 | 0 | 0 | 0 | 0 | CN=CPN Person High SHA256 CLASS 3, OU=Commfides Trust Environment (c) 2011 Commfides Norge AS, O=Commfides Norge AS - 988 312 495, C=NO | Adobe EUTL | |
29083 | 0 | 0 | 0 | 0 | C=NO, O=Alliansesamarbeidet SpareBank 1 DA, OU=986401598, CN=BankID SpareBank 1 Bank CA 2 | Adobe EUTL | |
29082 | 0 | 0 | 0 | 0 | C=NO, O=Bankenes ID-tjeneste AS, OU=988477052, CN=BankID Bankenes ID-tjeneste Bank CA 2 | Adobe EUTL | |
29081 | 0 | 0 | 0 | 0 | C=NO, O=Terra Gruppen AS, OU=979319568, CN=BankID Terra Gruppen Bank CA 2 | Adobe EUTL | |
29080 | 0 | 0 | 0 | 0 | C=MT, O=ANF AC Malta Ltd, OU=ANF Malta PA Authority, serialNumber=MT23399415, CN=ANF Trusted PA CA1 | ||
29079 | 0 | 0 | 0 | 0 | C=MT, O=Government of Malta, OU=Class Qualified, CN=Malta Resident Electronic Identity CA | Adobe EUTL | |
29078 | 0 | 0 | 0 | 0 | C=MT, O=Government of Malta, OU=Class Qualified, CN=Malta Citizen Electronic Identity CA | Adobe EUTL | |
29077 | 0 | 0 | 0 | 0 | C=MT, O=ANF AC Malta Ltd, OU=ANF Malta Identity Authority, serialNumber=MT23399415, CN=ANF Trusted ID CA1 | ||
29075 | 0 | 0 | 0 | 0 | C=LT, O=Gyventoju registro tarnyba prie LR VRM - i.k. 188756767, OU=Nacionalinis sertifikavimo centras (NSC), CN=Nacionalinis sertifikavimo centras (IssuingCA-B) | ||
29990 | 0 | 0 | 0 | 0 | C=DE, O=medisign GmbH, CN=DEMDS qCA für Psychotherapeuten 7 1:PN | ||
29991 | 0 | 0 | 0 | 0 | C=DE, O=medisign GmbH, CN=DEMDS qCA für Psychotherapeuten 8 1:PN | ||
29074 | 0 | 0 | 0 | 0 | C=LT, O=Gyventoju registro tarnyba prie LR VRM - i.k. 188756767, OU=Nacionalinis sertifikavimo centras (NSC), CN=Nacionalinis sertifikavimo centras (IssuingCA) | ||
29073 | 0 | 0 | 0 | 0 | C=LT, O=Gyventoju registro tarnyba prie LR VRM - i.k. 188756767, OU=Nacionalinis sertifikavimo centras (NSC), CN=Nacionalinis sertifikavimo centras (IssuingCA-B) | ||
29997 | 0 | 0 | 0 | 0 | C=RO, O=Centrul de Calcul SA, OU=CertDigital, CN=CertDigital Qualified CA Class 3 G2 | ||
29998 | 0 | 0 | 0 | 0 | O=The Royal Bank of Scotland plc, OU=The Royal Bank of Scotland plc TrustAssured Infrastructure, CN=The Royal Bank of Scotland Plc TrustAssured CA | ||
30731 | 0 | 0 | 0 | 0 | C=US, O=AffirmTrust, OU=See www.affirmtrust.com/repository, CN=AffirmTrust Extended Validation CA - EV1 | ||
29072 | 0 | 0 | 0 | 0 | C=LT, O=Gyventoju registro tarnyba prie LR VRM - i.k. 188756767, OU=Nacionalinis sertifikavimo centras (NSC), CN=Nacionalinis sertifikavimo centras (IssuingCA-A) | ||
36858 | 0 | 0 | 0 | 0 | C=FR, O=CONSEIL SUPERIEUR DU NOTARIAT, OU=0002 784350134, CN=REAL2019 | ||
36859 | 0 | 0 | 0 | 0 | C=FR, O=Ordre des Experts-Comptables, OU=0002 775670003, organizationIdentifier=NTRFR-775670003, CN=Signature et Authentification - Ordre des Experts-Comptables | ||
36860 | 0 | 0 | 0 | 0 | C=FR, O=CLICK AND TRUST, OU=0002 428786578, CN=EU-SIGN-CLICK AND TRUST | ||
39894 | 0 | 0 | 0 | 0 | C=FR, O=BNP Paribas, OU=0002 662042449, CN=BNP Paribas Group Level 2 Certification Authority | Adobe AATL | |
39899 | 0 | 0 | 0 | 0 | C=FR, O=Agence Nationale des Titres Sécurisés, OU=0002 130003262, CN=Autorité de certification porteur ACT 3 étoiles V2 | ||
39900 | 0 | 0 | 0 | 0 | C=FR, O=Agence Nationale des Titres Sécurisés, OU=0002 130003262, CN=Autorité de certification porteur AAE 3 étoiles V2 | ||
251418 | 0 | 0 | 16 | 0 | C=FI, O=Telia Finland Oyj, CN=Telia PreProd Domain Validation CA v3 | ||
29071 | 0 | 0 | 0 | 0 | C=LT, O=UAB Skaitmeninio sertifikavimo centras, CN=SSC Class 3 CA, serialNumber=8 | ||
41599 | 0 | 0 | 0 | 0 | C=US, O=Adobe Systems Incorporated, OU=Adobe Trust Services, CN=Adobe Product Services G3 | Adobe AATL | |
29070 | 0 | 0 | 0 | 0 | C=LT, O=Gyventoju registro tarnyba prie LR VRM - i.k. 188756767, OU=Nacionalinis sertifikavimo centras (NSC), CN=Nacionalinis sertifikavimo centras (IssuingCA) | ||
41601 | 0 | 0 | 0 | 0 | C=RO, O=Trans Sped SRL, OU=Time Stamping Authority, CN=Trans Sped TSA G2 | Adobe EUTL | |
29069 | 0 | 0 | 0 | 0 | C=LT, organizationIdentifier=188778315, O=Asmens dokumentu israsymo centras prie LR VRM, CN=ADIC CA-B | Adobe EUTL | |
29068 | 0 | 0 | 0 | 0 | C=LT, organizationIdentifier=188778315, O=Asmens dokumentu israsymo centras prie LR VRM, CN=ADIC CA-A | Adobe EUTL | |
29067 | 0 | 0 | 0 | 0 | C=LT, O=Gyventoju registro tarnyba prie LR VRM - i.k. 188756767, OU=Nacionalinis sertifikavimo centras (NSC), CN=Nacionalinis sertifikavimo centras (IssuingCA-A) | ||
29066 | 0 | 0 | 0 | 0 | C=IS, serialNumber=5210002790, O=Audkenni hf., OU=Utgefandi fullgildra skilrikja, CN=Fullgilt audkenni | Adobe EUTL | |
44124 | 0 | 0 | 12 | 0 | C=CN, ST=Shanghai, O=TESTING PURPOSES ONLY, CN=SHECA Test | ||
45032 | 0 | 0 | 0 | 0 | C=ES, organizationIdentifier=VATES-Q2863012G, O=Colegio de Registradores de la Propiedad y Mercantiles, CN=Autoridad de Certificación de los Registradores - AC Externa | Adobe EUTL | |
29065 | 0 | 0 | 0 | 0 | C=HU, L=Budapest, O=NISZ Nemzeti Infokommunikációs Szolgáltató Zrt., CN=Minősített Közigazgatási Tanúsítványkiadó - GOV CA | Adobe EUTL | |
29064 | 0 | 0 | 0 | 0 | C=HU, L=Budapest, O=NetLock Kft., OU=Tanusitvanykiadok, CN=NetLock Minositett Kozigazgatasi Tanusitvanykiado | ||
45035 | 0 | 0 | 0 | 0 | serialNumber=Nr wpisu: 13, C=PL, O=EuroCert sp. z o.o., CN=Centrum Kwalifikowane EuroCert | Adobe EUTL | |
45036 | 0 | 0 | 0 | 0 | organizationIdentifier=VATPL-9512352379, C=PL, O=EuroCert Sp. z o.o., CN=Centrum Kwalifikowane EuroCert | Adobe EUTL | |
45037 | 0 | 0 | 0 | 0 | serialNumber=Nr wpisu: 11, C=PL, O=Enigma SOI sp. z o.o., CN=CenCert Centrum Certyfikatów Kwalifikowanych | Adobe EUTL | |
29063 | 0 | 0 | 0 | 0 | C=HU, L=Budapest, O=Microsec Ltd., OU=e-Szigno CA, CN=Qualified e-Szigno CA7 | ||
29062 | 0 | 0 | 0 | 0 | C=HU, L=Budapest, O=Microsec Ltd., CN=Qualified KET e-Szigno CA 2009, [email protected] | Adobe EUTL | |
29061 | 0 | 0 | 0 | 0 | C=HU, L=Budapest, O=NetLock Kft., CN=NetLock Minősített Közigazgatási (Class Q) Tanúsítványkiadó, [email protected] | Adobe EUTL | |
48791 | 0 | 0 | 0 | 0 | C=CN, O="Global Digital Cybersecurity Authority Co., Ltd.", CN=GDCA TrustAUTH E4 CodeSigning CA | 360 Browser | |
48792 | 0 | 0 | 0 | 0 | C=CN, O="Global Digital Cybersecurity Authority Co., Ltd.", CN=GDCA TrustAUTH E4 DV SSL CA | 360 Browser | |
48793 | 0 | 0 | 0 | 0 | C=CN, O="Global Digital Cybersecurity Authority Co., Ltd.", CN=GDCA TrustAUTH E4 EV SSL CA | 360 Browser | |
48794 | 0 | 0 | 0 | 0 | C=CN, O="Global Digital Cybersecurity Authority Co., Ltd.", CN=GDCA TrustAUTH E4 Generic CA | 360 Browser | |
48796 | 0 | 0 | 0 | 0 | C=CN, O="Global Digital Cybersecurity Authority Co., Ltd.", CN=GDCA TrustAUTH E4 IV SSL CA | 360 Browser | |
48797 | 0 | 0 | 0 | 0 | C=CN, O="Global Digital Cybersecurity Authority Co., Ltd.", CN=GDCA TrustAUTH E4 OV SSL CA | 360 Browser | |
48802 | 0 | 0 | 0 | 0 | C=CN, O="Global Digital Cybersecurity Authority Co., Ltd.", CN=GDCA TrustAUTH E4 Primer CA | 360 Browser | |
48804 | 0 | 0 | 0 | 0 | C=CN, O="Global Digital Cybersecurity Authority Co., Ltd.", CN=数安时代 R4 DV 服务器证书 CA | 360 Browser,Adobe AATL | |
48805 | 0 | 0 | 0 | 0 | C=CN, O="Global Digital Cybersecurity Authority Co., Ltd.", CN=数安时代 R4 EV 服务器证书 CA | 360 Browser,Adobe AATL | |
48806 | 0 | 0 | 0 | 0 | C=CN, O="Global Digital Cybersecurity Authority Co., Ltd.", CN=数安时代 R4 IV 服务器证书 CA | 360 Browser,Adobe AATL | |
48807 | 0 | 0 | 0 | 0 | C=CN, O="Global Digital Cybersecurity Authority Co., Ltd.", CN=数安时代 R4 OV 服务器证书 CA | 360 Browser,Adobe AATL | |
48808 | 0 | 0 | 0 | 0 | C=CN, O="Global Digital Cybersecurity Authority Co., Ltd.", CN=数安时代 R4 代码签名证书 CA | 360 Browser,Adobe AATL | |
48809 | 0 | 0 | 0 | 0 | C=CN, O="Global Digital Cybersecurity Authority Co., Ltd.", CN=数安时代 R4 基础订户证书 CA | 360 Browser,Adobe AATL | |
48810 | 0 | 0 | 0 | 0 | C=CN, O="Global Digital Cybersecurity Authority Co., Ltd.", CN=数安时代 R4 普通订户证书 CA | 360 Browser,Adobe AATL | |
13218 | 0 | 0 | 0 | 0 | CN=Sempra Energy Enterprise User CA1 | Microsoft | |
50104 | 0 | 0 | 0 | 0 | C=ES, L=MADRID, O=MINISTERIO DE EMPLEO Y SEGURIDAD SOCIAL, OU=S.G. DE TECNOLOGIAS DE LA INFORMACION Y COMUNICACIONES, OU=PRESTADOR DE SERVICIOS DE CONFIANZA MEYSS, serialNumber=S2819001E, organizationIdentifier=VATES-S2819001E, CN=SUBCA1 MEYSS | ||
50105 | 0 | 0 | 0 | 0 | C=ES, O=MINISTERIO DE DEFENSA, OU=PKI, organizationIdentifier=VATES-S2800231I, CN=DEFENSA-EC-WPG2016 | Adobe EUTL | |
50106 | 0 | 0 | 0 | 0 | C=ES, L=MADRID, O=MINISTERIO DE EMPLEO Y SEGURIDAD SOCIAL, OU=S.G. DE TECNOLOGIAS DE LA INFORMACION Y COMUNICACIONES, OU=PRESTADOR DE SERVICIOS DE CONFIANZA MEYSS, serialNumber=S2819001E, organizationIdentifier=VATES-S2819001E, CN=SUBCA2 MEYSS | ||
29059 | 0 | 0 | 0 | 0 | C=HR, O=AKD d.o.o., organizationIdentifier=VATHR-58843087891, CN=HRIDCA | Adobe EUTL | |
50108 | 0 | 0 | 0 | 0 | C=IT, O=InfoCert S.p.A., OU=WSA Trust Service Provider, CN=InfoCert Organization Validation SHA256 - CA 3 | ||
50109 | 0 | 0 | 0 | 0 | C=IT, O=InfoCert S.p.A., OU=WSA Trust Service Provider, CN=InfoCert Domain Validation SHA256 - CA 3 | ||
50110 | 0 | 0 | 0 | 0 | C=IT, O=InfoCert S.p.A., OU=WSA Trust Service Provider, CN=InfoCert Extended Validation SHA256 - CA 3 | ||
29056 | 0 | 0 | 0 | 0 | C=FR, O=CONSEIL SUPERIEUR DU NOTARIAT, OU=0002 784350134, OU=REAL2017 | ||
29055 | 0 | 0 | 0 | 0 | C=FR, O=ChamberSign France, OU=0002 433702479, CN=ChamberSign - Signature 2* | ||
29054 | 0 | 0 | 0 | 0 | C=FR, O=Justice, OU=0002 110010014, CN=Autorité de certification personnes | ||
50114 | 0 | 0 | 0 | 0 | C=PL, O=Asseco Data Systems S.A., CN=Certum QCA 2017, organizationIdentifier=VATPL-5170359458 | Adobe EUTL | |
50115 | 0 | 0 | 0 | 0 | C=PL, O=Krajowa Izba Rozliczeniowa S.A., CN=COPE SZAFIR - Kwalifikowany, organizationIdentifier=VATPL-5260300517 | Adobe EUTL | |
50116 | 0 | 0 | 0 | 0 | C=PL, O=Asseco Data Systems S.A., CN=Certum QCA2 2017, organizationIdentifier=VATPL-5170359458 | Adobe EUTL | |
50117 | 0 | 0 | 0 | 0 | organizationIdentifier=VATPL-9512352379, C=PL, O=EuroCert Sp. z o.o., CN=Centrum Kwalifikowane EuroCert | Adobe EUTL | |
50118 | 0 | 0 | 0 | 0 | C=PL, O=Enigma Systemy Ochrony Informacji Sp. z o.o., CN=CenCert QTSP CA, organizationIdentifier=VATPL-5261029614 | Adobe EUTL | |
50119 | 0 | 0 | 0 | 0 | C=PL, O=Polska Wytwórnia Papierów Wartościowych S.A., CN=CUZ Sigillum - QCA1, organizationIdentifier=VATPL-5250001090 | Adobe EUTL | |
50120 | 0 | 0 | 0 | 0 | C=RO, O=Trans Sped SRL, OU=Individual Subscriber CA, CN=Trans Sped QCA G2 | Adobe EUTL | |
50121 | 0 | 0 | 0 | 0 | C=FR, O=CONSEIL SUPERIEUR DU NOTARIAT, OU=002 784350134, CN=REALTS2021 | ||
29053 | 0 | 0 | 0 | 0 | C=FR, O=Agence Nationale des Titres Sécurisés, OU=0002 130003262, CN=Autorité de certification porteur ACT 3 étoiles | ||
29052 | 0 | 0 | 0 | 0 | C=FR, O=Agence Nationale des Titres Sécurisés, OU=0002 130003262, CN=Autorité de certification porteur AAE 3 étoiles | ||
29051 | 0 | 0 | 0 | 0 | C=FR, O=ChamberSign France, OU=0002 433702479, CN=ChamberSign - Signature 3* | ||
29050 | 0 | 0 | 0 | 0 | C=FR, O=Groupe Imprimerie Nationale, OU=0002 41049449600046, CN=AC Imprimerie Nationale Renforcée Personnel | ||
29049 | 0 | 0 | 0 | 0 | C=FR, O=CONSEIL SUPERIEUR DU NOTARIAT, OU=0002 784350134, OU=REAL2016 | ||
29047 | 0 | 0 | 0 | 0 | [email protected], CN=CIPSC - Subautoridad de emisión de certificados de persona jurídica, serialNumber=B99091696, OU=Prestador de Servicios de Confianza, O=Coloriuris S.L., L=Zaragoza, C=ES | ||
252499 | 0 | 0 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=Confidential Certificate, CN=David Miller Internal RSA CA - G2 | ||
29045 | 0 | 0 | 0 | 0 | C=ES, O=BANCO DE ESPAÑA, CN=BANCO DE ESPAÑA-AC CORPORATIVA V2 | ||
29044 | 0 | 0 | 0 | 0 | C=ES, O=JCCM, O=SESCAM (NIF Q-4500146H), CN=SESCAM CA Entidades Finales | ||
29042 | 0 | 0 | 0 | 0 | C=ES, L=Paseo del General Martinez Campos 46 6a planta 28010 Madrid, O=Agencia Notarial de Certificacion S.L.U. - CIF B83395988, CN=ANCERT Corporativos Personales V2 | ||
51499 | 0 | 0 | 0 | 0 | C=UK, O=GlobalSign, OU=GlobalSign CDS, CN=GlobalSign CA for Adobe | Adobe CDS | |
51500 | 0 | 0 | 0 | 0 | C=IE, O=Post.Trust, OU=Post.Trust CDS, CN=Post.Trust CA for Adobe | Adobe CDS | |
29041 | 0 | 0 | 0 | 0 | C=ES, OU=SESCAM, O=JCCM, serialNumber=Q4500146H, CN=SESCAM CA Entidades Finales | ||
51502 | 0 | 0 | 0 | 0 | C=US, O="Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, OU="(c) 2008 Entrust, Inc.", CN=Entrust CA for Adobe | Adobe CDS | |
51503 | 0 | 0 | 0 | 0 | C=DE, O=TC TrustCenter GmbH, CN=TC TrustCenter CA for Adobe I | Adobe CDS | |
29038 | 0 | 0 | 0 | 0 | C=ES, L=Barcelona (see current address at www.uanataca.com/address), O=UANATACA S.A., OU=TSP-UANATACA, CN=UANATACA CA1 2016, organizationIdentifier=VATES-A66721499 | Adobe EUTL | |
51506 | 0 | 0 | 0 | 0 | C=FR, O=KEYNECTIS, OU=KEYNECTIS for Adobe, OU=0002 478217318, CN=KEYNECTIS QUALIFIED CDS | Adobe CDS | |
252500 | 0 | 0 | 0 | 0 | C=CN, O=David Miller Trust Services, OU=Confidential Certificate, CN=David Miller Internal ECC CA - G2 | ||
51508 | 0 | 0 | 0 | 0 | C=DK, O=FORCE Technology, OU=CDS Signing, CN=FORCE Technology CA for Adobe CDS | Adobe CDS | |
51509 | 0 | 0 | 0 | 0 | C=US, O=Symantec Corporation, OU=CDS Signing, CN=Symantec Shared CA for Adobe CDS | Adobe CDS | |
51594 | 0 | 0 | 0 | 0 | C=JP, O=VeriSign Japan K.K., OU=CDS Signing, CN=VeriSign Japan CA for Adobe CDS | Adobe CDS | |
51595 | 0 | 0 | 0 | 0 | C=AU, O=Mackay Regional Council, OU=CDS Signing, CN=Mackay Regional Council CDS Signing CA | Adobe CDS | |
51596 | 0 | 0 | 0 | 0 | C=FR, O=KEYNECTIS, OU=KEYNECTIS for Adobe, CN=KEYNECTIS Societe CDS | Adobe CDS | |
51635 | 0 | 0 | 0 | 0 | C=FR, O=BPCE, OU=0002 493455042, CN=AC CACHET SERVEUR CAISSE D EPARGNE | Adobe CDS | |
51636 | 0 | 0 | 0 | 0 | C=FR, O=BPCE, OU=0002 493455042, CN=AC SIGNATURE CAISSE D EPARGNE U01-02 | Adobe CDS | |
51637 | 0 | 0 | 0 | 0 | C=FR, O=KEYNECTIS, OU=KEYNECTIS for Adobe, CN=KEYNECTIS K.Websign CDS | Adobe CDS | |
51638 | 0 | 0 | 0 | 0 | C=FR, O=CEDICAM, OU=0002 723001467, CN=CEDICAM CDS CA | Adobe CDS | |
51639 | 0 | 0 | 0 | 0 | C=FR, O=KEYNECTIS, OU=KEYNECTIS for Adobe, CN=KEYNECTIS KWS Integration CDS | Adobe CDS | |
51640 | 0 | 0 | 0 | 0 | C=FR, O=BPCE, OU=0002 493455042, CN=AC SIGNATURE CAISSE D EPARGNE U01-01 | Adobe CDS | |
52306 | 0 | 0 | 0 | 0 | O=GlobalSign, OU=GlobalSign Root CA - R3, CN=GlobalSign | Microsoft | |
53325 | 0 | 0 | 0 | 0 | C=FR, O=Agence Nationale des Titres Sécurisés, OU=0002 130003262, CN=Autorité de certification porteur AAE 3 étoiles V3 | ||
53326 | 0 | 0 | 0 | 0 | C=FR, O=Agence Nationale des Titres Sécurisés, OU=0002 130003262, CN=Autorité de certification porteur ACT 3 étoiles V3 | ||
29037 | 0 | 0 | 0 | 0 | C=ES, L=MADRID, ST=MADRID, OU=see current address at https://www.camerfirma.com/address, OU=AC CAMERFIRMA AAPP - 2016, serialNumber=A82743287, O=AC CAMERFIRMA S.A., CN=AC CAMERFIRMA AAPP - 2016 | ||
29036 | 0 | 0 | 0 | 0 | C=ES, O=MDEF, OU=PKI, CN=MINISDEF-EC-WPG | ||
29035 | 0 | 0 | 0 | 0 | [email protected], CN=CIPSC - Subautoridad de emisión de certificados de persona física, serialNumber=B99091696, OU=Prestador de Servicios de Confianza, O=Coloriuris S.L., L=Zaragoza, C=ES | ||
29034 | 0 | 0 | 0 | 0 | C=ES, O=VINTEGRIS SL, L=Barcelona (see current address at https://www.vincasign.net/contact), OU=EC-VINTEGRIS, serialNumber=B62913926, CN=vinCAsign Global Authority |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment