stackscan commited on
Commit
2e3112b
·
verified ·
1 Parent(s): bc776fa

Add commercial CA comparison group (7,138 organizations)

Browse files

Matched on employee band, company info requirement, collection period and website popularity range. No domain overlap with the adopter file.

Files changed (2) hide show
  1. Commercial-CA-Comparison.csv +0 -0
  2. README.md +37 -3
Commercial-CA-Comparison.csv ADDED
The diff for this file is too large to render. See raw diff
 
README.md CHANGED
@@ -18,7 +18,16 @@ task_categories:
18
  language:
19
  - en
20
  size_categories:
21
- - 1K<n<10K
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Let's Encrypt Adoption Among 5,000 Large Companies and Organizations
@@ -50,7 +59,7 @@ Let's Encrypt is a free, automated, and open Certificate Authority that provides
50
 
51
  ## Dataset Fields
52
 
53
- The data is in `Lets-Encrypt.csv`: 5,050 rows, 15 columns. Coverage is the share of rows where the field is populated.
54
 
55
  | Column | Type | Coverage | Description |
56
  | ------ | ---- | -------- | ----------- |
@@ -72,6 +81,31 @@ The data is in `Lets-Encrypt.csv`: 5,050 rows, 15 columns. Coverage is the share
72
 
73
  The language and social columns are populated for fewer than 1% of rows.
74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  ## Methodology
76
 
77
  Websites were analyzed for technical fingerprints associated with Let's Encrypt. An organization is considered a Let's Encrypt adopter when the relevant certificate or technology footprint is detected on its associated website.
@@ -98,7 +132,7 @@ This dataset can be used for:
98
  * Website infrastructure can change over time.
99
  * Results represent observations made in August 2026.
100
  * The dataset should not be interpreted as an official statement from any company regarding its technology stack.
101
- * Every row is an adopter, so the file describes what Let's Encrypt adopters look like. Measuring what share of large organizations use Let's Encrypt would require a comparable sample of non-adopters, which is not included here.
102
 
103
  ## Citation
104
 
 
18
  language:
19
  - en
20
  size_categories:
21
+ - 10K<n<100K
22
+ configs:
23
+ - config_name: default
24
+ data_files:
25
+ - split: train
26
+ path: Lets-Encrypt.csv
27
+ - config_name: commercial-ca-comparison
28
+ data_files:
29
+ - split: train
30
+ path: Commercial-CA-Comparison.csv
31
  ---
32
 
33
  # Let's Encrypt Adoption Among 5,000 Large Companies and Organizations
 
59
 
60
  ## Dataset Fields
61
 
62
+ The adopter data is in `Lets-Encrypt.csv`: 5,050 rows, 15 columns. Coverage is the share of rows where the field is populated.
63
 
64
  | Column | Type | Coverage | Description |
65
  | ------ | ---- | -------- | ----------- |
 
81
 
82
  The language and social columns are populated for fewer than 1% of rows.
83
 
84
+ ## Comparison Group
85
+
86
+ `Commercial-CA-Comparison.csv` holds 7,138 large organizations that were found using a commercial certificate authority and were not found using Let's Encrypt. It is there so the adopter file can be measured against something rather than read on its own.
87
+
88
+ It was built with the same filters as the adopter file: 5,001 or more employees, company information required, collected August 2026. It is also restricted to the same website popularity range, so neither file is truncated against the other. The two files share no domains.
89
+
90
+ Columns are the 15 above plus `Certificate Authority`, naming the authority or authorities detected. 833 organizations were detected with more than one, written pipe separated.
91
+
92
+ | Certificate authority | Organizations | Share |
93
+ | --------------------- | ------------- | ----- |
94
+ | DigiCert | 3,484 | 48.8% |
95
+ | GlobalSign | 2,691 | 37.7% |
96
+ | Sectigo | 1,445 | 20.2% |
97
+ | GoDaddy SSL | 385 | 5.4% |
98
+
99
+ Load it with `load_dataset("stackscan/lets-encrypt", "commercial-ca-comparison")`. The default config remains the Let's Encrypt file.
100
+
101
+ ### What the comparison supports
102
+
103
+ It supports asking how Let's Encrypt adopters differ from large organizations that buy commercial certificates, across industry, country, size and founding year.
104
+
105
+ It does not give an adoption rate. That would need a denominator of all large organizations, which neither file provides. Any percentage computed by dividing one file by the other is meaningless.
106
+
107
+ Organizations can use more than one certificate authority. Those found with both Let's Encrypt and a commercial authority were removed from the comparison file, so the two groups stay separate at the cost of not representing mixed estates.
108
+
109
  ## Methodology
110
 
111
  Websites were analyzed for technical fingerprints associated with Let's Encrypt. An organization is considered a Let's Encrypt adopter when the relevant certificate or technology footprint is detected on its associated website.
 
132
  * Website infrastructure can change over time.
133
  * Results represent observations made in August 2026.
134
  * The dataset should not be interpreted as an official statement from any company regarding its technology stack.
135
+ * Every row of `Lets-Encrypt.csv` is an adopter. `Commercial-CA-Comparison.csv` provides a matched group that does not use Let's Encrypt, which supports comparison between the two but still does not support an adoption rate.
136
 
137
  ## Citation
138