summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2023-11-03 13:34:20 +0100
committerHans de Graaff <graaff@gentoo.org>2023-11-03 13:35:00 +0100
commit9c28e541a6a46a3c8bfbc5cc6a859e844762c283 (patch)
treecd2f017c8f8bac4cc8090f07f255e3db841319cc
parentRemove rustls-ffi patch (diff)
downloadapache-9c28e541a6a46a3c8bfbc5cc6a859e844762c283.tar.gz
apache-9c28e541a6a46a3c8bfbc5cc6a859e844762c283.tar.bz2
apache-9c28e541a6a46a3c8bfbc5cc6a859e844762c283.zip
Use consistent indentation with tabs
Bug: https://bugs.gentoo.org/916043 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r--2.4/conf/vhosts.d/00_default_ssl_vhost.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/2.4/conf/vhosts.d/00_default_ssl_vhost.conf b/2.4/conf/vhosts.d/00_default_ssl_vhost.conf
index 538a5cb..d068f61 100644
--- a/2.4/conf/vhosts.d/00_default_ssl_vhost.conf
+++ b/2.4/conf/vhosts.d/00_default_ssl_vhost.conf
@@ -21,17 +21,17 @@ Listen 443
# Enable/Disable SSL for this virtual host.
SSLEngine on
- # TLS defaults are set according to the Mozilla intermediate
- # configuration: https://ssl-config.mozilla.org/
+ # TLS defaults are set according to the Mozilla intermediate
+ # configuration: https://ssl-config.mozilla.org/
## SSLProtocol:
- # Disable old protocol versions that have known flaws or are deprecated.
+ # Disable old protocol versions that have known flaws or are deprecated.
SSLProtocol ALL -SSLv2 -SSLv3 -TLSv1 -TLSv1.1
## SSL Cipher Suite:
# List the ciphers that the client is permitted to negotiate.
# See the mod_ssl documentation for a complete list.
- 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
+ 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
## SSLHonorCipherOrder:
# Don't enforce cipher order since all ciphers are strong and