mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
firmware: for CRL verify to work need to explicitly set trust store
This commit is contained in:
parent
c1d8bf6277
commit
30b8bfedbf
@ -69,6 +69,7 @@ env_init()
|
||||
fi
|
||||
|
||||
# ...and then tell libfetch to verify from trust store
|
||||
export SSL_CA_CERT_PATH="/etc/ssl/certs"
|
||||
export SSL_CRL_VERIFY="yes"
|
||||
fi
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user