File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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"
337331status = 301
338332force = true
339333
You can’t perform that action at this time.
0 commit comments