From 0245037281fdd4b6c77236ffbb3632e770c4ad13 Mon Sep 17 00:00:00 2001
From: Stefan Eissing
Date: Tue, 9 Dec 2025 09:04:36 +0000
Subject: [PATCH] mod_md: document the forgotten MDCACertificateFile directive.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1930379 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_md.xml | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/docs/manual/mod/mod_md.xml b/docs/manual/mod/mod_md.xml
index d35d32c5ca..b0eaca7f5e 100644
--- a/docs/manual/mod/mod_md.xml
+++ b/docs/manual/mod/mod_md.xml
@@ -1599,4 +1599,25 @@ MDMessageCmd /etc/apache/md-message
+
+
+ MDCACertificateFile
+ File containing x509 trust anchors to verify ACME servers.
+ MDCACertificateFile file
+ MDCACertificateFile none
+
+ server config
+
+
+
+ This is mainly used in test setups where the module needs to
+ connect to a test ACME server that has its own root certificate.
+ People who run an enterprise wide internal CA can use this when
+ they run their own ACME servers.
+
+
+ Use "none" as path to disable explicitly.
+
+
+