From 95752ff0c41a3806772e685c0effc2f9ee15e017 Mon Sep 17 00:00:00 2001 From: bunkerity Date: Fri, 30 Oct 2020 11:39:01 +0100 Subject: [PATCH] v1.1.1 - TLS 1.2 support --- README.md | 3 ++- VERSION | 2 +- entrypoint.sh | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e8de3a..71c60bd 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Avoid the hassle of following security best practices each time you need a web s Non-exhaustive list of features : - HTTPS support with transparent Let's Encrypt automation -- State-of-the-art web security : HTTP security headers, php.ini hardening, prevent leaks, ... +- State-of-the-art web security : HTTP security headers, prevent leaks, TLS hardening, ... - Integrated ModSecurity WAF with the OWASP Core Rule Set - Automatic ban of strange behaviors with fail2ban - Antibot challenge through cookie, javascript, captcha or recaptcha v3 @@ -367,6 +367,7 @@ If set to yes, nginx will use HTTP2 protocol when HTTPS is enabled. `HTTPS_PROTOCOLS` Values : *TLSv1.2* | *TLSv1.3* | *TLSv1.2 TLSv1.3* Default value : *TLSv1.2 TLSv1.3* +The supported version of TLS. We recommend the default value *TLSv1.2 TLSv1.3* for compatibility reasons. ## ModSecurity diff --git a/VERSION b/VERSION index 9084fa2..524cb55 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0 +1.1.1 diff --git a/entrypoint.sh b/entrypoint.sh index 1f682b6..efd134e 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -45,7 +45,7 @@ function spaces_to_lua() { } # copy stub confs -cp /opt/confs/*.conf /etc/nginx +cp /opt/confs/* /etc/nginx cp /opt/logs/rsyslog.conf /etc/rsyslog.conf cp /opt/logs/logrotate.conf /etc/logrotate.conf cp -r /opt/lua/* /usr/local/lib/lua