Skip to content

Instantly share code, notes, and snippets.

@nmcspadden
Created March 5, 2015 18:04
Show Gist options
  • Save nmcspadden/0b08207749561cbd3166 to your computer and use it in GitHub Desktop.
Save nmcspadden/0b08207749561cbd3166 to your computer and use it in GitHub Desktop.
nginx['ssl_certificate'] = "/etc/pki/tls/private/chef.sacredsf.org.pem"
nginx['ssl_certificate_key'] = "/etc/pki/tls/private/chef.sacredsf.org.nopassphrase.key"
nginx['ssl_ciphers'] = "HIGH:MEDIUM:!LOW:!kEDH:!aNULL:!ADH:!eNULL:!EXP:!SSLv2:!SEED:!CAMELLIA:!PSK"
nginx['ssl_protocols'] = "TLSv1 TLSv1.1 TLSv1.2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment