From e0a68aee998f19adecc8399fb468ac845b0ee78e Mon Sep 17 00:00:00 2001 From: Luca Toscano Date: Tue, 12 Sep 2017 09:41:24 +0000 Subject: [PATCH] mod_md.xml: add missing descriptions and directivesynopsis Based on the work of Bernard Spil . PR: 61512 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1808092 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_md.xml | 59 ++++++++++++++++++++++++++++---------- 1 file changed, 44 insertions(+), 15 deletions(-) diff --git a/docs/manual/mod/mod_md.xml b/docs/manual/mod/mod_md.xml index e78d9b03a0..902b66b5f3 100644 --- a/docs/manual/mod/mod_md.xml +++ b/docs/manual/mod/mod_md.xml @@ -79,7 +79,7 @@ ManagedDomain example.org ManagedDomain - Define list of domain names that belong to one group + Define list of domain names that belong to one group. ManagedDomain dns-name [ other-dns-name... ] server config @@ -159,7 +159,7 @@ ManagedDomain example.org ManagedDomain - Container for directives applied to the same managed domains + Container for directives applied to the same managed domains. <ManagedDomain dns-name [ other-dns-name... ]>...</ManagedDomain> server config @@ -209,7 +209,7 @@ ManagedDomain example.org www.example.org mail.example.org MDCertificateAuthority - The URL of the ACME CA service + The URL of the ACME Certificate Authority service. MDCertificateAuthority url MDCertificateAuthority https://acme-v01.api.letsencrypt.org/directory @@ -235,7 +235,7 @@ MDCertificateAgreement https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2 MDCertificateProtocol - The protocol to use with the CA + The protocol to use with the Certificate Authority. MDCertificateProtocol protocol MDCertificateProtocol ACME @@ -248,7 +248,7 @@ MDCertificateAgreement https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2 MDDriveMode - Controls when mod_md will try to obtain/renew certificates. + Control when mod_md will try to obtain/renew certificates. MDDriveMode always|auto|manual MDDriveMode auto @@ -275,7 +275,7 @@ MDCertificateAgreement https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2 MDMember - Additional hostname for the managed domain + Additional hostname for the managed domain. MDMember hostname server config @@ -295,17 +295,33 @@ MDCertificateAgreement https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2

- 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 - description of these special values. + 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 + description of these special values. +

+ +
+ + + MDMembers + Control if the alias domain names are automatically added. + MDMembers auto|manual + MDDriveMode auto + + server config + + +

Defines if the ServerName and + ServerAlias values of a VirtualHost + are automatically added to the members of a Managed Domain or not.

MDPortMap - + Map external to internal ports for domain ownership verification. MDPortMap map1 [ map2 ] MDPortMap 80:80 443:443 @@ -343,7 +359,7 @@ MDPortMap 80:- 443:5002 MDPrivateKeys - + Set type and size of the private keys generated. MDPrivateKeys type [ params... ] MDPrivateKeys RSA 2048 @@ -377,7 +393,7 @@ MDPrivateKeys RSA 3072 MDRenewWindow - + Control when a certificate will be renewed. MDRenewWindow duration MDRenewWindow 14d @@ -398,7 +414,7 @@ MDPrivateKeys RSA 3072 MDStoreDir - + Path on the local file system to store the Managed Domains data. MDStoreDir path MDStoreDir md @@ -420,7 +436,7 @@ MDPrivateKeys RSA 3072 MDCAChallenges - + Type of ACME challenge used to prove domain ownership. MDCAChallenges name [ name ... ] MDCAChallenges tls-sni-01 http-01 @@ -437,4 +453,17 @@ MDPrivateKeys RSA 3072 + + MDHttpProxy + The URL of the HTTP proxy to use. + MDHttpProxy url + MDHttpProxy + + server config + + +

Use a HTTP proxy to connect to the MDCertificateAuthority url.

+
+
+ -- 2.50.1