From c7e8ab4e63bf276497da8589ccdb8a433675019e Mon Sep 17 00:00:00 2001 From: Luca Toscano Date: Fri, 29 Jun 2018 13:42:51 +0000 Subject: [PATCH] documentation rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1834682 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_md.html.en | 6 +++--- docs/manual/mod/quickreference.html.en | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_md.html.en b/docs/manual/mod/mod_md.html.en index 8ebc95d313..e20ef3feee 100644 --- a/docs/manual/mod/mod_md.html.en +++ b/docs/manual/mod/mod_md.html.en @@ -329,15 +329,15 @@ MDCertificateAgreement https://letsencrypt.org/documents/LE-SA-v1.2-November-15-

MDNotifyCmd Directive

- +
Description:Run a program when Managed Domain are ready.
Syntax:MDNotifyCmd path
Syntax:MDNotifyCmd path [ args ]
Context:server config
Status:Extension
Module:mod_md

The configured executable is run when Managed Domains have signed up or renewed their certificates. It is given the names of the processed MDs as - arguments. It should return status code 0 to indicate that it has - run successfully. + additional arguments (after the parameters specified here). It should + return status code 0 to indicate that it has run successfully.

diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 3d448a08b8..0a689c0558 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -691,7 +691,7 @@ simultaneously MDMember hostnamesEAdditional hostname for the managed domain. MDMembers auto|manual auto sEControl if the alias domain names are automatically added. MDMustStaple on|off off sEControl if new certificates carry the OCSP Must Staple flag. -MDNotifyCmd pathsERun a program when Managed Domain are ready. +MDNotifyCmd path [ args ]sERun a program when Managed Domain are ready. MDomain dns-name [ other-dns-name... ] [auto|manual]sEDefine list of domain names that belong to one group. <MDomainSet dns-name [ other-dns-name... ]>...</MDomainSet>sEContainer for directives applied to the same managed domains. MDPortMap map1 [ map2 ] 80:80 443:443 sEMap external to internal ports for domain ownership verification. -- 2.40.0