From: Stefan Eissing Date: Mon, 11 Dec 2017 15:23:22 +0000 (+0000) Subject: On the trunk: X-Git-Tag: 2.4.30~142^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5a2b250677901e38a20848779cd3a92c892b9f9;p=apache On the trunk: Merged mod_md documentation updates from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-mod_md@1817787 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_md.xml b/docs/manual/mod/mod_md.xml index bcf237d069..e06d0d21bf 100644 --- a/docs/manual/mod/mod_md.xml +++ b/docs/manual/mod/mod_md.xml @@ -51,7 +51,7 @@ TLS in a VirtualHost context -ManagedDomain example.org +MDomain example.org <VirtualHost *:443> ServerName example.org @@ -78,9 +78,9 @@ ManagedDomain example.org - ManagedDomain + MDomain Define list of domain names that belong to one group. - ManagedDomain dns-name [ other-dns-name... ] [auto|manual] + MDomain dns-name [ other-dns-name... ] [auto|manual] server config @@ -91,7 +91,7 @@ ManagedDomain example.org mod_md will request one single certificate that is valid for all these names. This directive uses the global settings (see other MD directives below). If you need specific settings for one MD, use - the ManagedDomain. + the MDomainSet.

There are 2 additional settings that are necessary for a Managed Domain: ServerAdmin @@ -110,7 +110,7 @@ ManagedDomain example.org ServerAdmin mailto:admin@example.org MDCertificateAgreement https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf -ManagedDomain example.org www.example.org +MDomain example.org www.example.org <VirtualHost *:443> ServerName example.org @@ -136,7 +136,7 @@ ManagedDomain example.org www.example.org

Example -ManagedDomain example.org +MDomain example.org <VirtualHost *:443> ServerName example.org @@ -146,7 +146,7 @@ ManagedDomain example.org SSLEngine on </VirtualHost> -ManagedDomain example2.org auto +MDomain example2.org auto <VirtualHost *:443> ServerName example2.org @@ -168,9 +168,9 @@ ManagedDomain example2.org auto
- ManagedDomain + MDomainSet Container for directives applied to the same managed domains. - <ManagedDomain dns-name [ other-dns-name... ]>...</ManagedDomain> + <MDomainSet dns-name [ other-dns-name... ]>...</MDomainSet> server config @@ -184,15 +184,15 @@ ManagedDomain example2.org auto

Example -<ManagedDomain sandbox.example.org> +<MDomainSet sandbox.example.org> MDCertificateAuthority https://someotherca.com/ACME MDCertificateAgreement https://someotherca.com/terms/v_1.02.pdf -</ManagedDomain> +</MDomainSet> -

This is a specialized version of ManagedDomain, +

This is a specialized version of MDomain, it should be used only when a fine grained configuration is required. - ManagedDomain is the suggested choice + MDomain is the suggested choice for the general use case.

@@ -214,7 +214,7 @@ ManagedDomain example2.org auto Example MDCertificateAgreement https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf -ManagedDomain example.org www.example.org mail.example.org +MDomain example.org www.example.org mail.example.org @@ -315,16 +315,16 @@ MDCertificateAgreement https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2

Example -<ManagedDomain example.org> +<MDomainSet example.org> MDMember www.example.org MDMember mail.example.org -</ManagedDomain example.org> +</MDomainSet example.org>

If you use it in the global context, outside a specific MD, you can only specify one value, 'auto' or 'manual' as the default for all other MDs. See - ManagedDomain for a + MDomain for a description of these special values.

@@ -545,9 +545,9 @@ MDRequireHttps permanent

Example -<ManagedDomain xxx.yyy> +<MDomainSet xxx.yyy> MDRequireHttps temporary -</ManagedDomain> +</MDomainSet> diff --git a/docs/manual/sections.xml b/docs/manual/sections.xml index e466610d16..f2ceb9ea23 100644 --- a/docs/manual/sections.xml +++ b/docs/manual/sections.xml @@ -51,7 +51,7 @@ to change the scope of other configuration directives.

IfVersion Location LocationMatch -MangedDomain +MDomainSet Proxy ProxyMatch VirtualHost