firmware: for CRL verify to work need to explicitly set trust store

This commit is contained in:
Franco Fichtner 2024-10-22 13:14:48 +02:00
parent c1d8bf6277
commit 30b8bfedbf

View File

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