You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by el...@apache.org on 2018/03/12 09:44:28 UTC

svn commit: r1826528 - /httpd/httpd/trunk/docs/manual/mod/mod_md.xml

Author: elukey
Date: Mon Mar 12 09:44:28 2018
New Revision: 1826528

URL: http://svn.apache.org/viewvc?rev=1826528&view=rev
Log:
mod_md.xml: update the Let’s Encrypt Subscriber Agreement link

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_md.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_md.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_md.xml?rev=1826528&r1=1826527&r2=1826528&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_md.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_md.xml Mon Mar 12 09:44:28 2018
@@ -133,7 +133,7 @@ MDomain example.org
             <example><title>Example</title>
                 <highlight language="config">
 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
 
 &lt;VirtualHost *:443&gt;
@@ -233,11 +233,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/2017.11.15-LE-SA-v1.2.pdf">Terms of Service are here</a>. 
+            <p>In case of Let's Encrypt, their current <a href="https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.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/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
                 </highlight>
             </example>
@@ -264,7 +264,7 @@ MDomain example.org www.example.org mail
             <example><title>LE Staging Setup</title>
                 <highlight language="config">
 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
                 </highlight>
             </example>
         </usage>