mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
firmware: fix a typo
This commit is contained in:
parent
d8255a015e
commit
ffec0034b9
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user