firmware: fix a typo

This commit is contained in:
Franco Fichtner 2024-10-10 08:33:21 +02:00
parent d8255a015e
commit ffec0034b9

View File

@ -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