Confirmed users
1,031
edits
No edit summary |
No edit summary |
||
| Line 104: | Line 104: | ||
Also, you want to make sure that your server speaks SSL. Without going into too much detail about this. | Also, you want to make sure that your server speaks SSL. Without going into too much detail about this -- I justed added this to my Virtual Host. | ||
<pre> | <pre> | ||
SSLCertificateFile /etc/ssl/joey_labs_mozilla_com.cer | |||
SSLCertificateKeyFile /etc/ssl/joey.labs.key | |||
SSLCACertificateFile /etc/ssl/SSLBundle.crt | |||
SSLCertificateChainFile /etc/ssl/SSLBundle.crt | |||
</pre> | </pre> | ||