I'm trying to understand the point of having multiple Certificate Transparency logs. While I understand that it solves the problems of reliability of trust, what baffles me is that so many are operated by the same entity: most notably, Google operates the following:
Google 'Argon2020' log
\- Cert Count: 872098511
Google 'Argon2021' log
\- Cert Count: 88502501
Google 'Argon2022' log
\- Cert Count: 2790673
Google 'Argon2023' log
\- Cert Count: 6392
Google 'Xenon2020' log
\- Cert Count: 904142660
Google 'Xenon2021' log
\- Cert Count: 68113254
Google 'Xenon2022' log
\- Cert Count: 7243881
Google 'Xenon2023' log
\- Cert Count: 6370
Google 'Aviator' log
\- Cert Count: 46466471
Google 'Icarus' log
\- Cert Count: 762271779
Google 'Pilot' log
\- Cert Count: 1077198088
Google 'Rocketeer' log
\- Cert Count: 1102506143
Google 'Skydiver' log
\- Cert Count: 297801233
- Are some of them more important than others?
- Why are some split into 202X series and what does the number mean?
- Also, I installed axeman and it gave me an overlook on the total sum of certificates in all CT logs: it's around 7 billion. Do the certificates repeat in different logs or are they all unique?
- If they're duplicates, is there a way of deduplicating them when scraping the logs?