Commit 52c3e480 authored by Luca Toscano's avatar Luca Toscano
Browse files

Documentation rebuild

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1808446 13f79535-47bb-0310-9956-ffa450edef68
parent 164e78cd
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -510,6 +510,17 @@ MDRenewWindow 10%</pre>
  MDRequireHttps permanent
&lt;/ManagedDomain&gt;</pre>
</div>
            <p>When you configure MDRequireHttps permanent, an additional security 
            feature is automatically applied: HSTS. This adds the header 
            Strict-Transport-Security to responses sent out via https:. 
            Basically, this instructs the browser to only perform secure 
            communications with that domain. This instruction holds for the 
            amount of time specified in the header as 'max-age'. 
            This is about half a year as generated by mod_md.
            </p><p>
            It is therefore advisable to first test the MDRequireHttps temporary 
            configuration and switch to permanent only once that works satisfactory.
            </p>
        
</div>
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>