Skip to content

Instantly share code, notes, and snippets.

@jemekite
Last active August 29, 2015 14:06
Show Gist options
  • Save jemekite/2f7d3833e24fe08374ae to your computer and use it in GitHub Desktop.
Save jemekite/2f7d3833e24fe08374ae to your computer and use it in GitHub Desktop.
Optimal SSL Cipher Suite for WHM
# SSLCipherSuite can be set in WHM under 'Apache Global Configuration'
EECDH+ECDSA+AESGCM:EECDH+aRSA+AESGCM:EECDH+ECDSA+SHA384:EECDH+ECDSA+SHA256:EECDH+aRSA+SHA384:EECDH+aRSA+SHA256:EECDH+aRSA+RC4:EECDH:EDH+aRSA:RC4:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!SRP:!DSS:+RC4:RC4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment