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/01/07 14:35:25 UTC

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

Author: elukey
Date: Sun Jan  7 14:35:25 2018
New Revision: 1820464

URL: http://svn.apache.org/viewvc?rev=1820464&view=rev
Log:
mod_md.xml: update MDCertificateAgreement's links

Patch from Bernard Spil (brnrd freebsd.org). PR 61923


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=1820464&r1=1820463&r2=1820464&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_md.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_md.xml Sun Jan  7 14:35:25 2018
@@ -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><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>