Last active
July 3, 2020 14:36
-
-
Save robstradling/6c737c97a7a3ab843b6f24747fc9ad1f to your computer and use it in GitHub Desktop.
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 mozilla_server_cas AS ( | |
SELECT DISTINCT ctp.CA_ID | |
FROM ca_trust_purpose ctp | |
WHERE ctp.TRUST_CONTEXT_ID = 5 /* Mozilla */ | |
AND ctp.TRUST_PURPOSE_ID = 1 /* Server Authentication */ | |
) | |
SELECT c.ID, | |
coalesce(cc.CA_OWNER, cc.INCLUDED_CERTIFICATE_OWNER) as CA_OWNER, | |
CASE WHEN mo.CERTIFICATE_ID IS NOT NULL THEN 'Revoked' ELSE 'Unrevoked' END as ONECRL_STATUS, | |
x509_signatureHashAlgorithm(c.CERTIFICATE) as SIG_HASH_ALG, | |
x509_subjectName(c.CERTIFICATE) SUBJECT_DN | |
FROM ca_certificate cac, | |
certificate c, | |
mozilla_server_cas msc, | |
ccadb_certificate cc | |
LEFT OUTER JOIN mozilla_onecrl mo ON ( | |
cc.CERTIFICATE_ID = mo.CERTIFICATE_ID | |
) | |
WHERE cac.CERTIFICATE_ID = c.ID | |
AND c.ISSUER_CA_ID = msc.CA_ID | |
AND c.ID = cc.CERTIFICATE_ID | |
AND EXISTS ( | |
SELECT 1 | |
FROM x509_extKeyUsages(c.CERTIFICATE) | |
WHERE x509_extKeyUsages = '1.3.6.1.5.5.7.3.9' /* id-kp-OCSPSigning */ | |
) | |
AND NOT x509_hasExtension(c.CERTIFICATE, '1.3.6.1.5.5.7.48.1.5') /* id-pkix-ocsp-nocheck */ | |
AND x509_notAfter(c.CERTIFICATE) > now() AT TIME ZONE 'UTC' /* Exclude CA certs that have already expired */ | |
ORDER BY coalesce(cc.CA_OWNER, cc.INCLUDED_CERTIFICATE_OWNER), c.ID; |
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
ID | CA Owner | OneCRL Status | Sig. Hash Alg. | CA Subject DN | |
---|---|---|---|---|---|
12729554 | AC Camerfirma, S.A. | Unrevoked | SHA-1 | C=ES, O=ORGANIZACION MEDICA COLEGIAL, OU=ENTIDAD DE CERTIFICACION, CN=OMC | |
49167479 | AC Camerfirma, S.A. | Revoked | SHA-1 | C=AD, O=M.I. Govern d'Andorra, serialNumber=D-059888-N, L=Andorra la Vella, CN=Entitat de Certificació de l'Administració Pública Andorrana | |
57898640 | AC Camerfirma, S.A. | Unrevoked | SHA-256 | C=CO, O=CITISEG S.A.S., serialNumber=900760499, L=BOGOTÁ (see current address at www.citiseg.com/address), CN=AC CITISEG II - 2015 | |
1298407195 | Actalis | Unrevoked | SHA-256 | C=IT, ST=Bergamo, L=Ponte San Pietro, O=Actalis S.p.A./03358520967, CN=Actalis Extended Validation Server CA G2 | |
1298407200 | Actalis | Unrevoked | SHA-256 | C=IT, ST=Bergamo, L=Ponte San Pietro, O=Actalis S.p.A./03358520967, CN=Actalis Domain Validation Server CA G2 | |
1305420938 | Actalis | Unrevoked | SHA-256 | C=IT, ST=Bergamo, L=Ponte San Pietro, O=Actalis S.p.A./03358520967, CN=Actalis Organization Validated Server CA G2 | |
2029983391 | Actalis | Unrevoked | SHA-256 | C=IT, ST=Bergamo, L=Ponte San Pietro, O=Actalis S.p.A./03358520967, CN=Actalis Client Authentication CA G2 | |
1618718808 | Atos | Unrevoked | SHA-256 | CN=Atos TrustedRoot Client-CA for equensWorldlinePartner 2 2019, O=Atos, C=DE | |
2070270509 | Atos | Unrevoked | SHA-256 | CN=Atos TrustedRoot Client-CA 2019, O=Atos, C=DE | |
2411246003 | Atos | Unrevoked | SHA-256 | CN=Atos TrustedRoot Client-CA for Wintershall Dea 2020, O=Atos, C=DE | |
2595911605 | Atos | Unrevoked | SHA-256 | CN=Atos TrustedRoot Client-CA for Worldline 2020, O=Atos, C=DE | |
10601239 | Autoridad de Certificacion Firmaprofesional | Unrevoked | SHA-256 | C=ES, O=Firmaprofesional S.A., OU=Security Services, serialNumber=A62634068, CN=AC Firmaprofesional - INFRAESTRUCTURA | |
240192053 | Autoridad de Certificacion Firmaprofesional | Unrevoked | SHA-256 | C=ES, L=Avenida de la Industria 18. Tres Cantos 28760-Madrid, O=SIGNE S.A., serialNumber=A11029279, CN=SIGNE Autoridad de Certificacion | |
408789249 | Autoridad de Certificacion Firmaprofesional | Revoked | SHA-256 | C=ES, ST=Santander, L=Paseo de Pereda 9-12, O=Banco Santander S.A. CIF: A-39000013, OU=Dirección de Universidades, CN=Santander Digital Signature | |
495029017 | Autoridad de Certificacion Firmaprofesional | Revoked | SHA-256 | C=ES, O=Firmaprofesional S.A., OU=Certificados de un solo uso, serialNumber=A62634068, CN=AC Firmaprofesional - OTC | |
495029018 | Autoridad de Certificacion Firmaprofesional | Revoked | SHA-256 | C=ES, O=Firmaprofesional S.A., OU=Certificados de Firma Electronica Avanzada, serialNumber=A62634068, CN=AC Firmaprofesional - CFEA | |
536779027 | Autoridad de Certificacion Firmaprofesional | Unrevoked | SHA-256 | C=ES, O=Firmaprofesional S.A., OU=Certificados de Firma Electronica Avanzada, serialNumber=A62634068, CN=AC Firmaprofesional - CFEA | |
536779028 | Autoridad de Certificacion Firmaprofesional | Unrevoked | SHA-256 | C=ES, O=Firmaprofesional S.A., OU=Certificados de un solo uso, serialNumber=A62634068, CN=AC Firmaprofesional - OTC | |
3321681 | DigiCert | Revoked | SHA-1 | C=US, O=Bechtel Corporation, OU=Information Security, CN=Bechtel External Policy CA 1 | |
3528065 | DigiCert | Revoked | SHA-1 | C=US, O=Bechtel Corporation, OU=Information Security, CN=Bechtel External Policy CA 1 | |
6906659 | DigiCert | Revoked | SHA-256 | C=CH, L=Zurich, O=ABB, CN=ABB Intermediate CA 3 | |
6976985 | DigiCert | Revoked | SHA-256 | C=US, O=Bechtel Corporation, OU=Information Security, CN=Bechtel External Policy CA 1 | |
7739892 | DigiCert | Revoked | SHA-256 | C=CH, L=Zurich, O=ABB, CN=ABB Intermediate CA 3 | |
9400462 | DigiCert | Unrevoked | SHA-256 | C=US, ST=CA, L=San Francisco, O=Bechtel Corporation, OU=Information Security, CN=IEXTCA-SSL.ibechtel.com | |
12620974 | DigiCert | Revoked | SHA-1 | O=Dell Inc., CN=Dell Inc. Enterprise CA | |
12620985 | DigiCert | Revoked | SHA-1 | O=Dell Inc., CN=Dell Inc. Enterprise CA | |
12625621 | DigiCert | Revoked | SHA-1 | O=Dell Inc., CN=Dell Inc. Enterprise CA | |
12729022 | DigiCert | Revoked | SHA-1 | C=US, O=Bechtel Corporation, OU=Information Security, CN=Bechtel External Policy CA 2 | |
21606056 | DigiCert | Unrevoked | SHA-256 | C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=Microsoft IT, CN=Microsoft IT TLS CA 2 | |
21606058 | DigiCert | Unrevoked | SHA-256 | C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=Microsoft IT, CN=Microsoft IT TLS CA 5 | |
21606064 | DigiCert | Unrevoked | SHA-256 | C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=Microsoft IT, CN=Microsoft IT TLS CA 1 | |
21606070 | DigiCert | Unrevoked | SHA-256 | C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=Microsoft IT, CN=Microsoft IT TLS CA 4 | |
35335507 | DigiCert | Revoked | SHA-1 | C=CH, L=Zurich, O=ABB, CN=ABB Intermediate CA 3 | |
78290245 | DigiCert | Revoked | SHA-256 | DC=COM, DC=ABB, O=ABB, CN=ABB Intermediate CA 5 | |
91478105 | DigiCert | Revoked | SHA-256 | O=Dell Inc., CN=Dell Inc. Enterprise CA | |
91478106 | DigiCert | Revoked | SHA-1 | O=Dell Inc., CN=Dell Inc. Enterprise CA | |
91478107 | DigiCert | Revoked | SHA-256 | O=Dell Inc., CN=Dell Inc. Enterprise CA | |
124297161 | DigiCert | Revoked | SHA-256 | C=UK, O=Vodafone Group, CN=Vodafone (Corporate Domain 2009) | |
135970330 | DigiCert | Unrevoked | SHA-256 | C=NL, O=Cybertrust, OU=IDM, CN=VZ Cybertrust Client CA | |
155179794 | DigiCert | Unrevoked | SHA-384 | DC=COM, DC=ABB, O=ABB, CN=ABB ECC Intermediate CA 1 | |
155179795 | DigiCert | Unrevoked | SHA-256 | DC=COM, DC=ABB, O=ABB, CN=ABB Intermediate CA 4 | |
881434272 | DigiCert | Revoked | SHA-256 | C=US, O=Bechtel Corporation, OU=Information Security, CN=Bechtel External Policy CA 2 | |
881434274 | DigiCert | Revoked | SHA-1 | C=US, O=Bechtel Corporation, OU=Information Security, CN=Bechtel External Policy CA 1 | |
881434380 | DigiCert | Revoked | SHA-256 | C=CH, O=ABB, CN=ABB Intermediate CA 4 | |
1566589408 | DigiCert | Revoked | SHA-1 | C=CH, L=Zurich, O=ABB, CN=ABB Intermediate CA 3 | |
2382695512 | DigiCert | Unrevoked | SHA-256 | DC=COM, DC=ABB, O=ABB, CN=ABB Intermediate CA 5 | |
7890405 | GlobalSign | Unrevoked | SHA-256 | C=AE, ST=Abu Dhabi, L=Abu Dhabi, O=Crown Prince Court, CN=Crown Prince Court CA | |
8527797 | GlobalSign | Unrevoked | SHA-256 | C=DE, ST=Nordrhein-Westfalen, L=Bonn, O=Deutsche Post, CN=DPDHL TLS SHA2 CA I3 | |
8585944 | GlobalSign | Revoked | SHA-1 | C=DE, ST=Nordrhein-Westfalen, L=Bonn, O=Deutsche Post, CN=DPDHL TLS CA I3 | |
9881176 | GlobalSign | Unrevoked | SHA-256 | C=DE, ST=Nordrhein-Westfalen, L=Bonn, O=Deutsche Post, CN=DPDHL TLS SHA2 CA I3 | |
10105729 | GlobalSign | Unrevoked | SHA-256 | C=AE, ST=Abu Dhabi, L=Abu Dhabi, O=Crown Prince Court, CN=Crown Prince Court CA | |
11501550 | GlobalSign | Unrevoked | SHA-256 | C=US, ST=GA, L=Atlanta, O=Southern Company Services, Inc., CN=Southern Company External Issuing CA 1 | |
12729526 | GlobalSign | Unrevoked | SHA-256 | C=DE, ST=Nordrhein-Westfalen, L=Bonn, O=Deutsche Post, CN=DPDHL User CA I3 | |
12729527 | GlobalSign | Unrevoked | SHA-256 | C=DE, ST=Nordrhein-Westfalen, L=Bonn, O=Deutsche Post, CN=DPDHL User CA I3 | |
24592899 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign PersonalSign 2 CA - SHA256 - G3 | |
26749929 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign CodeSigning CA - SHA256 - G3 | |
27823827 | GlobalSign | Unrevoked | SHA-256 | C=DE, ST=Nordrhein-Westfalen, L=Bonn, O=Deutsche Post, CN=DPDHL TLS SHA2 CA I3 | |
36391364 | GlobalSign | Unrevoked | SHA-256 | C=US, ST=VA, L=Lynchburg, O=Liberty University, CN=Liberty University External Issuing CA 01 | |
41285443 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign Extended Validation CodeSigning CA - SHA256 - G3 | |
85774742 | GlobalSign | Revoked | SHA-256 | C=DE, L=Munich, O=Giesecke and Devrient, OU=Corporate CA, CN=Giesecke and Devrient CA | |
147619379 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign PersonalSign 1 CA - SHA256 - G3 | |
157564305 | GlobalSign | Unrevoked | SHA-1 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign CodeSigning CA - G3 | |
163079175 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign PersonalSign 3 CA - SHA256 - G3 | |
163322577 | GlobalSign | Revoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign CA for AATL on HV | |
163676419 | GlobalSign | Unrevoked | SHA-256 | C=JP, O=JIPDEC, OU=JCAN Public CA1 - G4, CN=JCAN Public CA1 - G4 | |
163688490 | GlobalSign | Revoked | SHA-256 | C=GB, O=Volkswagen Financial Services (UK) Limited, CN=VWFS CA for AATL | |
164243753 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign R6 Admin CA - SHA256 - G3 | |
196919504 | GlobalSign | Unrevoked | SHA-256 | C=DE, L=Munich, O=Giesecke and Devrient, OU=Corporate CA, CN=Giesecke and Devrient CA | |
215376215 | GlobalSign | Revoked | SHA-256 | C=US, O=Ford Motor Company, L=Dearborn, ST=Michigan, CN=Ford Motor Company - Enterprise Issuing CA01 | |
215376217 | GlobalSign | Revoked | SHA-256 | C=US, O=Ford Motor Company, L=Dearborn, ST=Michigan, CN=Ford Motor Company - Enterprise Issuing CA01 | |
306624237 | GlobalSign | Unrevoked | SHA-256 | C=US, O=Ford Motor Company, L=Dearborn, ST=Michigan, CN=Ford Motor Company - Enterprise Issuing CA01 | |
329514048 | GlobalSign | Revoked | SHA-256 | C=DE, ST=Nordrhein-Westfalen, L=Bonn, O=Deutsche Post, CN=DPDHL TLS SHA2 CA I3 | |
329514052 | GlobalSign | Unrevoked | SHA-256 | C=DE, ST=Nordrhein-Westfalen, L=Bonn, O=Deutsche Post, CN=DPDHL User CA I3 | |
392882654 | GlobalSign | Unrevoked | SHA-256 | C=US, O=Ford Motor Company, L=Dearborn, ST=Michigan, CN=Ford Motor Company - Enterprise Issuing CA01 | |
405618295 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign PersonalSign 2 RSA CA SHA 384 - G4 | |
405618313 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign PersonalSign 2 ECC CA SHA 384 - G4 | |
405831326 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign CA 4 for AATL | |
408789250 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign CA 5 for AATL | |
509714291 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign Qualified CA 2 | |
509714292 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign Qualified CA 3 | |
509714293 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign Qualified CA 1 | |
549505576 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign SMIME CA 2018 | |
786990298 | GlobalSign | Revoked | SHA-256 | C=DE, ST=Nordrhein-Westfalen, L=Bonn, O=Deutsche Post, CN=DPDHL TLS CT CA I3 | |
970082980 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign HV RSA DV SSL CA 2018 | |
970083106 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign RSA DV SSL CA 2018 | |
970083107 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign HV ECC DV SSL CA 2018 | |
1119259389 | GlobalSign | Revoked | SHA-256 | C=MY, O=MSC Trustgate.com Sdn. Bhd., OU=MyTrust Gateway, CN=MSC Trustgate.com RSA AATL CA 2019 | |
1119260014 | GlobalSign | Revoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign CA for AATL on HV | |
1225556701 | GlobalSign | Unrevoked | SHA-256 | C=CN, O=Shanghai Electronic Certificate Authority Center Co., Ltd., L=Shanghai, ST=Shanghai, CN=SHECA DV Secure Server CA | |
1225556702 | GlobalSign | Unrevoked | SHA-256 | C=CN, O=Shanghai Electronic Certificate Authority Center Co., Ltd., L=Shanghai, ST=Shanghai, CN=SHECA OV Secure Server CA | |
1229139434 | GlobalSign | Unrevoked | SHA-256 | C=CN, O=Shanghai Electronic Certificate Authority Center Co., Ltd., L=Shanghai, ST=Shanghai, CN=SHECA EV Secure Server CA | |
1229139435 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign CA 4 for AATL | |
1436918881 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign AATL Partners CA 2019 | |
1476651440 | GlobalSign | Unrevoked | SHA-256 | C=BR, O=Rede Nacional de Ensino e Pesquisa - RNP, OU=Gerencia de Servicos (GSer), L=Rio de Janeiro, ST=Rio de Janeiro, CN=RNP ICPEdu OV SSL CA 2019 | |
1476651569 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign CodeSigning CA - G2 | |
1476654013 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign R6 RSA EV SSL CA 2019 | |
1490728430 | GlobalSign | Unrevoked | SHA-256 | C=US, O=ATT Services Inc, OU=ATT Business Wi-Fi Services, L=Austin, ST=Texas, CN=ATT Organization Validated CA 2019 | |
1490728500 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign RSA EV QWAC CA 2019 | |
1490728721 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign Qualified Time Stamping CA 2019 | |
1596016275 | GlobalSign | Unrevoked | SHA-256 | C=DE, ST=Nordrhein-Westfalen, L=Bonn, O=Deutsche Post, CN=DPDHL User CA I3 | |
1703475054 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign CodeSigning CA - SHA256 - G2 | |
1703475088 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign Extended Validation CodeSigning CA - SHA256 - G2 | |
1814823951 | GlobalSign | Unrevoked | SHA-256 | C=DE, O=Deutsche Post AG, L=Bonn, ST=Nordrhein-Westfalen, CN=DPDHL Global TLS CA - I4 | |
1814826066 | GlobalSign | Unrevoked | SHA-256 | C=MX, O=QUALITAS COMPAÑIA DE SEGUROS S.A. DE C.V., L=CUAJIMALPA, ST=CIUDAD DE MEXICO, street=JOSE MARIA CASTORENA No. 426, SAN JOSE DE LOS CEDROS, postalCode=05200, CN=Quálitas Compañía de Seguros S.A. de C.V. | |
2029982659 | GlobalSign | Unrevoked | SHA-256 | C=US, O=CRB Group, Inc., CN=CRB Group SMIME CA 2019 | |
2029984306 | GlobalSign | Unrevoked | SHA-256 | C=US, O=DexKo Global Inc., CN=DexKo Global SMIME CA 2019 | |
2220986544 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign RSA EV SSL CA 2019 | |
2329203344 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign ECC EV SSL CA 2019 | |
2369947889 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign CA for AATL - SHA256 - G3 | |
2369947954 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign PersonalSign 2 CA - G3 | |
2369948019 | GlobalSign | Unrevoked | SHA-384 | C=US, ST=New Hampshire, L=Portsmouth, O=GMO GlobalSign Inc., CN=NAESB Issuing CA - SHA384 - G3 | |
2369948041 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign PersonalSign Partners CA - SHA256 - G2 | |
2369948051 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign PersonalSign 1 CA - G3 | |
2369948075 | GlobalSign | Unrevoked | SHA-256 | C=DE, O=Deutsche Post AG, CN=DPDHL User CA I4 | |
2369948428 | GlobalSign | Unrevoked | SHA-256 | C=SG, O=Trafigura PTE Ltd, CN=Trafigura PTE Ltd S/MIME ICA 2020 | |
2369948432 | GlobalSign | Unrevoked | SHA-384 | C=US, O=GMO GlobalSign Inc., CN=NAESB Issuing CA - SHA384 - G4 | |
2369948433 | GlobalSign | Unrevoked | SHA-256 | C=US, O=LinQuest Corporation, CN=LinQuest SMIME CA 2020 | |
2369948436 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign PersonalSign 3 CA - G3 | |
2369948437 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign Timestamping CA - SHA256 - G3 | |
2392141070 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign Timestamping CA - G3 | |
2839140405 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign Qualified Timestamping ECC CA 2020, organizationIdentifier=NTRBE-0459134256 | |
2839140428 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign PersonalSign 2 CA - SHA256 - G4 | |
2839140453 | GlobalSign | Unrevoked | SHA-256 | C=US, O=CrowdStrike Inc., CN=CrowdStrike OV SSL Issuing CA 2020 | |
7801964 | Government of The Netherlands, PKIoverheid (Logius) | Revoked | SHA-256 | C=NL, O=KPN Corporate Market B.V., CN=KPN PKIoverheid EV CA | |
7846179 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=QuoVadis Trustlink BV, CN=QuoVadis PKIoverheid EV CA | |
10646767 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=KPN Corporate Market B.V., CN=KPN CM PKIoverheid EV CA | |
15971988 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=KPN B.V., CN=KPN PKIoverheid EV CA | |
18068225 | Government of The Netherlands, PKIoverheid (Logius) | Revoked | SHA-256 | C=NL, O=KPN Corporate Market B.V., CN=KPN PKIoverheid Organisatie Server CA - G3 | |
18068237 | Government of The Netherlands, PKIoverheid (Logius) | Revoked | SHA-256 | C=NL, O=KPN B.V., CN=KPN PKIoverheid Organisatie Server CA - G3 | |
19622894 | Government of The Netherlands, PKIoverheid (Logius) | Revoked | SHA-256 | C=NL, O=KPN B.V., CN=KPN PKIoverheid Organisatie Persoon CA - G3 | |
19623445 | Government of The Netherlands, PKIoverheid (Logius) | Revoked | SHA-256 | C=NL, O=KPN B.V., CN=KPN PKIoverheid Organisatie Services CA - G3 | |
19623446 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=KPN Corporate Market B.V., CN=KPN PKIoverheid Organisatie Persoon CA - G3 | |
19623447 | Government of The Netherlands, PKIoverheid (Logius) | Revoked | SHA-256 | C=NL, O=KPN Corporate Market B.V., CN=KPN PKIoverheid Organisatie Services CA - G3 | |
54959165 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=QuoVadis Trustlink B.V., organizationIdentifier=NTRNL-30237459, CN=QuoVadis PKIoverheid Organisatie Server CA - G3 | |
63094369 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=KPN B.V., organizationIdentifier=NTRNL-27124701, CN=KPN BV PKIoverheid Organisatie Server CA - G3 | |
73706454 | Government of The Netherlands, PKIoverheid (Logius) | Revoked | SHA-256 | C=NL, O=QuoVadis Trustlink B.V., organizationIdentifier=NTRNL-30237459, CN=QuoVadis PKIoverheid Organisatie Services CA - G3 | |
130068222 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=QuoVadis Trustlink B.V., organizationIdentifier=NTRNL-30237459, CN=QuoVadis PKIoverheid Organisatie Services CA - G3 | |
130486221 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=KPN B.V., organizationIdentifier=NTRNL-27124701, CN=KPN BV PKIoverheid Organisatie Services CA - G3 | |
135970399 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=QuoVadis Trustlink B.V., organizationIdentifier=NTRNL-30237459, CN=QuoVadis PKIoverheid Organisatie Persoon CA - G3 | |
135970406 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=QuoVadis Trustlink B.V., organizationIdentifier=NTRNL-30237459, CN=QuoVadis PKIoverheid Burger CA - G3 | |
147613373 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=KPN B.V., organizationIdentifier=NTRNL-27124701, CN=KPN BV PKIoverheid Organisatie Persoon CA - G3 | |
164244352 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=CIBG, organizationIdentifier=NTRNL-50000535, CN=UZI-register Zorgverlener CA G3 | |
164244353 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=CIBG, organizationIdentifier=NTRNL-50000535, CN=UZI-register Medewerker op naam CA G3 | |
164244355 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=CIBG, organizationIdentifier=NTRNL-50000535, CN=UZI-register Medewerker niet op naam CA G3 | |
318398866 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=Cleverbase ID B.V., organizationIdentifier=NTRNL-67419925, CN=Cleverbase ID PKIoverheid Burger CA - G3 | |
363419311 | Government of The Netherlands, PKIoverheid (Logius) | Revoked | SHA-256 | C=NL, O=Digidentity B.V., organizationIdentifier=NTRNL-27322631, CN=Digidentity PKIoverheid Burger CA - G3 | |
363419312 | Government of The Netherlands, PKIoverheid (Logius) | Revoked | SHA-256 | C=NL, O=Digidentity B.V., organizationIdentifier=NTRNL-27322631, CN=Digidentity PKIoverheid Organisatie Services CA - G3 | |
363419313 | Government of The Netherlands, PKIoverheid (Logius) | Revoked | SHA-256 | C=NL, O=Digidentity B.V., organizationIdentifier=NTRNL-27322631, CN=Digidentity PKIoverheid Organisatie Persoon CA - G3 | |
363419317 | Government of The Netherlands, PKIoverheid (Logius) | Revoked | SHA-256 | C=NL, O=Digidentity B.V., organizationIdentifier=NTRNL-27322631, CN=Digidentity PKIoverheid Organisatie Server CA - G3 | |
475894529 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=Digidentity B.V., organizationIdentifier=NTRNL-27322631, CN=Digidentity BV PKIoverheid Organisatie Server CA - G3 | |
475894533 | Government of The Netherlands, PKIoverheid (Logius) | Revoked | SHA-256 | C=NL, O=Digidentity B.V., organizationIdentifier=NTRNL-27322631, CN=Digidentity BV PKIoverheid Organisatie Persoon CA - G3 | |
475894537 | Government of The Netherlands, PKIoverheid (Logius) | Revoked | SHA-256 | C=NL, O=Digidentity B.V., organizationIdentifier=NTRNL-27322631, CN=Digidentity BV PKIoverheid Burger CA - G3 | |
475894540 | Government of The Netherlands, PKIoverheid (Logius) | Revoked | SHA-256 | C=NL, O=Digidentity B.V., organizationIdentifier=NTRNL-27322631, CN=Digidentity BV PKIoverheid Organisatie Services CA - G3 | |
1265291511 | Government of The Netherlands, PKIoverheid (Logius) | Revoked | SHA-256 | C=NL, O=Ministerie van Infrastructuur en Waterstaat, organizationIdentifier=NTRNL-52766179, CN=MinIenW PKIoverheid Organisatie Persoon CA - G3 | |
1265291620 | Government of The Netherlands, PKIoverheid (Logius) | Revoked | SHA-256 | C=NL, O=Ministerie van Infrastructuur en Waterstaat, organizationIdentifier=NTRNL-52766179, CN=MinIenW PKIoverheid Organisatie Services CA - G3 | |
1412329219 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=CIBG, organizationIdentifier=NTRNL-50000535, CN=UZI-register Medewerker niet op naam CA G3 | |
1412330500 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=Cleverbase ID B.V., organizationIdentifier=NTRNL-67419925, CN=Cleverbase ID PKIoverheid Burger CA - G3 | |
1412330508 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=Digidentity B.V., organizationIdentifier=NTRNL-27322631, CN=Digidentity BV PKIoverheid Burger CA - G3 | |
1412330519 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=KPN B.V., organizationIdentifier=NTRNL-27124701, CN=KPN BV PKIoverheid Organisatie Server CA - G3 | |
1412330520 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=CIBG, organizationIdentifier=NTRNL-50000535, CN=UZI-register Zorgverlener CA G3 | |
1412330543 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=Digidentity B.V., organizationIdentifier=NTRNL-27322631, CN=Digidentity BV PKIoverheid Organisatie Persoon CA - G3 | |
1412330560 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=QuoVadis Trustlink B.V., organizationIdentifier=NTRNL-30237459, CN=QuoVadis PKIoverheid Organisatie Server CA - G3 | |
1412330569 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=Digidentity B.V., organizationIdentifier=NTRNL-27322631, CN=Digidentity BV PKIoverheid Organisatie Server CA - G3 | |
1412330611 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=CIBG, organizationIdentifier=NTRNL-50000535, CN=UZI-register Medewerker op naam CA G3 | |
1652799589 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=Ministerie van Defensie, organizationIdentifier=NTRNL-27370985, CN=Ministerie van Defensie PKIoverheid Organisatie Persoon CA - G3 | |
1835407965 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=Ministerie van Infrastructuur en Waterstaat, organizationIdentifier=NTRNL-52766179, CN=MinIenW PKIoverheid Organisatie Persoon CA - G3 | |
1838117644 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=Ministerie van Infrastructuur en Waterstaat, organizationIdentifier=NTRNL-52766179, CN=MinIenW PKIoverheid Autonome Apparaten CA - G3 | |
1838117716 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=Ministerie van Infrastructuur en Waterstaat, organizationIdentifier=NTRNL-52766179, CN=MinIenW PKIoverheid Organisatie Services CA - G3 | |
900785759 | HARICA | Unrevoked | SHA-256 | C=GR, L=Ioannina, O=University Ecclesiastical Academy of Vella of Ioannina, CN=Ecclesiastical Academy of Vella Client RSA SubCA R1 | |
909718586 | HARICA | Revoked | SHA-256 | C=GR, L=Ioannina, O=University Ecclesiastical Academy of Vella of Ioannina, CN=Ecclesiastical Academy of Vella SSL RSA SubCA R1 | |
1222759679 | HARICA | Unrevoked | SHA-256 | C=GR, L=Thessaloniki, O=Aristotle University of Thessaloniki, CN=Aristotle University of Thessaloniki Client RSA SubCA R1 | |
1222760114 | HARICA | Unrevoked | SHA-256 | C=GR, L=Athens, O=Greek Research and Technology Network, CN=GRnet Client RSA SubCA R1 | |
1222761078 | HARICA | Unrevoked | SHA-256 | C=GR, L=Athens, O=Greek Federation of Judicial Officers, CN=Greek Federation of Judicial Officers Client SubCA R1 | |
1265291634 | HARICA | Revoked | SHA-384 | C=GR, L=Athens, O=Hellenic Academic and Research Institutions Cert. Authority, CN=HARICA Administration Client ECC SubCA R1 | |
1903248090 | HARICA | Unrevoked | SHA-256 | C=GR, L=Thessaloniki, O=Aristotle University of Thessaloniki, CN=Aristotle University of Thessaloniki Client RSA SubCA R2 | |
2097908041 | HARICA | Unrevoked | SHA-256 | C=GR, L=Athens, O=National Infrastructures for Research and Technology, CN=GRNET Client RSA SubCA R3 | |
2657657558 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=University of the Peloponnese Client RSA SubCA R1 | |
2657658676 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=Technical University of Crete Client RSA SubCA R1 | |
2657658699 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=Panteion Univ. of Social and Political Sciences Client SubCA R1 | |
2657659170 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=University of Crete Client RSA SubCA R1 | |
2657659279 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=HEAL-LINK Hellenic Academic Libraries Link Client RSA SubCA R1 | |
2657659290 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=University of Piraeus Client RSA SubCA R1 | |
2657659294 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=Inst. of Accelerating Sys and Applications Client RSA SubCA R2 | |
2657659304 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=Greek School Network Client RSA SubCA R1 | |
2657659332 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=Democritus University of Thrace Client RSA SubCA R1 | |
2657659376 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=Greek Universities Network Client RSA SubCA R1 | |
2657659434 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=Athens University of Economics and Business Client RSA SubCA R1 | |
2657659465 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=University of Western Macedonia Client RSA SubCA R1 | |
2657659626 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=Harokopio University Client RSA SubCA R1 | |
2657659681 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=University of Macedonia Client RSA SubCA R1 | |
2657662544 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=National and Kapodistrian Univ. of Athens Client RSA SubCA R1 | |
2657662689 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=CEDEFOP Client RSA SubCA R1 | |
2838197794 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=Greek Federation of Judicial Officers Client RSA SubCA R3 | |
2838197795 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=Ionian University Client RSA SubCA R2 | |
2838197796 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=GRNET Client RSA SubCA R4 | |
2838197797 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=University of the Aegean Client RSA SubCA R1 | |
2838197798 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=University of Patras Client RSA SubCA R1 | |
2838197799 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=National Technical University of Athens Client RSA SubCA R1 | |
2838197801 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=University of Ioannina Client RSA SubCA R1 | |
2838197802 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=International Hellenic University Client RSA SubCA R1 | |
2838197804 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=Ecclesiastical Academy of Vella of Ioannina Client RSA SubCA R3 | |
2838197805 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=Academy of Athens Client RSA SubCA R3 | |
2838197806 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=Aristotle University of Thessaloniki Client RSA SubCA R3 | |
2858289782 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=University of West Attica Client RSA SubCA R1 | |
2411246057 | Microsec Ltd. | Unrevoked | SHA-256 | C=HU, L=Budapest, O=Microsec Ltd., organizationIdentifier=VATHU-23584497, CN=e-Szigno TSA CA 2017 | |
2411247733 | Microsec Ltd. | Unrevoked | SHA-256 | C=HU, L=Budapest, O=Microsec Ltd., organizationIdentifier=VATHU-23584497, CN=e-Szigno TSA CA 2017 | |
3525432 | OISTE | Unrevoked | SHA-1 | C=BR, DC=br, DC=com, DC=ojc, ST=GO, L=Goiânia, O=Grupo Jaime Câmara, OU=Tecnologia da Informacão, CN=GJC Advanced G1 CA1 | |
12625546 | OISTE | Unrevoked | SHA-1 | DC=INT, DC=ICC, O=ICC-CPI, CN=ICC-CPI Advanced G3 CA1 | |
36391354 | OISTE | Unrevoked | SHA-1 | C=BR, DC=br, DC=com, DC=ojc, ST=GO, L=Goiânia, O=Grupo Jaime Câmara, OU=Tecnologia da Informacão, CN=GJC Advanced G1 CA1 | |
36391363 | OISTE | Unrevoked | SHA-1 | C=BR, DC=br, DC=com, DC=ojc, ST=GO, L=Goiânia, O=Grupo Jaime Câmara, OU=Tecnologia da Informacão, CN=GJC Advanced G1 CA1 | |
1435074103 | OISTE | Unrevoked | SHA-256 | C=CH, O=WISeKey, CN=WISeKey CertifyID SSL GB CA 1 | |
1490728458 | OISTE | Unrevoked | SHA-256 | C=CH, O=WISeKey, CN=WISeKey CertifyID Personal GB CA 2 | |
1490728539 | OISTE | Unrevoked | SHA-256 | C=CH, O=WISeKey, CN=WISeKey CertifyID Personal GB CA 1 | |
4192485 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2014-01 | |
5674244 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2014-02 | |
6195315 | QuoVadis | Unrevoked | SHA-256 | C=BM, O=QuoVadis Limited, CN=QuoVadis EV SSL ICA G1 | |
6276321 | QuoVadis | Unrevoked | SHA-256 | C=US, O=HydrantID (Avalanche Cloud Corporation), CN=HydrantID EV SSL ICA G1 | |
7714552 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2015-01 | |
8300804 | QuoVadis | Unrevoked | SHA-256 | C=BE, O=QuoVadis Trustlink BVBA, CN=QuoVadis Europe SSL CA G1 | |
10700546 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2015-02 | |
12728748 | QuoVadis | Revoked | SHA-1 | C=CH, ST=Luzern, O=Suva, CN=Suva Root CA 1 | |
12728749 | QuoVadis | Revoked | SHA-1 | C=CH, ST=Luzern, O=Suva, CN=Suva Root CA 1 | |
15159402 | QuoVadis | Revoked | SHA-256 | C=DE, OU=VR IDENT, O=FIDUCIA & GAD IT AG, CN=VR IDENT SSL CA 2016 | |
15895471 | QuoVadis | Revoked | SHA-256 | C=DE, OU=VR IDENT, O=FIDUCIA & GAD IT AG, CN=VR IDENT EV SSL CA 2016 | |
19415522 | QuoVadis | Revoked | SHA-384 | C=AE, O=DarkMatter LLC, CN=DarkMatter High Assurance CA | |
23432430 | QuoVadis | Revoked | SHA-384 | C=AE, O=DarkMatter LLC, CN=DarkMatter Secure CA | |
24491545 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2016-01 | |
28870731 | QuoVadis | Revoked | SHA-256 | C=DE, ST=Bayern, L=Muenchen, O=Siemens, serialNumber=ZZZZZZA9, OU=Siemens Trust Center, CN=Siemens Issuing CA Internet Server 2016 | |
71200411 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2016-02 | |
72490942 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2016-01 | |
73136199 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2016-02 | |
87718153 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2016-02 | |
98403793 | QuoVadis | Unrevoked | SHA-256 | C=BM, O=QuoVadis Limited, CN=QuoVadis EV SSL ICA G3 | |
109952780 | QuoVadis | Unrevoked | SHA-256 | C=NL, organizationIdentifier=NTRNL-30237459, O=QuoVadis Trustlink B.V., CN=QuoVadis Qualified Web ICA G1 | |
125032790 | QuoVadis | Unrevoked | SHA-256 | C=BM, O=QuoVadis Limited, CN=QuoVadis QVRCA1G1 SSL ICA | |
125032791 | QuoVadis | Unrevoked | SHA-256 | C=BM, O=QuoVadis Limited, CN=QuoVadis QVRCA3G1 SSL ICA | |
125032792 | QuoVadis | Unrevoked | SHA-256 | C=BM, O=QuoVadis Limited, CN=QuoVadis QVRCA1G3 SSL ICA | |
125032793 | QuoVadis | Revoked | SHA-384 | C=AE, O=DarkMatter LLC, CN=DarkMatter Secure CA | |
125032794 | QuoVadis | Unrevoked | SHA-256 | C=BM, O=QuoVadis Limited, CN=QuoVadis QVRCA3G3 SSL ICA | |
125032795 | QuoVadis | Revoked | SHA-384 | C=AE, O=DarkMatter LLC, CN=DarkMatter High Assurance CA | |
135970401 | QuoVadis | Unrevoked | SHA-256 | C=CH, organizationIdentifier=NTRCH-CHE-112.210.349, O=QuoVadis Trustlink Schweiz AG, CN=QuoVadis Swiss Regulated CA G1 | |
135970405 | QuoVadis | Revoked | SHA-256 | C=DE, O=Intec GmbH, CN=Intec Client ICA | |
147601126 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2016-01 | |
151456470 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, L=Muenchen, O=Siemens, serialNumber=ZZZZZZA6, OU=Siemens Trust Center, CN=Siemens Issuing CA Medium Strength Authentication 2016 | |
151456475 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, L=Muenchen, O=Siemens, serialNumber=ZZZZZZA5, OU=Siemens Trust Center, CN=Siemens Issuing CA Multi Purpose 2016 | |
151456478 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, L=Muenchen, O=Siemens, serialNumber=ZZZZZZA8, OU=Siemens Trust Center, CN=Siemens Issuing CA Internet Code Signing 2016 | |
151456479 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, L=Muenchen, O=Siemens, serialNumber=ZZZZZZAD, OU=Siemens Trust Center, CN=Siemens Issuing CA EE Network Smartcard Auth 2016 | |
151456481 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, L=Muenchen, O=Siemens, serialNumber=ZZZZZZA2, OU=Siemens Trust Center, CN=Siemens Issuing CA EE Auth 2016 | |
151456483 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, L=Muenchen, O=Siemens, serialNumber=ZZZZZZA3, OU=Siemens Trust Center, CN=Siemens Issuing CA EE Enc 2016 | |
154664776 | QuoVadis | Revoked | SHA-256 | C=CH, O=FMH Verbindung der Schweizer Ärztinnen und Ärzte, CN=FMH CA G1 | |
154664777 | QuoVadis | Revoked | SHA-256 | C=CH, O=FMH Verbindung der Schweizer Ärztinnen und Ärzte, CN=FMH CA G2 | |
159384842 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2017-01 | |
160014456 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2017-01 | |
174851777 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, L=Muenchen, O=Siemens, serialNumber=ZZZZZZB9, OU=Siemens Trust Center, CN=Siemens Issuing CA Internet Server 2017 | |
180538091 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2017-01 | |
206114674 | QuoVadis | Unrevoked | SHA-256 | C=CH, O=Swiss Government PKI, OU=Services, OU=Certification Authorities, CN=Swiss Government Public Trust Standard CA 02 | |
216371873 | QuoVadis | Unrevoked | SHA-256 | C=CH, O=Swiss Government PKI, OU=Services, OU=Certification Authorities, CN=Swiss Government Public Trust Standard CA 02 | |
271418958 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2017-02 | |
278828716 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2017-02 | |
279527706 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2017-02 | |
283394545 | QuoVadis | Revoked | SHA-256 | C=CH, O=Novartis Pharma AG, organizationIdentifier=NTRCH-CHE-106.052.527, CN=Novartis Issuing CA by QuoVadis | |
311598613 | QuoVadis | Unrevoked | SHA-256 | C=LI, O=Liechtensteinische Landesbank AG, CN=LLB Root CA public v3 | |
331017934 | QuoVadis | Unrevoked | SHA-256 | C=CH, organizationIdentifier=NTRCH-CHE-112.210.349, O=QuoVadis Trustlink Schweiz AG, CN=QuoVadis Swiss Advanced CA G3 | |
405618302 | QuoVadis | Revoked | SHA-256 | C=CH, ST=Luzern, O=Suva, CN=Suva Root CA 1 | |
405618315 | QuoVadis | Revoked | SHA-256 | C=LI, O=Liechtensteinische Landesbank AG, CN=LLB Root CA public v2 | |
415169072 | QuoVadis | Revoked | SHA-256 | C=CH, O=Novartis Pharma AG, organizationIdentifier=NTRCH-CHE-106.052.527, CN=Novartis Issuing CA by QuoVadis | |
417999816 | QuoVadis | Revoked | SHA-384 | C=AE, O=DarkMatter LLC, CN=DarkMatter Assured CA | |
419564511 | QuoVadis | Revoked | SHA-384 | C=AE, O=DarkMatter LLC, CN=DarkMatter Assured CA | |
453366210 | QuoVadis | Revoked | SHA-256 | C=CH, O=Novartis Pharma AG, organizationIdentifier=NTRCH-CHE-106.052.527, CN=Novartis Issuing CA by QuoVadis | |
455264148 | QuoVadis | Revoked | SHA-256 | C=US, O=Allscripts Healthcare LLC., CN=Allscripts Public Issuing CA 1 | |
507425109 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2018-01 | |
519290490 | QuoVadis | Revoked | SHA-256 | C=US, O=Allscripts Healthcare LLC., CN=Allscripts Public Issuing CA 1 | |
528010132 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2018-01 | |
549505562 | QuoVadis | Unrevoked | SHA-256 | C=BE, organizationIdentifier=NTRBE-0537698318, O=QuoVadis Trustlink BVBA, CN=itsme Sign Issuing CA G1 | |
580872540 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2018-01 | |
648772148 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, L=Muenchen, O=Siemens, serialNumber=ZZZZZZA2, OU=Siemens Trust Center, CN=Siemens Issuing CA EE Auth 2016 | |
736697429 | QuoVadis | Unrevoked | SHA-256 | C=DE, O=Fiducia & GAD IT AG, OU=VR IDENT, CN=VR IDENT SSL CA 2018 | |
736697493 | QuoVadis | Unrevoked | SHA-256 | C=DE, O=Fiducia & GAD IT AG, OU=VR IDENT, CN=VR IDENT EV SSL CA 2018 | |
766740088 | QuoVadis | Unrevoked | SHA-256 | C=DE, organizationIdentifier=VATDE-DE296898382, O=QuoVadis Trustlink Deutschland GmbH, CN=QuoVadis Europe Advanced CA G1 | |
1470387404 | QuoVadis | Unrevoked | SHA-256 | C=NL, organizationIdentifier=NTRNL-30237459, O=QuoVadis Trustlink B.V., CN=QuoVadis Qualified Web ICA G1 | |
1596016279 | QuoVadis | Unrevoked | SHA-256 | C=CH, O=QuoVadis Trustlink Schweiz AG, organizationIdentifier=NTRCH-CHE-112.210.349, CN=QuoVadis Swiss Regulated CA G2 | |
1671982905 | SECOM Trust Systems CO., LTD. | Unrevoked | SHA-256 | C=JP, O=Japan Registry Services Co., Ltd., CN=JPRS Organization Validation Authority - G3 | |
1671982906 | SECOM Trust Systems CO., LTD. | Unrevoked | SHA-256 | C=JP, O=Japan Registry Services Co., Ltd., CN=JPRS Domain Validation Authority - G3 | |
2517735005 | SECOM Trust Systems CO., LTD. | Unrevoked | SHA-256 | C=JP, O=SECOM Trust Systems CO.,LTD., OU=SECOM Passport for Member 2.0 PUB, CN=SECOM Passport for Member PUB CodeSigning CA G1 | |
862503 | SK ID Solutions AS | Unrevoked | SHA-1 | C=EE, O=AS Sertifitseerimiskeskus, CN=EE Certification Centre Root CA, [email protected] | |
12624839 | SK ID Solutions AS | Unrevoked | SHA-384 | C=EE, O=AS Sertifitseerimiskeskus, organizationIdentifier=NTREE-10747013, CN=ESTEID-SK 2015 | |
78288258 | SK ID Solutions AS | Unrevoked | SHA-384 | C=EE, O=AS Sertifitseerimiskeskus, organizationIdentifier=NTREE-10747013, CN=EID-SK 2016 | |
163641648 | SK ID Solutions AS | Unrevoked | SHA-384 | C=EE, O=AS Sertifitseerimiskeskus, organizationIdentifier=NTREE-10747013, CN=NQ-SK 2016 | |
164243750 | SK ID Solutions AS | Revoked | SHA-384 | C=EE, O=AS Sertifitseerimiskeskus, CN=EID-SK 2011, [email protected] | |
164243751 | SK ID Solutions AS | Revoked | SHA-384 | C=EE, O=AS Sertifitseerimiskeskus, CN=ESTEID-SK 2011, [email protected] | |
40463077 | T-Systems International GmbH (Deutsche Telekom) | Unrevoked | SHA-256 | C=DE, O=Deutsche Telekom AG, OU=Trust Center, CN=Deutsche Telekom AG Issuing CA 01 | |
1303235837 | T-Systems International GmbH (Deutsche Telekom) | Unrevoked | SHA-256 | C=DE, O=T-Systems International GmbH, OU=T-Systems Trust Center, CN=TeleSec PKS CA 8 | |
2517734973 | T-Systems International GmbH (Deutsche Telekom) | Unrevoked | SHA-256 | C=DE, O=Deutsche Telekom AG, CN=Deutsche Telekom AG secure email CA E02 |
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
ID | CA Owner | OneCRL Status | Sig. Hash Alg. | CA Subject DN | |
---|---|---|---|---|---|
12729554 | AC Camerfirma, S.A. | Unrevoked | SHA-1 | C=ES, O=ORGANIZACION MEDICA COLEGIAL, OU=ENTIDAD DE CERTIFICACION, CN=OMC | |
57898640 | AC Camerfirma, S.A. | Unrevoked | SHA-256 | C=CO, O=CITISEG S.A.S., serialNumber=900760499, L=BOGOTÁ (see current address at www.citiseg.com/address), CN=AC CITISEG II - 2015 | |
1298407195 | Actalis | Unrevoked | SHA-256 | C=IT, ST=Bergamo, L=Ponte San Pietro, O=Actalis S.p.A./03358520967, CN=Actalis Extended Validation Server CA G2 | |
1298407200 | Actalis | Unrevoked | SHA-256 | C=IT, ST=Bergamo, L=Ponte San Pietro, O=Actalis S.p.A./03358520967, CN=Actalis Domain Validation Server CA G2 | |
1305420938 | Actalis | Unrevoked | SHA-256 | C=IT, ST=Bergamo, L=Ponte San Pietro, O=Actalis S.p.A./03358520967, CN=Actalis Organization Validated Server CA G2 | |
2029983391 | Actalis | Unrevoked | SHA-256 | C=IT, ST=Bergamo, L=Ponte San Pietro, O=Actalis S.p.A./03358520967, CN=Actalis Client Authentication CA G2 | |
1618718808 | Atos | Unrevoked | SHA-256 | CN=Atos TrustedRoot Client-CA for equensWorldlinePartner 2 2019, O=Atos, C=DE | |
2070270509 | Atos | Unrevoked | SHA-256 | CN=Atos TrustedRoot Client-CA 2019, O=Atos, C=DE | |
2411246003 | Atos | Unrevoked | SHA-256 | CN=Atos TrustedRoot Client-CA for Wintershall Dea 2020, O=Atos, C=DE | |
2595911605 | Atos | Unrevoked | SHA-256 | CN=Atos TrustedRoot Client-CA for Worldline 2020, O=Atos, C=DE | |
10601239 | Autoridad de Certificacion Firmaprofesional | Unrevoked | SHA-256 | C=ES, O=Firmaprofesional S.A., OU=Security Services, serialNumber=A62634068, CN=AC Firmaprofesional - INFRAESTRUCTURA | |
240192053 | Autoridad de Certificacion Firmaprofesional | Unrevoked | SHA-256 | C=ES, L=Avenida de la Industria 18. Tres Cantos 28760-Madrid, O=SIGNE S.A., serialNumber=A11029279, CN=SIGNE Autoridad de Certificacion | |
536779027 | Autoridad de Certificacion Firmaprofesional | Unrevoked | SHA-256 | C=ES, O=Firmaprofesional S.A., OU=Certificados de Firma Electronica Avanzada, serialNumber=A62634068, CN=AC Firmaprofesional - CFEA | |
536779028 | Autoridad de Certificacion Firmaprofesional | Unrevoked | SHA-256 | C=ES, O=Firmaprofesional S.A., OU=Certificados de un solo uso, serialNumber=A62634068, CN=AC Firmaprofesional - OTC | |
9400462 | DigiCert | Unrevoked | SHA-256 | C=US, ST=CA, L=San Francisco, O=Bechtel Corporation, OU=Information Security, CN=IEXTCA-SSL.ibechtel.com | |
21606056 | DigiCert | Unrevoked | SHA-256 | C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=Microsoft IT, CN=Microsoft IT TLS CA 2 | |
21606058 | DigiCert | Unrevoked | SHA-256 | C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=Microsoft IT, CN=Microsoft IT TLS CA 5 | |
21606064 | DigiCert | Unrevoked | SHA-256 | C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=Microsoft IT, CN=Microsoft IT TLS CA 1 | |
21606070 | DigiCert | Unrevoked | SHA-256 | C=US, ST=Washington, L=Redmond, O=Microsoft Corporation, OU=Microsoft IT, CN=Microsoft IT TLS CA 4 | |
135970330 | DigiCert | Unrevoked | SHA-256 | C=NL, O=Cybertrust, OU=IDM, CN=VZ Cybertrust Client CA | |
155179794 | DigiCert | Unrevoked | SHA-384 | DC=COM, DC=ABB, O=ABB, CN=ABB ECC Intermediate CA 1 | |
155179795 | DigiCert | Unrevoked | SHA-256 | DC=COM, DC=ABB, O=ABB, CN=ABB Intermediate CA 4 | |
2382695512 | DigiCert | Unrevoked | SHA-256 | DC=COM, DC=ABB, O=ABB, CN=ABB Intermediate CA 5 | |
7890405 | GlobalSign | Unrevoked | SHA-256 | C=AE, ST=Abu Dhabi, L=Abu Dhabi, O=Crown Prince Court, CN=Crown Prince Court CA | |
8527797 | GlobalSign | Unrevoked | SHA-256 | C=DE, ST=Nordrhein-Westfalen, L=Bonn, O=Deutsche Post, CN=DPDHL TLS SHA2 CA I3 | |
9881176 | GlobalSign | Unrevoked | SHA-256 | C=DE, ST=Nordrhein-Westfalen, L=Bonn, O=Deutsche Post, CN=DPDHL TLS SHA2 CA I3 | |
10105729 | GlobalSign | Unrevoked | SHA-256 | C=AE, ST=Abu Dhabi, L=Abu Dhabi, O=Crown Prince Court, CN=Crown Prince Court CA | |
11501550 | GlobalSign | Unrevoked | SHA-256 | C=US, ST=GA, L=Atlanta, O=Southern Company Services, Inc., CN=Southern Company External Issuing CA 1 | |
12729526 | GlobalSign | Unrevoked | SHA-256 | C=DE, ST=Nordrhein-Westfalen, L=Bonn, O=Deutsche Post, CN=DPDHL User CA I3 | |
12729527 | GlobalSign | Unrevoked | SHA-256 | C=DE, ST=Nordrhein-Westfalen, L=Bonn, O=Deutsche Post, CN=DPDHL User CA I3 | |
24592899 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign PersonalSign 2 CA - SHA256 - G3 | |
26749929 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign CodeSigning CA - SHA256 - G3 | |
27823827 | GlobalSign | Unrevoked | SHA-256 | C=DE, ST=Nordrhein-Westfalen, L=Bonn, O=Deutsche Post, CN=DPDHL TLS SHA2 CA I3 | |
36391364 | GlobalSign | Unrevoked | SHA-256 | C=US, ST=VA, L=Lynchburg, O=Liberty University, CN=Liberty University External Issuing CA 01 | |
41285443 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign Extended Validation CodeSigning CA - SHA256 - G3 | |
147619379 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign PersonalSign 1 CA - SHA256 - G3 | |
157564305 | GlobalSign | Unrevoked | SHA-1 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign CodeSigning CA - G3 | |
163079175 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign PersonalSign 3 CA - SHA256 - G3 | |
163676419 | GlobalSign | Unrevoked | SHA-256 | C=JP, O=JIPDEC, OU=JCAN Public CA1 - G4, CN=JCAN Public CA1 - G4 | |
164243753 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign R6 Admin CA - SHA256 - G3 | |
196919504 | GlobalSign | Unrevoked | SHA-256 | C=DE, L=Munich, O=Giesecke and Devrient, OU=Corporate CA, CN=Giesecke and Devrient CA | |
306624237 | GlobalSign | Unrevoked | SHA-256 | C=US, O=Ford Motor Company, L=Dearborn, ST=Michigan, CN=Ford Motor Company - Enterprise Issuing CA01 | |
329514052 | GlobalSign | Unrevoked | SHA-256 | C=DE, ST=Nordrhein-Westfalen, L=Bonn, O=Deutsche Post, CN=DPDHL User CA I3 | |
392882654 | GlobalSign | Unrevoked | SHA-256 | C=US, O=Ford Motor Company, L=Dearborn, ST=Michigan, CN=Ford Motor Company - Enterprise Issuing CA01 | |
405618295 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign PersonalSign 2 RSA CA SHA 384 - G4 | |
405618313 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign PersonalSign 2 ECC CA SHA 384 - G4 | |
405831326 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign CA 4 for AATL | |
408789250 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign CA 5 for AATL | |
509714291 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign Qualified CA 2 | |
509714292 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign Qualified CA 3 | |
509714293 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign Qualified CA 1 | |
549505576 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign SMIME CA 2018 | |
970082980 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign HV RSA DV SSL CA 2018 | |
970083106 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign RSA DV SSL CA 2018 | |
970083107 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign HV ECC DV SSL CA 2018 | |
1225556701 | GlobalSign | Unrevoked | SHA-256 | C=CN, O=Shanghai Electronic Certificate Authority Center Co., Ltd., L=Shanghai, ST=Shanghai, CN=SHECA DV Secure Server CA | |
1225556702 | GlobalSign | Unrevoked | SHA-256 | C=CN, O=Shanghai Electronic Certificate Authority Center Co., Ltd., L=Shanghai, ST=Shanghai, CN=SHECA OV Secure Server CA | |
1229139434 | GlobalSign | Unrevoked | SHA-256 | C=CN, O=Shanghai Electronic Certificate Authority Center Co., Ltd., L=Shanghai, ST=Shanghai, CN=SHECA EV Secure Server CA | |
1229139435 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign CA 4 for AATL | |
1436918881 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign AATL Partners CA 2019 | |
1476651440 | GlobalSign | Unrevoked | SHA-256 | C=BR, O=Rede Nacional de Ensino e Pesquisa - RNP, OU=Gerencia de Servicos (GSer), L=Rio de Janeiro, ST=Rio de Janeiro, CN=RNP ICPEdu OV SSL CA 2019 | |
1476651569 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign CodeSigning CA - G2 | |
1476654013 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign R6 RSA EV SSL CA 2019 | |
1490728430 | GlobalSign | Unrevoked | SHA-256 | C=US, O=ATT Services Inc, OU=ATT Business Wi-Fi Services, L=Austin, ST=Texas, CN=ATT Organization Validated CA 2019 | |
1490728500 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign RSA EV QWAC CA 2019 | |
1490728721 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign Qualified Time Stamping CA 2019 | |
1596016275 | GlobalSign | Unrevoked | SHA-256 | C=DE, ST=Nordrhein-Westfalen, L=Bonn, O=Deutsche Post, CN=DPDHL User CA I3 | |
1703475054 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign CodeSigning CA - SHA256 - G2 | |
1703475088 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign Extended Validation CodeSigning CA - SHA256 - G2 | |
1814823951 | GlobalSign | Unrevoked | SHA-256 | C=DE, O=Deutsche Post AG, L=Bonn, ST=Nordrhein-Westfalen, CN=DPDHL Global TLS CA - I4 | |
1814826066 | GlobalSign | Unrevoked | SHA-256 | C=MX, O=QUALITAS COMPAÑIA DE SEGUROS S.A. DE C.V., L=CUAJIMALPA, ST=CIUDAD DE MEXICO, street=JOSE MARIA CASTORENA No. 426, SAN JOSE DE LOS CEDROS, postalCode=05200, CN=Quálitas Compañía de Seguros S.A. de C.V. | |
2029982659 | GlobalSign | Unrevoked | SHA-256 | C=US, O=CRB Group, Inc., CN=CRB Group SMIME CA 2019 | |
2029984306 | GlobalSign | Unrevoked | SHA-256 | C=US, O=DexKo Global Inc., CN=DexKo Global SMIME CA 2019 | |
2220986544 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign RSA EV SSL CA 2019 | |
2329203344 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign ECC EV SSL CA 2019 | |
2369947889 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign CA for AATL - SHA256 - G3 | |
2369947954 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign PersonalSign 2 CA - G3 | |
2369948019 | GlobalSign | Unrevoked | SHA-384 | C=US, ST=New Hampshire, L=Portsmouth, O=GMO GlobalSign Inc., CN=NAESB Issuing CA - SHA384 - G3 | |
2369948041 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign PersonalSign Partners CA - SHA256 - G2 | |
2369948051 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign PersonalSign 1 CA - G3 | |
2369948075 | GlobalSign | Unrevoked | SHA-256 | C=DE, O=Deutsche Post AG, CN=DPDHL User CA I4 | |
2369948428 | GlobalSign | Unrevoked | SHA-256 | C=SG, O=Trafigura PTE Ltd, CN=Trafigura PTE Ltd S/MIME ICA 2020 | |
2369948432 | GlobalSign | Unrevoked | SHA-384 | C=US, O=GMO GlobalSign Inc., CN=NAESB Issuing CA - SHA384 - G4 | |
2369948433 | GlobalSign | Unrevoked | SHA-256 | C=US, O=LinQuest Corporation, CN=LinQuest SMIME CA 2020 | |
2369948436 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign PersonalSign 3 CA - G3 | |
2369948437 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign Timestamping CA - SHA256 - G3 | |
2392141070 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign Timestamping CA - G3 | |
2839140405 | GlobalSign | Unrevoked | SHA-384 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign Qualified Timestamping ECC CA 2020, organizationIdentifier=NTRBE-0459134256 | |
2839140428 | GlobalSign | Unrevoked | SHA-256 | C=BE, O=GlobalSign nv-sa, CN=GlobalSign PersonalSign 2 CA - SHA256 - G4 | |
2839140453 | GlobalSign | Unrevoked | SHA-256 | C=US, O=CrowdStrike Inc., CN=CrowdStrike OV SSL Issuing CA 2020 | |
7846179 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=QuoVadis Trustlink BV, CN=QuoVadis PKIoverheid EV CA | |
10646767 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=KPN Corporate Market B.V., CN=KPN CM PKIoverheid EV CA | |
15971988 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=KPN B.V., CN=KPN PKIoverheid EV CA | |
19623446 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=KPN Corporate Market B.V., CN=KPN PKIoverheid Organisatie Persoon CA - G3 | |
54959165 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=QuoVadis Trustlink B.V., organizationIdentifier=NTRNL-30237459, CN=QuoVadis PKIoverheid Organisatie Server CA - G3 | |
63094369 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=KPN B.V., organizationIdentifier=NTRNL-27124701, CN=KPN BV PKIoverheid Organisatie Server CA - G3 | |
130068222 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=QuoVadis Trustlink B.V., organizationIdentifier=NTRNL-30237459, CN=QuoVadis PKIoverheid Organisatie Services CA - G3 | |
130486221 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=KPN B.V., organizationIdentifier=NTRNL-27124701, CN=KPN BV PKIoverheid Organisatie Services CA - G3 | |
135970399 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=QuoVadis Trustlink B.V., organizationIdentifier=NTRNL-30237459, CN=QuoVadis PKIoverheid Organisatie Persoon CA - G3 | |
135970406 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=QuoVadis Trustlink B.V., organizationIdentifier=NTRNL-30237459, CN=QuoVadis PKIoverheid Burger CA - G3 | |
147613373 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=KPN B.V., organizationIdentifier=NTRNL-27124701, CN=KPN BV PKIoverheid Organisatie Persoon CA - G3 | |
164244352 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=CIBG, organizationIdentifier=NTRNL-50000535, CN=UZI-register Zorgverlener CA G3 | |
164244353 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=CIBG, organizationIdentifier=NTRNL-50000535, CN=UZI-register Medewerker op naam CA G3 | |
164244355 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=CIBG, organizationIdentifier=NTRNL-50000535, CN=UZI-register Medewerker niet op naam CA G3 | |
318398866 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=Cleverbase ID B.V., organizationIdentifier=NTRNL-67419925, CN=Cleverbase ID PKIoverheid Burger CA - G3 | |
475894529 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=Digidentity B.V., organizationIdentifier=NTRNL-27322631, CN=Digidentity BV PKIoverheid Organisatie Server CA - G3 | |
1412329219 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=CIBG, organizationIdentifier=NTRNL-50000535, CN=UZI-register Medewerker niet op naam CA G3 | |
1412330500 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=Cleverbase ID B.V., organizationIdentifier=NTRNL-67419925, CN=Cleverbase ID PKIoverheid Burger CA - G3 | |
1412330508 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=Digidentity B.V., organizationIdentifier=NTRNL-27322631, CN=Digidentity BV PKIoverheid Burger CA - G3 | |
1412330519 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=KPN B.V., organizationIdentifier=NTRNL-27124701, CN=KPN BV PKIoverheid Organisatie Server CA - G3 | |
1412330520 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=CIBG, organizationIdentifier=NTRNL-50000535, CN=UZI-register Zorgverlener CA G3 | |
1412330543 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=Digidentity B.V., organizationIdentifier=NTRNL-27322631, CN=Digidentity BV PKIoverheid Organisatie Persoon CA - G3 | |
1412330560 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=QuoVadis Trustlink B.V., organizationIdentifier=NTRNL-30237459, CN=QuoVadis PKIoverheid Organisatie Server CA - G3 | |
1412330569 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=Digidentity B.V., organizationIdentifier=NTRNL-27322631, CN=Digidentity BV PKIoverheid Organisatie Server CA - G3 | |
1412330611 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=CIBG, organizationIdentifier=NTRNL-50000535, CN=UZI-register Medewerker op naam CA G3 | |
1652799589 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=Ministerie van Defensie, organizationIdentifier=NTRNL-27370985, CN=Ministerie van Defensie PKIoverheid Organisatie Persoon CA - G3 | |
1835407965 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=Ministerie van Infrastructuur en Waterstaat, organizationIdentifier=NTRNL-52766179, CN=MinIenW PKIoverheid Organisatie Persoon CA - G3 | |
1838117644 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=Ministerie van Infrastructuur en Waterstaat, organizationIdentifier=NTRNL-52766179, CN=MinIenW PKIoverheid Autonome Apparaten CA - G3 | |
1838117716 | Government of The Netherlands, PKIoverheid (Logius) | Unrevoked | SHA-256 | C=NL, O=Ministerie van Infrastructuur en Waterstaat, organizationIdentifier=NTRNL-52766179, CN=MinIenW PKIoverheid Organisatie Services CA - G3 | |
900785759 | HARICA | Unrevoked | SHA-256 | C=GR, L=Ioannina, O=University Ecclesiastical Academy of Vella of Ioannina, CN=Ecclesiastical Academy of Vella Client RSA SubCA R1 | |
1222759679 | HARICA | Unrevoked | SHA-256 | C=GR, L=Thessaloniki, O=Aristotle University of Thessaloniki, CN=Aristotle University of Thessaloniki Client RSA SubCA R1 | |
1222760114 | HARICA | Unrevoked | SHA-256 | C=GR, L=Athens, O=Greek Research and Technology Network, CN=GRnet Client RSA SubCA R1 | |
1222761078 | HARICA | Unrevoked | SHA-256 | C=GR, L=Athens, O=Greek Federation of Judicial Officers, CN=Greek Federation of Judicial Officers Client SubCA R1 | |
1903248090 | HARICA | Unrevoked | SHA-256 | C=GR, L=Thessaloniki, O=Aristotle University of Thessaloniki, CN=Aristotle University of Thessaloniki Client RSA SubCA R2 | |
2097908041 | HARICA | Unrevoked | SHA-256 | C=GR, L=Athens, O=National Infrastructures for Research and Technology, CN=GRNET Client RSA SubCA R3 | |
2657657558 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=University of the Peloponnese Client RSA SubCA R1 | |
2657658676 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=Technical University of Crete Client RSA SubCA R1 | |
2657658699 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=Panteion Univ. of Social and Political Sciences Client SubCA R1 | |
2657659170 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=University of Crete Client RSA SubCA R1 | |
2657659279 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=HEAL-LINK Hellenic Academic Libraries Link Client RSA SubCA R1 | |
2657659290 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=University of Piraeus Client RSA SubCA R1 | |
2657659294 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=Inst. of Accelerating Sys and Applications Client RSA SubCA R2 | |
2657659304 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=Greek School Network Client RSA SubCA R1 | |
2657659332 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=Democritus University of Thrace Client RSA SubCA R1 | |
2657659376 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=Greek Universities Network Client RSA SubCA R1 | |
2657659434 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=Athens University of Economics and Business Client RSA SubCA R1 | |
2657659465 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=University of Western Macedonia Client RSA SubCA R1 | |
2657659626 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=Harokopio University Client RSA SubCA R1 | |
2657659681 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=University of Macedonia Client RSA SubCA R1 | |
2657662544 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=National and Kapodistrian Univ. of Athens Client RSA SubCA R1 | |
2657662689 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=CEDEFOP Client RSA SubCA R1 | |
2838197794 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=Greek Federation of Judicial Officers Client RSA SubCA R3 | |
2838197795 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=Ionian University Client RSA SubCA R2 | |
2838197796 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=GRNET Client RSA SubCA R4 | |
2838197797 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=University of the Aegean Client RSA SubCA R1 | |
2838197798 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=University of Patras Client RSA SubCA R1 | |
2838197799 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=National Technical University of Athens Client RSA SubCA R1 | |
2838197801 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=University of Ioannina Client RSA SubCA R1 | |
2838197802 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=International Hellenic University Client RSA SubCA R1 | |
2838197804 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=Ecclesiastical Academy of Vella of Ioannina Client RSA SubCA R3 | |
2838197805 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=Academy of Athens Client RSA SubCA R3 | |
2838197806 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=Aristotle University of Thessaloniki Client RSA SubCA R3 | |
2858289782 | HARICA | Unrevoked | SHA-256 | C=GR, O=Greek Universities Network (GUnet), organizationIdentifier=VATGR-099028220, OU=Hellenic Academic and Research Institutions CA, CN=University of West Attica Client RSA SubCA R1 | |
2411246057 | Microsec Ltd. | Unrevoked | SHA-256 | C=HU, L=Budapest, O=Microsec Ltd., organizationIdentifier=VATHU-23584497, CN=e-Szigno TSA CA 2017 | |
2411247733 | Microsec Ltd. | Unrevoked | SHA-256 | C=HU, L=Budapest, O=Microsec Ltd., organizationIdentifier=VATHU-23584497, CN=e-Szigno TSA CA 2017 | |
3525432 | OISTE | Unrevoked | SHA-1 | C=BR, DC=br, DC=com, DC=ojc, ST=GO, L=Goiânia, O=Grupo Jaime Câmara, OU=Tecnologia da Informacão, CN=GJC Advanced G1 CA1 | |
12625546 | OISTE | Unrevoked | SHA-1 | DC=INT, DC=ICC, O=ICC-CPI, CN=ICC-CPI Advanced G3 CA1 | |
36391354 | OISTE | Unrevoked | SHA-1 | C=BR, DC=br, DC=com, DC=ojc, ST=GO, L=Goiânia, O=Grupo Jaime Câmara, OU=Tecnologia da Informacão, CN=GJC Advanced G1 CA1 | |
36391363 | OISTE | Unrevoked | SHA-1 | C=BR, DC=br, DC=com, DC=ojc, ST=GO, L=Goiânia, O=Grupo Jaime Câmara, OU=Tecnologia da Informacão, CN=GJC Advanced G1 CA1 | |
1435074103 | OISTE | Unrevoked | SHA-256 | C=CH, O=WISeKey, CN=WISeKey CertifyID SSL GB CA 1 | |
1490728458 | OISTE | Unrevoked | SHA-256 | C=CH, O=WISeKey, CN=WISeKey CertifyID Personal GB CA 2 | |
1490728539 | OISTE | Unrevoked | SHA-256 | C=CH, O=WISeKey, CN=WISeKey CertifyID Personal GB CA 1 | |
4192485 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2014-01 | |
5674244 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2014-02 | |
6195315 | QuoVadis | Unrevoked | SHA-256 | C=BM, O=QuoVadis Limited, CN=QuoVadis EV SSL ICA G1 | |
6276321 | QuoVadis | Unrevoked | SHA-256 | C=US, O=HydrantID (Avalanche Cloud Corporation), CN=HydrantID EV SSL ICA G1 | |
7714552 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2015-01 | |
8300804 | QuoVadis | Unrevoked | SHA-256 | C=BE, O=QuoVadis Trustlink BVBA, CN=QuoVadis Europe SSL CA G1 | |
10700546 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2015-02 | |
24491545 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2016-01 | |
71200411 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2016-02 | |
72490942 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2016-01 | |
73136199 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2016-02 | |
87718153 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2016-02 | |
98403793 | QuoVadis | Unrevoked | SHA-256 | C=BM, O=QuoVadis Limited, CN=QuoVadis EV SSL ICA G3 | |
109952780 | QuoVadis | Unrevoked | SHA-256 | C=NL, organizationIdentifier=NTRNL-30237459, O=QuoVadis Trustlink B.V., CN=QuoVadis Qualified Web ICA G1 | |
125032790 | QuoVadis | Unrevoked | SHA-256 | C=BM, O=QuoVadis Limited, CN=QuoVadis QVRCA1G1 SSL ICA | |
125032791 | QuoVadis | Unrevoked | SHA-256 | C=BM, O=QuoVadis Limited, CN=QuoVadis QVRCA3G1 SSL ICA | |
125032792 | QuoVadis | Unrevoked | SHA-256 | C=BM, O=QuoVadis Limited, CN=QuoVadis QVRCA1G3 SSL ICA | |
125032794 | QuoVadis | Unrevoked | SHA-256 | C=BM, O=QuoVadis Limited, CN=QuoVadis QVRCA3G3 SSL ICA | |
135970401 | QuoVadis | Unrevoked | SHA-256 | C=CH, organizationIdentifier=NTRCH-CHE-112.210.349, O=QuoVadis Trustlink Schweiz AG, CN=QuoVadis Swiss Regulated CA G1 | |
147601126 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2016-01 | |
151456470 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, L=Muenchen, O=Siemens, serialNumber=ZZZZZZA6, OU=Siemens Trust Center, CN=Siemens Issuing CA Medium Strength Authentication 2016 | |
151456475 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, L=Muenchen, O=Siemens, serialNumber=ZZZZZZA5, OU=Siemens Trust Center, CN=Siemens Issuing CA Multi Purpose 2016 | |
151456478 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, L=Muenchen, O=Siemens, serialNumber=ZZZZZZA8, OU=Siemens Trust Center, CN=Siemens Issuing CA Internet Code Signing 2016 | |
151456479 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, L=Muenchen, O=Siemens, serialNumber=ZZZZZZAD, OU=Siemens Trust Center, CN=Siemens Issuing CA EE Network Smartcard Auth 2016 | |
151456481 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, L=Muenchen, O=Siemens, serialNumber=ZZZZZZA2, OU=Siemens Trust Center, CN=Siemens Issuing CA EE Auth 2016 | |
151456483 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, L=Muenchen, O=Siemens, serialNumber=ZZZZZZA3, OU=Siemens Trust Center, CN=Siemens Issuing CA EE Enc 2016 | |
159384842 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2017-01 | |
160014456 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2017-01 | |
174851777 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, L=Muenchen, O=Siemens, serialNumber=ZZZZZZB9, OU=Siemens Trust Center, CN=Siemens Issuing CA Internet Server 2017 | |
180538091 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2017-01 | |
206114674 | QuoVadis | Unrevoked | SHA-256 | C=CH, O=Swiss Government PKI, OU=Services, OU=Certification Authorities, CN=Swiss Government Public Trust Standard CA 02 | |
216371873 | QuoVadis | Unrevoked | SHA-256 | C=CH, O=Swiss Government PKI, OU=Services, OU=Certification Authorities, CN=Swiss Government Public Trust Standard CA 02 | |
271418958 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2017-02 | |
278828716 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2017-02 | |
279527706 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2017-02 | |
311598613 | QuoVadis | Unrevoked | SHA-256 | C=LI, O=Liechtensteinische Landesbank AG, CN=LLB Root CA public v3 | |
331017934 | QuoVadis | Unrevoked | SHA-256 | C=CH, organizationIdentifier=NTRCH-CHE-112.210.349, O=QuoVadis Trustlink Schweiz AG, CN=QuoVadis Swiss Advanced CA G3 | |
507425109 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2018-01 | |
528010132 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2018-01 | |
549505562 | QuoVadis | Unrevoked | SHA-256 | C=BE, organizationIdentifier=NTRBE-0537698318, O=QuoVadis Trustlink BVBA, CN=itsme Sign Issuing CA G1 | |
580872540 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, O=Freistaat Bayern, CN=Bayerische SSL-CA-2018-01 | |
648772148 | QuoVadis | Unrevoked | SHA-256 | C=DE, ST=Bayern, L=Muenchen, O=Siemens, serialNumber=ZZZZZZA2, OU=Siemens Trust Center, CN=Siemens Issuing CA EE Auth 2016 | |
736697429 | QuoVadis | Unrevoked | SHA-256 | C=DE, O=Fiducia & GAD IT AG, OU=VR IDENT, CN=VR IDENT SSL CA 2018 | |
736697493 | QuoVadis | Unrevoked | SHA-256 | C=DE, O=Fiducia & GAD IT AG, OU=VR IDENT, CN=VR IDENT EV SSL CA 2018 | |
766740088 | QuoVadis | Unrevoked | SHA-256 | C=DE, organizationIdentifier=VATDE-DE296898382, O=QuoVadis Trustlink Deutschland GmbH, CN=QuoVadis Europe Advanced CA G1 | |
1470387404 | QuoVadis | Unrevoked | SHA-256 | C=NL, organizationIdentifier=NTRNL-30237459, O=QuoVadis Trustlink B.V., CN=QuoVadis Qualified Web ICA G1 | |
1596016279 | QuoVadis | Unrevoked | SHA-256 | C=CH, O=QuoVadis Trustlink Schweiz AG, organizationIdentifier=NTRCH-CHE-112.210.349, CN=QuoVadis Swiss Regulated CA G2 | |
1671982905 | SECOM Trust Systems CO., LTD. | Unrevoked | SHA-256 | C=JP, O=Japan Registry Services Co., Ltd., CN=JPRS Organization Validation Authority - G3 | |
1671982906 | SECOM Trust Systems CO., LTD. | Unrevoked | SHA-256 | C=JP, O=Japan Registry Services Co., Ltd., CN=JPRS Domain Validation Authority - G3 | |
2517735005 | SECOM Trust Systems CO., LTD. | Unrevoked | SHA-256 | C=JP, O=SECOM Trust Systems CO.,LTD., OU=SECOM Passport for Member 2.0 PUB, CN=SECOM Passport for Member PUB CodeSigning CA G1 | |
862503 | SK ID Solutions AS | Unrevoked | SHA-1 | C=EE, O=AS Sertifitseerimiskeskus, CN=EE Certification Centre Root CA, [email protected] | |
12624839 | SK ID Solutions AS | Unrevoked | SHA-384 | C=EE, O=AS Sertifitseerimiskeskus, organizationIdentifier=NTREE-10747013, CN=ESTEID-SK 2015 | |
78288258 | SK ID Solutions AS | Unrevoked | SHA-384 | C=EE, O=AS Sertifitseerimiskeskus, organizationIdentifier=NTREE-10747013, CN=EID-SK 2016 | |
163641648 | SK ID Solutions AS | Unrevoked | SHA-384 | C=EE, O=AS Sertifitseerimiskeskus, organizationIdentifier=NTREE-10747013, CN=NQ-SK 2016 | |
40463077 | T-Systems International GmbH (Deutsche Telekom) | Unrevoked | SHA-256 | C=DE, O=Deutsche Telekom AG, OU=Trust Center, CN=Deutsche Telekom AG Issuing CA 01 | |
1303235837 | T-Systems International GmbH (Deutsche Telekom) | Unrevoked | SHA-256 | C=DE, O=T-Systems International GmbH, OU=T-Systems Trust Center, CN=TeleSec PKS CA 8 | |
2517734973 | T-Systems International GmbH (Deutsche Telekom) | Unrevoked | SHA-256 | C=DE, O=Deutsche Telekom AG, CN=Deutsche Telekom AG secure email CA E02 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment