mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
firmware: force CRL check on development deployment
This commit is contained in:
parent
b24dbb8904
commit
0d067d973a
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user