firmware: force CRL check on development deployment

This commit is contained in:
Franco Fichtner 2024-11-14 10:40:25 +01:00
parent b24dbb8904
commit 0d067d973a

View File

@ -86,7 +86,7 @@ fi
# initialize environment to operate in
env_init()
{
if [ -n "$(opnsense-update -x)" ]; then
if [ -n "$(opnsense-update -x)" -o -e /var/run/development ]; then
# business mirror compliance requires
# disabling the use of TLS below 1.3
export SSL_NO_TLS1="yes"