diff options
author | Luca Toscano <elukey@apache.org> | 2018-03-12 10:44:28 +0100 |
---|---|---|
committer | Luca Toscano <elukey@apache.org> | 2018-03-12 10:44:28 +0100 |
commit | 399703ce125fce54f27c411ded347336c6a56170 (patch) | |
tree | 4a3feb3edd2d470a774c7d062102c0dd19ee21cf | |
parent | Rebuild. (diff) | |
download | apache2-399703ce125fce54f27c411ded347336c6a56170.tar.xz apache2-399703ce125fce54f27c411ded347336c6a56170.zip |
mod_md.xml: update the Let’s Encrypt Subscriber Agreement link
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1826528 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/mod/mod_md.xml | 8 |
1 files 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><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 <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. <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.org <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> |