From: Joe Orton Date: Mon, 19 Feb 2018 16:52:28 +0000 (+0000) Subject: Transforms. X-Git-Tag: 2.5.0-alpha2-ci-test-only~2838 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4276b8beac5675580422f93f9dee97e3995e013a;p=thirdparty%2Fapache%2Fhttpd.git Transforms. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1824780 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/encrypt.html.en b/docs/manual/howto/encrypt.html.en index ef0a404b674..10b87136b7c 100644 --- a/docs/manual/howto/encrypt.html.en +++ b/docs/manual/howto/encrypt.html.en @@ -163,7 +163,7 @@ Internet."

- They not offer free certificates, they also developed a interface that can be used by + They not only offer free certificates, they also developed an interface that can be used by your Apache httpd to get one. This is where mod_md comes in.

diff --git a/docs/manual/mod/mod_md.html.en b/docs/manual/mod/mod_md.html.en index a7e534facaf..96d65fa184d 100644 --- a/docs/manual/mod/mod_md.html.en +++ b/docs/manual/mod/mod_md.html.en @@ -34,7 +34,7 @@ Status:Extension Module Identifier:md_module Source File:mod_md.c -Compatibility:Available in version 2.5.0 and later +Compatibility:Available in version 2.4.30 and later

Summary

@@ -63,7 +63,7 @@ DocumentRoot htdocs/a SSLEngine on - # no certificates specification needed! + # no certificates specification </VirtualHost>

@@ -80,6 +80,30 @@

+

Prerequisites

+

+ This module requires mod_watchdog to be loaded as well. +

+ Certificate signup and renewal with Let's Encrypt requires your server to be + reachable on port 80 (http:) from the outside. The alternative method over + port 443 (https:) is currently disabled for security reasons (status from + 2018-01-14). +

+ The module will select from the methods offered by Let's Encrypt. If LE decides + at one point in the future, to re-enable it again, mod_md will + use it when suitable. +

+ But for now, only the port 80 variant is available (termed "http-01"). Only + when LE can reach your server on port 80 will mod_md work for + you. For now, at least. +

+ If you do not want to offer any sites on port 80 any more, you may leave it open + and redirect all requests to your https: sites instead. Use the + MDRequireHttps described below to do + that in a convenient fashion. This will continue to answer http: challenges + from Let's Encrypt. +

+

Directives