From dc68c42ce1b8efc1003137c08dd5961b93705684 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Fri, 31 May 2024 03:58:29 -0400 Subject: content/articles/site-backend.md: populate most of the content --- static/files/articles/site-backend/tls.conf.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 static/files/articles/site-backend/tls.conf.txt (limited to 'static/files/articles/site-backend/tls.conf.txt') diff --git a/static/files/articles/site-backend/tls.conf.txt b/static/files/articles/site-backend/tls.conf.txt new file mode 100644 index 0000000..011930d --- /dev/null +++ b/static/files/articles/site-backend/tls.conf.txt @@ -0,0 +1,9 @@ +# explicit list of cipher suites +# (from ssl-config.mozilla.org) +SSLCipherSuite ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384 + +# use server priorities for cipher algorithm choice +SSLHonorCipherOrder on + +# protocols to enable (TLS 1.2 and 1.3 only) +SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1 -- cgit v1.2.3