From: Stefan Eissing
Date: Mon, 17 Feb 2020 14:15:32 +0000 (+0000)
Subject: mod_md: adding documentation for new MDContactEmail directive.
X-Git-Tag: 2.5.0-alpha2-ci-test-only~1645
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1638731a9eda2ec279e9a485d6f97321736dca0d;p=thirdparty%2Fapache%2Fhttpd.git
mod_md: adding documentation for new MDContactEmail directive.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874133 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_md.xml b/docs/manual/mod/mod_md.xml
index b98e536db3d..a80691411fb 100644
--- a/docs/manual/mod/mod_md.xml
+++ b/docs/manual/mod/mod_md.xml
@@ -304,7 +304,7 @@ MDChallengeDns01 /usr/bin/acme-setup-dns
the MDomainSet.
There are 2 additional settings that are necessary for a Managed Domain:
- ServerAdmin
+ a contact Email address (via MDContactEmail or ServerAdmin)
and MDCertificateAgreement.
The mail address of ServerAdmin
is used to register at the CA (Let's Encrypt by default).
@@ -317,7 +317,7 @@ MDChallengeDns01 /usr/bin/acme-setup-dns
Example
-ServerAdmin mailto:admin@example.org
+MDContactEmail admin@example.org
MDCertificateAgreement accepted
MDomain example.org www.example.org
@@ -1215,5 +1215,24 @@ MDMessageCmd /etc/apache/md-message
-
+
+
+ MDContactEmail
+
+ MDContactEmail address
+
+ server config
+
+
+
+ The ACME protocol requires you to give a contact url when you sign up. Currently,
+ Let's Encrypt wants an email address (and it will use it to inform you about renewals
+ or changed terms of service). mod_md uses the MDContactEmail directive email in
+ your Apache configuration, so please specify the correct address there.
+ If MDContactEmail is not present, mod_md will use the
+ ServerAdmin directive.
+
+
+
+