mirror of
https://github.com/apache/httpd.git
synced 2026-01-13 05:41:23 +00:00
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
This commit is contained in:
@ -1599,4 +1599,25 @@ MDMessageCmd /etc/apache/md-message
|
||||
</p>
|
||||
</usage>
|
||||
</directivesynopsis>
|
||||
|
||||
<directivesynopsis>
|
||||
<name>MDCACertificateFile</name>
|
||||
<description>File containing x509 trust anchors to verify ACME servers.</description>
|
||||
<syntax>MDCACertificateFile <var>file</var></syntax>
|
||||
<default>MDCACertificateFile none</default>
|
||||
<contextlist>
|
||||
<context>server config</context>
|
||||
</contextlist>
|
||||
<usage>
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
<p>
|
||||
Use "none" as path to disable explicitly.
|
||||
</p>
|
||||
</usage>
|
||||
</directivesynopsis>
|
||||
</modulesynopsis>
|
||||
|
||||
Reference in New Issue
Block a user