Skip to content

Commit 0245037

Browse files
committed
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
1 parent d9a2baf commit 0245037

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/manual/mod/mod_md.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1599,4 +1599,25 @@ MDMessageCmd /etc/apache/md-message
15991599
</p>
16001600
</usage>
16011601
</directivesynopsis>
1602+
1603+
<directivesynopsis>
1604+
<name>MDCACertificateFile</name>
1605+
<description>File containing x509 trust anchors to verify ACME servers.</description>
1606+
<syntax>MDCACertificateFile <var>file</var></syntax>
1607+
<default>MDCACertificateFile none</default>
1608+
<contextlist>
1609+
<context>server config</context>
1610+
</contextlist>
1611+
<usage>
1612+
<p>
1613+
This is mainly used in test setups where the module needs to
1614+
connect to a test ACME server that has its own root certificate.
1615+
People who run an enterprise wide internal CA can use this when
1616+
they run their own ACME servers.
1617+
</p>
1618+
<p>
1619+
Use "none" as path to disable explicitly.
1620+
</p>
1621+
</usage>
1622+
</directivesynopsis>
16021623
</modulesynopsis>

0 commit comments

Comments
 (0)