Typo to make upgrade tutorial clearer.

This commit is contained in:
Zhang Huangbin 2015-06-30 22:44:33 +08:00
parent 1eaf765aeb
commit c901a456b0
2 changed files with 9 additions and 0 deletions

View File

@ -112,6 +112,9 @@ SSLHonorCipherOrder on
<pre><code>SSLOpenSSLConfCmd DHParameters /etc/ssl/dhparams.pem
</code></pre>
<hr />
<p>Applicable to all Linux/BSD distributions:</p>
<hr />
<p>If you're running Apache older than version 2.4.8, please append the DHparams
generated above to the end of the certificate file. Note: if you use a bought
SSL certificate, append it to your cert file.</p>

View File

@ -81,6 +81,12 @@ On Ubuntu 15.04 and later releases, please add one additional setting:
SSLOpenSSLConfCmd DHParameters /etc/ssl/dhparams.pem
```
----
Applicable to all Linux/BSD distributions:
----
If you're running Apache older than version 2.4.8, please append the DHparams
generated above to the end of the certificate file. Note: if you use a bought
SSL certificate, append it to your cert file.