From ffec0034b95236555117ac1490d7178003448d31 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 10 Oct 2024 08:33:21 +0200 Subject: [PATCH] firmware: fix a typo --- src/opnsense/scripts/firmware/launcher.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/opnsense/scripts/firmware/launcher.sh b/src/opnsense/scripts/firmware/launcher.sh index 157e7562c..e941da15b 100755 --- a/src/opnsense/scripts/firmware/launcher.sh +++ b/src/opnsense/scripts/firmware/launcher.sh @@ -99,7 +99,7 @@ fi if [ -n "$(opnsense-update -x)" ]; then # business mirror compliance requires - # disabling # the use of TLS below 1.3 + # disabling the use of TLS below 1.3 export SSL_NO_TLS1="yes" export SSL_NO_TLS1_1="yes" export SSL_NO_TLS1_2="yes" @@ -117,6 +117,7 @@ if [ -n "$(opnsense-update -x)" ]; then mv ${CRL_TMP} ${CRL_FILE} fi fi + # CRL file is ready for use now export SSL_CRL_FILE="${CRL_FILE}" fi