Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <mailto@danielhansson.nu>2022-05-03 20:25:49 +0300
committerGitHub <noreply@github.com>2022-05-03 20:25:49 +0300
commitd97736c616d2eb41da870cb506d4e2b2b8563473 (patch)
tree1748d3b17a5f0e3f2507151431b9c8e00bdc3d08 /lets-encrypt
parentc4b764acbd4fb3c66acb24cddfe21774a1363126 (diff)
Ubuntu 22.04 (#2279)
Signed-off-by: enoch85 <github@hanssonit.se>
Diffstat (limited to 'lets-encrypt')
-rw-r--r--lets-encrypt/activate-tls.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lets-encrypt/activate-tls.sh b/lets-encrypt/activate-tls.sh
index 7c372253..32c72091 100644
--- a/lets-encrypt/activate-tls.sh
+++ b/lets-encrypt/activate-tls.sh
@@ -116,7 +116,7 @@ fi
check_php
# Only add TLS 1.3 on Ubuntu later than 20.04
-if version 20.04 "$DISTRO" 20.04.10
+if version 20.04 "$DISTRO" 22.04.10
then
TLS13="+TLSv1.3"
fi