]> granicus.if.org Git - apache/commitdiff
mod_md.xml: update MDCertificateAgreement's links
authorLuca Toscano <elukey@apache.org>
Sun, 7 Jan 2018 14:35:25 +0000 (14:35 +0000)
committerLuca Toscano <elukey@apache.org>
Sun, 7 Jan 2018 14:35:25 +0000 (14:35 +0000)
Patch from Bernard Spil (brnrd freebsd.org). PR 61923

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1820464 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_md.xml

index 9f17eb10e14b1ad65a9788aad871c43ee179da4e..c995c2a4f72b9d0e5db55dacdbf49761cd16aa90 100644 (file)
@@ -109,7 +109,7 @@ MDomain example.org
             <example><title>Example</title>
                 <highlight language="config">
 ServerAdmin mailto:admin@example.org
-MDCertificateAgreement https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf
+MDCertificateAgreement https://letsencrypt.org/documents/2017.11.15-LE-SA-v1.2.pdf
 MDomain example.org www.example.org
 
 &lt;VirtualHost *:443&gt;
@@ -209,11 +209,11 @@ MDomain example2.org auto
             so that you understand what they offer and what they might exclude or require from you. 
             <module>mod_md</module> cannot, by itself, agree to such a thing. 
             </p>
-            <p>In case of Let's Encrypt, their current <a href="https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf">Terms of Service are here</a>. 
+            <p>In case of Let's Encrypt, their current <a href="https://letsencrypt.org/documents/2017.11.15-LE-SA-v1.2.pdf">Terms of Service are here</a>. 
             Those terms might (and probably will) change over time. So, the certificate renewal might require you to update this agreement URL.</p>
             <example><title>Example</title>
                 <highlight language="config">
-MDCertificateAgreement https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf
+MDCertificateAgreement https://letsencrypt.org/documents/2017.11.15-LE-SA-v1.2.pdf
 MDomain example.org www.example.org mail.example.org
                 </highlight>
             </example>
@@ -240,7 +240,7 @@ MDomain example.org www.example.org mail.example.org
             <example><title>LE Staging Setup</title>
                 <highlight language="config">
 MDCertificateAuthority https://acme-staging.api.letsencrypt.org/directory
-MDCertificateAgreement https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf
+MDCertificateAgreement https://letsencrypt.org/documents/2017.11.15-LE-SA-v1.2.pdf
                 </highlight>
             </example>
         </usage>