From: Joe Orton Date: Wed, 10 Jun 2026 16:52:35 +0000 (+0000) Subject: * docs/manual/mod/mod_md.xml: Tweak formatting, make more explicit that X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=d635689b50bd51268a9db556e167d2b8f8dadade;p=thirdparty%2Fapache%2Fhttpd.git * docs/manual/mod/mod_md.xml: Tweak formatting, make more explicit that the 'md-status' output must be protected from public view. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1935183 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_md.xml b/docs/manual/mod/mod_md.xml index a78614d640..fe5be655af 100644 --- a/docs/manual/mod/mod_md.xml +++ b/docs/manual/mod/mod_md.xml @@ -184,17 +184,18 @@ MDChallengeDns01 /usr/bin/acme-setup-dns If there is an error with an MD it will be shown here as well. This let's you assess problems without digging through your server logs.

- There is also a new 'md-status' handler available to give you the MD information - from 'server-status' in JSON format. You configure it as + There is also a new 'md-status' handler available to give you the MD information + from 'server-status' in JSON format. You configure it as

<Location "/md-status"> SetHandler md-status + Require host example.com </Location>

- on your server. As with 'server-status' you will want to add - authorization for this. + on your server. As with 'server-status' you must protect + the md-status output from public view using authorization restrictions (such as mod_authz_host).

If you just want to check the JSON status of a specific domain, simply append that to your status url: @@ -249,7 +250,7 @@ MDChallengeDns01 /usr/bin/acme-setup-dns </MDomain>

- and use the 'server-status' and/or MDMessageCmd to see how it operates. You will + and use the 'server-status' and/or MDMessageCmd to see how it operates. You will see if Stapling information is there, how long it is valid, from where it came and when it will be refreshed.

@@ -1111,7 +1112,7 @@ MDMessageCmd /etc/apache/md-message MDServerStatus - Control if Managed Domain information is added to server-status. + Control if Managed Domain information is added to server-status. MDServerStatus on|off MDServerStatus on @@ -1119,7 +1120,7 @@ MDMessageCmd /etc/apache/md-message

- Apaches 'server-status' handler allows you configure a resource to monitor + Apaches 'server-status' handler allows you configure a resource to monitor what is going on. This includes now a section listing all Managed Domains with the DNS names, renewal status, lifetimes and main properties.

@@ -1138,7 +1139,7 @@ MDMessageCmd /etc/apache/md-message

- This is part of the 'server-status' HTML user interface and has nothing to + This is part of the 'server-status' HTML user interface and has nothing to do with the core functioning itself. It defines the link offered on that page for easy checking of a certificate monitor. The SHA256 fingerprint of the certificate is appended to the configured url.