View | Details | Raw Unified | Return to bug 46037
Collapse All | Expand All

(-)mod_ssl.xml (+17 lines)
Lines 1761-1764 Link Here
1761
</usage>
1761
</usage>
1762
</directivesynopsis>
1762
</directivesynopsis>
1763
1763
1764
<directivesynopsis>
1765
<name>SSLOCSPResponderCertificateFile</name>
1766
<description>Set of trusted PEM encoded OCSP responder certificates</description>
1767
<syntax>SSLOCSPResponderCertificateFile <em>file</em></syntax>
1768
<contextlist><context>server config</context>
1769
<context>virtual host</context></contextlist>
1770
<compatibility>Available in httpd 2.3 and later, if using OpenSSL 0.9.7 or later</compatibility>
1771
1772
<usage>
1773
<p>This supplies a list of trusted OCSP responder certificates to be used
1774
during OCSP responder certificate validation. The supplied certificates are
1775
implicitly trusted without any further validation. This is typically used
1776
where the OCSP responder certificate is self signed or omitted from the OCSP
1777
response.</p>
1778
</usage>
1779
</directivesynopsis>
1780
1764
</modulesynopsis>
1781
</modulesynopsis>

Return to bug 46037