Skip to content

Instantly share code, notes, and snippets.

@steadystatic
Created December 15, 2015 22:18
Show Gist options
  • Save steadystatic/a1310bbf3a6951e0ee56 to your computer and use it in GitHub Desktop.
Save steadystatic/a1310bbf3a6951e0ee56 to your computer and use it in GitHub Desktop.
SSLCipherSuite EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH
SSLProtocol All -SSLv2 -SSLv3
SSLHonorCipherOrder On
SSLSessionTickets Off
Header always set Strict-Transport-Security "max-age=63072000; includeSubdomains; preload"
Header always set X-Frame-Options DENY
Header always set X-Content-Type-Options nosniff
# Requires Apache >= 2.4
SSLCompression off
SSLUseStapling on
SSLStaplingCache "shmcb:logs/stapling-cache(150000)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment