summaryrefslogtreecommitdiffstats
path: root/debian/config-dir/conf-available/modern-ssl.conf
blob: cdd0546bd157bd5dec610f6b865b6318df7dab1e (plain)
1
2
3
4
5
6
7
8
9
# /etc/apache2/conf-available/modern-ssl.conf

<IfModule mod_ssl.c>
	SSLCipherSuite EECDH+AESGCM:EDH+AESGCM
	SSLCompression off
	SSLHonorCipherOrder on
	SSLOpenSSLConfCmd Curves X25519:prime256v1
	SSLProtocol -all +TLSv1.3
</IfModule>