Skip to content

Commit dcfcb12

Browse files
authored
Subscriber Agreement 1.7 is now current (#2230)
Update to remove the future/current language - 1.7 is now current. Include a redirect for the 1.7 Subscriber Agreement in netlify.toml, and drop previous versions.
1 parent dbe3e9e commit dcfcb12

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

content/en/repository.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ <h1 id="let-s-encrypt-subscriber-agreement">Let's Encrypt Subscriber Agreement</
1616
<!-- There is a redirect to allow a trailing dot on the Subscriber Agreement URL in netlify.toml.
1717
It should be updated when a new Subscriber Agreement is published. -->
1818
<ul>
19-
<li><a href="/documents/LE-SA-v1.7-June-04-2026.pdf">v1.7, June 4, 2026</a> <b>(FUTURE EFFECTIVE DATE)</b></li>
20-
<li><a href="/documents/LE-SA-v1.6-August-18-2025.pdf">v1.6, August 18, 2025</a> <b>(CURRENT)</b></li>
19+
<li><a href="/documents/LE-SA-v1.7-June-04-2026.pdf">v1.7, June 4, 2026</a></li>
2120
<li><a href="/documents/LE-USG-SA-Amendment-Sept-22-2015.pdf">U.S. Government Amendment, September 22, 2015</a></li>
2221
<li><a href="/documents/LE-US-State-Local-SA-Amendment-Dec-28-2016.pdf">U.S. State and Local Government Amendment, December 28, 2016</a></li>
2322
</ul>

netlify.toml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -326,14 +326,8 @@ force = true
326326
# Certbot (and other) clients link to the Terms of Service with a `.` after them
327327
# This is a convenience to allow copying the URL with that `.`
328328
# It should be updated on ToS changes, but is not a compliance-critical path.
329-
from = "/documents/LE-SA-v1.5-February-24-2025.pdf."
330-
to = "/documents/LE-SA-v1.5-February-24-2025.pdf"
331-
status = 301
332-
force = true
333-
334-
[[redirects]]
335-
from = "/documents/LE-SA-v1.6-August-18-2025.pdf."
336-
to = "/documents/LE-SA-v1.6-August-18-2025.pdf"
329+
from = "/documents/LE-SA-v1.7-June-04-2026.pdf."
330+
to = "/documents/LE-SA-v1.7-June-04-2026.pdf"
337331
status = 301
338332
force = true
339333

0 commit comments

Comments
 (0)