Here's a good write-up on how to do this in Ubuntu:
https://gist.github.com/mgedmin/7124635
And the results look swell:SSL Labs
/etc/apache2/sites-enabled/ssl
NameVirtualHost *:443
<VirtualHost *:443>
SSLEngine On
SSLProtocol all -SSLv2
SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM
SSLCertificateChainFile /etc/apache2/ssl/sub.class1.server.ca.pem
SSLCertificateFile /etc/apache2/ssl/alia.thenibble.org.crt
SSLCertificateKeyFile /etc/apache2/ssl/alia.thenibble.org.pem
DocumentRoot /var/www/
ServerAdmin webmaster@thenibble.org
...
No comments:
Post a Comment