commit: 9c28e541a6a46a3c8bfbc5cc6a859e844762c283 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Nov 3 12:34:20 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Nov 3 12:35:00 2023 +0000 URL: https://gitweb.gentoo.org/proj/apache.git/commit/?id=9c28e541
Use consistent indentation with tabs Bug: https://bugs.gentoo.org/916043 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> 2.4/conf/vhosts.d/00_default_ssl_vhost.conf | 8 ++++---- 1 file 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
