https://github.com/ndrix/certgraph
Visualize the distribution of choice of CA for the most popular websites.
https://github.com/ndrix/certgraph
csharp d3js x509certificates
Last synced: 7 months ago
JSON representation
Visualize the distribution of choice of CA for the most popular websites.
- Host: GitHub
- URL: https://github.com/ndrix/certgraph
- Owner: ndrix
- Created: 2019-12-01T03:24:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T22:25:00.000Z (almost 3 years ago)
- Last Synced: 2023-03-24T07:17:56.853Z (about 2 years ago)
- Topics: csharp, d3js, x509certificates
- Language: C#
- Homepage: https://michaelhendrickx.com/201911-certgraph-visualizing-the-distribution-of-trusted-cas.html
- Size: 4.23 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# certgraph
This is a simple D3 "graph" (a hierarchy tree, really) of the most popular websites. I wanted to scan the top 1 milllion websites, but my PC had a mandatory update; so it restarted over the weekend. And 60k-ish domains took a few days.
It's a .net core CLI application, should work out of the box.
The blog article on https://michaelhendrickx.com/201911-certgraph:-visualizing-the-distribution-of-trusted-ca's.html will give some background on this.
For any questions, contact me on [email protected]