Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion content/en/certificates.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Note that Root CAs don't have expiration dates in quite the same way that other
* Trusted until: 2035-09-04 (generated 2020-09-04)
* CA details: [crt.sh](https://crt.sh/?caid=183269), [issued certs](https://crt.sh/?Identity=%25&iCAID=183269)
* Certificate details (self-signed): [crt.sh](https://crt.sh/?id=3335562555), [der](/certs/isrg-root-x2.der), [pem](/certs/isrg-root-x2.pem), [txt](/certs/isrg-root-x2.txt)
* Certificate details (cross-sign by ISRG Root X1): [der](/certs/gen-y/root-x2-by-x1.der), [pem](/certs/gen-y/root-x2-by-x1.pem), [txt](/certs/gen-y/root-x2-by-x1.txt)
* Certificate details (cross-signed by ISRG Root X1): [der](/certs/gen-y/root-x2-by-x1.der), [pem](/certs/gen-y/root-x2-by-x1.pem), [txt](/certs/gen-y/root-x2-by-x1.txt)
* CRL hostname: `x2.c.lencr.org`
* Test websites: [valid](https://valid.x2.test-certs.letsencrypt.org/), [revoked](https://revoked.x2.test-certs.letsencrypt.org/), [expired](https://expired.x2.test-certs.letsencrypt.org/)

Expand Down
4 changes: 2 additions & 2 deletions content/en/post/2018-04-04-sct-encoding.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ extension decoded:
000001627313EB19
# CtExtensions extensions (zero-length array)
0000
# digitally-signed struct - RFC 5426
# digitally-signed struct - RFC 5246
# SignatureAndHashAlgorithm (ecdsa-sha256)
0403
# opaque signature<0..2^16-1>;
Expand Down Expand Up @@ -386,7 +386,7 @@ extension decoded:
000001627313EB2A
# CtExtensions extensions (zero-length array)
0000
# digitally-signed struct - RFC 5426
# digitally-signed struct - RFC 5246
# SignatureAndHashAlgorithm (ecdsa-sha256)
0403
# opaque signature<0..2^16-1>;
Expand Down
2 changes: 1 addition & 1 deletion content/en/post/2026-04-10-test-sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The actual content of the website isn't terribly important: We just have a littl

As a small Easter egg, we added a plain text version of the website with an ASCII art version of our logo that we serve if your HTTP client doesn't include text/html in its `Accept` HTTP header. You can pass a ?txt or ?html URL parameter to specifically request one or the other version of the content, if you just want to [see the ASCII art](https://valid.x2.test-certs.letsencrypt.org/?txt).

Let's Encrypt has four root certificates right now. Each of them have test sites linked both here and from [our documentation](/certificates/).
Let's Encrypt has four root certificates right now. Each of them has test sites linked both here and from [our documentation](/certificates/).

<div class="sites-tables">
<table class="sites-table">
Expand Down
2 changes: 1 addition & 1 deletion content/en/repository.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1 id="let-s-encrypt-subscriber-agreement">Let's Encrypt Subscriber Agreement</
<ul>
<li><a href="/documents/LE-SA-v1.7-June-04-2026-diff.pdf">Differences from v1.6 to v1.7</a></li>
<li><a href="/documents/LE-SA-v1.6-August-18-2025.pdf">v1.6, August 18, 2025</a></li>
<li><a href="/documents/LE-SA-v1.6-August-18-2025-diff.pdf">Differences from v1.5 and v1.6</a></li>
<li><a href="/documents/LE-SA-v1.6-August-18-2025-diff.pdf">Differences from v1.5 to v1.6</a></li>
<li><a href="/documents/LE-SA-v1.5-February-24-2025.pdf">v1.5, February 24, 2025</a></li>
<li><a href="/documents/LE-SA-v1.5-February-24-2025-diff.pdf">Differences from v1.4 to v1.5</a></li>
<li><a href="/documents/LE-SA-v1.4-April-3-2024.pdf">v1.4, April 3, 2024</a></li>
Expand Down
Loading