From: Rich Bowen Date: Sat, 2 May 2026 21:48:50 +0000 (+0000) Subject: mod_md: document 'ocsp-renewed' event for MDMessageCmd, update event list (Bug 65593) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5de9b637368d89a21260c78ae638c15dadda14b1;p=thirdparty%2Fapache%2Fhttpd.git mod_md: document 'ocsp-renewed' event for MDMessageCmd, update event list (Bug 65593) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933741 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_md.xml b/docs/manual/mod/mod_md.xml index 6a17897631..df8a0d60cc 100644 --- a/docs/manual/mod/mod_md.xml +++ b/docs/manual/mod/mod_md.xml @@ -1023,7 +1023,7 @@ MDRequireHttps permanent

This command gets called when one of the following events happen for - a Managed Domain: "renewed", "installed", "expiring", "errored". The command may + a Managed Domain: "renewed", "installed", "expiring", "errored", "renewing", "challenge-setup:type:domain", "ocsp-renewed", "ocsp-errored". The command may be invoked for more than these in the future and ignore events it is not prepared to handle.

@@ -1073,10 +1073,14 @@ MDMessageCmd /etc/apache/md-message DNS name in a MDomain. Cluster setups may use this event to distribute challenge files to all nodes in a cluster.

- ocsp-errored happens when MDStapling + 'ocsp-errored' happens when MDStapling is enabled for a domain, this indicates that an error was encountered retrieving the OCSP response from the Certificate Authority. mod_md will continue trying. +

+ 'ocsp-renewed' is triggered when a new OCSP response has been + successfully obtained for a domain's certificate. This event fires + at most once per day.