From 4cfc7257c546f57c62f8410e535075dd5de243dc Mon Sep 17 00:00:00 2001
From: Luca Toscano
Date: Mon, 12 Mar 2018 10:18:00 +0000
Subject: [PATCH] =?utf8?q?mod=5Fmd.xml:=20update=20the=20Let=E2=80=99s=20E?=
=?utf8?q?ncrypt=20Subscriber=20Agreement=20link?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1826530 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_md.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/manual/mod/mod_md.xml b/docs/manual/mod/mod_md.xml
index c1759dea4a..afdc6052e9 100644
--- a/docs/manual/mod/mod_md.xml
+++ b/docs/manual/mod/mod_md.xml
@@ -133,7 +133,7 @@ MDomain example.org
Example
ServerAdmin mailto:admin@example.org
-MDCertificateAgreement https://letsencrypt.org/documents/2017.11.15-LE-SA-v1.2.pdf
+MDCertificateAgreement https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf
MDomain example.org www.example.org
<VirtualHost *:443>
@@ -233,11 +233,11 @@ MDomain example2.org auto
so that you understand what they offer and what they might exclude or require from you.
mod_md cannot, by itself, agree to such a thing.
- In case of Let's Encrypt, their current Terms of Service are here.
+
In case of Let's Encrypt, their current Terms of Service are here.
Those terms might (and probably will) change over time. So, the certificate renewal might require you to update this agreement URL.
Example
-MDCertificateAgreement https://letsencrypt.org/documents/2017.11.15-LE-SA-v1.2.pdf
+MDCertificateAgreement https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf
MDomain example.org www.example.org mail.example.org
@@ -264,7 +264,7 @@ MDomain example.org www.example.org mail.example.org
LE Staging Setup
MDCertificateAuthority https://acme-staging.api.letsencrypt.org/directory
-MDCertificateAgreement https://letsencrypt.org/documents/2017.11.15-LE-SA-v1.2.pdf
+MDCertificateAgreement https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf
--
2.40.0