Skip to content

Instantly share code, notes, and snippets.

View isagasti's full-sized avatar

Iker Sagasti isagasti

View GitHub Profile
@isagasti
isagasti / ssl.conf
Last active March 29, 2019 11:04
Apache 2.2 SSL config for A+ on SSLLabs.com
# OS: Debian 7, Apache 2.2.22, OpenSSL 1.0.1e
# SSL Labs: A+ (RSA2048, SHA256 certificate)
# Certificate: 100%
# Protocol Support: 95%
# Key Exchange: 90%
# Cipher Strength: 90%
# Disable SSL protocol, only TLS.
SSLProtocol all -SSLv2 -SSLv3
SSLHonorCipherOrder on