diff --git a/content/en/repository.html b/content/en/repository.html
index 129ff6587..125300a8c 100644
--- a/content/en/repository.html
+++ b/content/en/repository.html
@@ -16,8 +16,7 @@
Let's Encrypt Subscriber Agreement
- - v1.7, June 4, 2026 (FUTURE EFFECTIVE DATE)
- - v1.6, August 18, 2025 (CURRENT)
+ - v1.7, June 4, 2026
- U.S. Government Amendment, September 22, 2015
- U.S. State and Local Government Amendment, December 28, 2016
diff --git a/netlify.toml b/netlify.toml
index 0d5399ca5..28567483b 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -326,14 +326,8 @@ force = true
# Certbot (and other) clients link to the Terms of Service with a `.` after them
# This is a convenience to allow copying the URL with that `.`
# It should be updated on ToS changes, but is not a compliance-critical path.
-from = "/documents/LE-SA-v1.5-February-24-2025.pdf."
-to = "/documents/LE-SA-v1.5-February-24-2025.pdf"
-status = 301
-force = true
-
-[[redirects]]
-from = "/documents/LE-SA-v1.6-August-18-2025.pdf."
-to = "/documents/LE-SA-v1.6-August-18-2025.pdf"
+from = "/documents/LE-SA-v1.7-June-04-2026.pdf."
+to = "/documents/LE-SA-v1.7-June-04-2026.pdf"
status = 301
force = true