Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions content/en/stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,21 @@
parent: about
---

<p><em>Please note that the Let's Encrypt Growth and Let's Encrypt Certificates Issued Per Day charts are undergoing updates and may not reflect the most recent data.</em></p>
<p><em>Please note that the Let's Encrypt Usage and Let's Encrypt Certificates Issued Per Day charts are undergoing updates and may not reflect the most recent data.</em></p>

<div class="figure">
<h2><a id="growth" href="#growth"
>Let's Encrypt Growth</a></h2>
<div id="activeUsage" title="Let's Encrypt Growth" class="statsgraph"></div>
<h2><a id="usage" href="#usage">Let's Encrypt Usage</a></h2>
<div id="activeUsage" title="Let's Encrypt Usage" class="statsgraph"></div>
</div>

<div class="figure">
<h2><a id="percent-pageloads" href="#percent-pageloads"
>Percentage of Web Pages Loaded by Firefox Using HTTPS</a></h2>
<h2><a id="percent-pageloads" href="#percent-pageloads">Percentage of Web Pages Loaded by Firefox Using HTTPS</a></h2>
<p>(14-day moving average, source: <a href="https://docs.telemetry.mozilla.org/datasets/other/ssl/reference.html">Firefox Telemetry</a>)</p>
<div id="pageloadPercent" title="Percentage of Web Pages Loaded by Firefox Using HTTPS" class="statsgraph"></div>
</div>

<div class="figure">
<h2><a id="daily-issuance" href="#daily-issuance"
>Let's Encrypt Certificates Issued Per Day</a></h2>
<h2><a id="daily-issuance" href="#daily-issuance">Let's Encrypt Certificates Issued Per Day</a></h2>
<div id="issuancePerDay" title="Let's Encrypt Certificates Issued Per Day" class="statsgraph"></div>
</div>

Expand Down
Loading