From 9e993df187f38e734b54bae2ce40af9bf9209c8d Mon Sep 17 00:00:00 2001 From: Luca Toscano Date: Mon, 12 Mar 2018 09:47:05 +0000 Subject: [PATCH] documentation update git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1826529 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_md.html.en | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_md.html.en b/docs/manual/mod/mod_md.html.en index 96d65fa184..716ff345f9 100644 --- a/docs/manual/mod/mod_md.html.en +++ b/docs/manual/mod/mod_md.html.en @@ -180,9 +180,9 @@ 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
+            

Example

MDCertificateAgreement https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf
 MDomain example.org www.example.org mail.example.org
@@ -206,7 +206,7 @@ MDomain example.org www.example.org mail.example.org
server like this:

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
@@ -371,7 +371,7 @@ MDCertificateAgreement https://letsencrypt.org/documents/2017.11.15-LE-SA-v1.2.p document. Before you do that, the CA will not hand out certificates to you.

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>
-- 
2.50.1