<!DOCTYPE html> <html> <head> </head> <body> <p>Enable apache headers module</p> <pre><strong><code>a2enmod headers</code></strong></pre> <p><br /><strong>Apache2 configuration file (/etc/apache2/sites-available 00-default.conf)</strong><br /><VirtualHost *:443><br />ServerAdmin webmaster@localhost<br />DocumentRoot /var/www/html<br /><Directory "/var/www/html"> <br />AllowOverride All<br /></Directory><br />SSLEngine on<br />SSLCertificateFile /etc/ssl/star_goline_ch.crt<br />SSLCertificateKeyFile /etc/ssl/server.key<br />SSLCertificateChainFile /etc/ssl/DigiCertCA.crt<br /><span style="background-color: #99ccff;"><strong>SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1</strong></span><br /><span style="background-color: #99ccff;"><strong> SSLCipherSuite ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256</strong></span><br /><span style="background-color: #99ccff;"><strong> Header always set Strict-Transport-Security "max-age=31536000; includeSubdomains;"</strong></span><br /><span style="background-color: #99ccff;"><strong> SSLHonorCipherOrder on</strong></span><br /><span style="background-color: #99ccff;"><strong> SSLCompression off</strong></span><br /><span style="background-color: #99ccff;"><strong> SSLSessionTickets off</strong></span><br /></VirtualHost></p> </body> </html>
Subscribe
0 Comments
Oldest