From f049c0b44d5ab199fb003ae72db4028b4e55022c Mon Sep 17 00:00:00 2001 From: Matthew McPherrin Date: Thu, 4 Jun 2026 22:38:22 -0400 Subject: [PATCH] Subscriber Agreement 1.7 is now current --- content/en/repository.html | 3 +-- netlify.toml | 10 ++-------- 2 files changed, 3 insertions(+), 10 deletions(-) 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 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